Package com.influxdb.client.domain
Class TemplateSummaryDiff
java.lang.Object
com.influxdb.client.domain.TemplateSummaryDiff
TemplateSummaryDiff
-
Field Summary
Fields -
Constructor Summary
Constructors -
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) booleanGet bucketsGet checksGet dashboardsGet labelMappingsGet labelsGet notificationEndpointsGet notificationRulesgetTasks()Get tasksGet telegrafConfigsGet variablesinthashCode()labelMappings(List<TemplateSummaryDiffLabelMappings> labelMappings) labels(List<TemplateSummaryDiffLabels> labels) notificationEndpoints(List<TemplateSummaryDiffNotificationEndpoints> notificationEndpoints) notificationRules(List<TemplateSummaryDiffNotificationRules> notificationRules) voidsetBuckets(List<TemplateSummaryDiffBuckets> buckets) voidsetChecks(List<TemplateSummaryDiffChecks> checks) voidsetDashboards(List<TemplateSummaryDiffDashboards> dashboards) voidsetLabelMappings(List<TemplateSummaryDiffLabelMappings> labelMappings) voidsetLabels(List<TemplateSummaryDiffLabels> labels) voidsetNotificationEndpoints(List<TemplateSummaryDiffNotificationEndpoints> notificationEndpoints) voidsetNotificationRules(List<TemplateSummaryDiffNotificationRules> notificationRules) voidsetTasks(List<TemplateSummaryDiffTasks> tasks) voidsetTelegrafConfigs(List<TemplateSummaryDiffTelegrafConfigs> telegrafConfigs) voidsetVariables(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
-