Package com.influxdb.client.domain
Class TemplateSummaryDiff
java.lang.Object
com.influxdb.client.domain.TemplateSummaryDiff
TemplateSummaryDiff
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddBucketsItem
(TemplateSummaryDiffBuckets bucketsItem) addChecksItem
(TemplateSummaryDiffChecks checksItem) addDashboardsItem
(TemplateSummaryDiffDashboards dashboardsItem) addLabelMappingsItem
(TemplateSummaryDiffLabelMappings labelMappingsItem) addLabelsItem
(TemplateSummaryDiffLabels labelsItem) addNotificationEndpointsItem
(TemplateSummaryDiffNotificationEndpoints notificationEndpointsItem) addNotificationRulesItem
(TemplateSummaryDiffNotificationRules notificationRulesItem) addTasksItem
(TemplateSummaryDiffTasks tasksItem) addTelegrafConfigsItem
(TemplateSummaryDiffTelegrafConfigs telegrafConfigsItem) addVariablesItem
(TemplateSummaryDiffVariables variablesItem) buckets
(List<TemplateSummaryDiffBuckets> buckets) checks
(List<TemplateSummaryDiffChecks> checks) dashboards
(List<TemplateSummaryDiffDashboards> dashboards) boolean
Get bucketsGet checksGet dashboardsGet labelMappingsGet labelsGet notificationEndpointsGet notificationRulesgetTasks()
Get tasksGet telegrafConfigsGet variablesint
hashCode()
labelMappings
(List<TemplateSummaryDiffLabelMappings> labelMappings) labels
(List<TemplateSummaryDiffLabels> labels) notificationEndpoints
(List<TemplateSummaryDiffNotificationEndpoints> notificationEndpoints) notificationRules
(List<TemplateSummaryDiffNotificationRules> notificationRules) void
setBuckets
(List<TemplateSummaryDiffBuckets> buckets) void
setChecks
(List<TemplateSummaryDiffChecks> checks) void
setDashboards
(List<TemplateSummaryDiffDashboards> dashboards) void
setLabelMappings
(List<TemplateSummaryDiffLabelMappings> labelMappings) void
setLabels
(List<TemplateSummaryDiffLabels> labels) void
setNotificationEndpoints
(List<TemplateSummaryDiffNotificationEndpoints> notificationEndpoints) void
setNotificationRules
(List<TemplateSummaryDiffNotificationRules> notificationRules) void
setTasks
(List<TemplateSummaryDiffTasks> tasks) void
setTelegrafConfigs
(List<TemplateSummaryDiffTelegrafConfigs> telegrafConfigs) void
setVariables
(List<TemplateSummaryDiffVariables> variables) tasks
(List<TemplateSummaryDiffTasks> tasks) telegrafConfigs
(List<TemplateSummaryDiffTelegrafConfigs> telegrafConfigs) toString()
variables
(List<TemplateSummaryDiffVariables> variables)
-
Field Details
-
SERIALIZED_NAME_BUCKETS
- See Also:
-
SERIALIZED_NAME_CHECKS
- See Also:
-
SERIALIZED_NAME_DASHBOARDS
- See Also:
-
SERIALIZED_NAME_LABELS
- See Also:
-
SERIALIZED_NAME_LABEL_MAPPINGS
- See Also:
-
SERIALIZED_NAME_NOTIFICATION_ENDPOINTS
- See Also:
-
SERIALIZED_NAME_NOTIFICATION_RULES
- See Also:
-
SERIALIZED_NAME_TASKS
- See Also:
-
SERIALIZED_NAME_TELEGRAF_CONFIGS
- See Also:
-
SERIALIZED_NAME_VARIABLES
- See Also:
-
-
Constructor Details
-
TemplateSummaryDiff
public TemplateSummaryDiff()
-
-
Method Details
-
buckets
-
addBucketsItem
-
getBuckets
Get buckets- Returns:
- buckets
-
setBuckets
-
checks
-
addChecksItem
-
getChecks
Get checks- Returns:
- checks
-
setChecks
-
dashboards
-
addDashboardsItem
-
getDashboards
Get dashboards- Returns:
- dashboards
-
setDashboards
-
labels
-
addLabelsItem
-
getLabels
Get labels- Returns:
- labels
-
setLabels
-
labelMappings
-
addLabelMappingsItem
-
getLabelMappings
Get labelMappings- Returns:
- labelMappings
-
setLabelMappings
-
notificationEndpoints
public TemplateSummaryDiff notificationEndpoints(List<TemplateSummaryDiffNotificationEndpoints> notificationEndpoints) -
addNotificationEndpointsItem
public TemplateSummaryDiff addNotificationEndpointsItem(TemplateSummaryDiffNotificationEndpoints notificationEndpointsItem) -
getNotificationEndpoints
Get notificationEndpoints- Returns:
- notificationEndpoints
-
setNotificationEndpoints
public void setNotificationEndpoints(List<TemplateSummaryDiffNotificationEndpoints> notificationEndpoints) -
notificationRules
public TemplateSummaryDiff notificationRules(List<TemplateSummaryDiffNotificationRules> notificationRules) -
addNotificationRulesItem
public TemplateSummaryDiff addNotificationRulesItem(TemplateSummaryDiffNotificationRules notificationRulesItem) -
getNotificationRules
Get notificationRules- Returns:
- notificationRules
-
setNotificationRules
-
tasks
-
addTasksItem
-
getTasks
Get tasks- Returns:
- tasks
-
setTasks
-
telegrafConfigs
public TemplateSummaryDiff telegrafConfigs(List<TemplateSummaryDiffTelegrafConfigs> telegrafConfigs) -
addTelegrafConfigsItem
public TemplateSummaryDiff addTelegrafConfigsItem(TemplateSummaryDiffTelegrafConfigs telegrafConfigsItem) -
getTelegrafConfigs
Get telegrafConfigs- Returns:
- telegrafConfigs
-
setTelegrafConfigs
-
variables
-
addVariablesItem
-
getVariables
Get variables- Returns:
- variables
-
setVariables
-
equals
-
hashCode
public int hashCode() -
toString
-