Package com.influxdb.client.domain
Class TelegrafPlugin
java.lang.Object
com.influxdb.client.domain.TelegrafPlugin
TelegrafPlugin
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Get configGet descriptiongetName()
Get namegetType()
Get typeint
hashCode()
putConfigItem
(String key, Object configItem) void
void
setDescription
(String description) void
void
toString()
type
(TelegrafPlugin.TypeEnum type)
-
Field Details
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_CONFIG
- See Also:
-
-
Constructor Details
-
TelegrafPlugin
public TelegrafPlugin()
-
-
Method Details
-
type
-
getType
Get type- Returns:
- type
-
setType
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
config
-
putConfigItem
-
getConfig
Get config- Returns:
- config
-
setConfig
-
equals
-
hashCode
public int hashCode() -
toString
-