Package com.influxdb.client.domain
Class TemplateSummarySummary
java.lang.Object
com.influxdb.client.domain.TemplateSummarySummary
TemplateSummarySummary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddBucketsItem
(TemplateSummarySummaryBuckets bucketsItem) addChecksItem
(CheckDiscriminator checksItem) addDashboardsItem
(TemplateSummarySummaryDashboards dashboardsItem) addLabelMappingsItem
(TemplateSummarySummaryLabelMappings labelMappingsItem) addLabelsItem
(TemplateSummaryLabel labelsItem) addMissingEnvRefsItem
(String missingEnvRefsItem) addMissingSecretsItem
(String missingSecretsItem) addNotificationEndpointsItem
(NotificationEndpointDiscriminator notificationEndpointsItem) addNotificationRulesItem
(TemplateSummarySummaryNotificationRules notificationRulesItem) addTasksItem
(TemplateSummarySummaryTasks tasksItem) addTelegrafConfigsItem
(TelegrafRequest telegrafConfigsItem) addVariablesItem
(TemplateSummarySummaryVariables variablesItem) buckets
(List<TemplateSummarySummaryBuckets> buckets) checks
(List<CheckDiscriminator> checks) dashboards
(List<TemplateSummarySummaryDashboards> dashboards) boolean
Get bucketsGet checksGet dashboardsGet labelMappingsGet labelsGet missingEnvRefsGet missingSecretsGet notificationEndpointsGet notificationRulesgetTasks()
Get tasksGet telegrafConfigsGet variablesint
hashCode()
labelMappings
(List<TemplateSummarySummaryLabelMappings> labelMappings) labels
(List<TemplateSummaryLabel> labels) missingEnvRefs
(List<String> missingEnvRefs) missingSecrets
(List<String> missingSecrets) notificationEndpoints
(List<NotificationEndpointDiscriminator> notificationEndpoints) notificationRules
(List<TemplateSummarySummaryNotificationRules> notificationRules) void
setBuckets
(List<TemplateSummarySummaryBuckets> buckets) void
setChecks
(List<CheckDiscriminator> checks) void
setDashboards
(List<TemplateSummarySummaryDashboards> dashboards) void
setLabelMappings
(List<TemplateSummarySummaryLabelMappings> labelMappings) void
setLabels
(List<TemplateSummaryLabel> labels) void
setMissingEnvRefs
(List<String> missingEnvRefs) void
setMissingSecrets
(List<String> missingSecrets) void
setNotificationEndpoints
(List<NotificationEndpointDiscriminator> notificationEndpoints) void
setNotificationRules
(List<TemplateSummarySummaryNotificationRules> notificationRules) void
setTasks
(List<TemplateSummarySummaryTasks> tasks) void
setTelegrafConfigs
(List<TelegrafRequest> telegrafConfigs) void
setVariables
(List<TemplateSummarySummaryVariables> variables) tasks
(List<TemplateSummarySummaryTasks> tasks) telegrafConfigs
(List<TelegrafRequest> telegrafConfigs) toString()
variables
(List<TemplateSummarySummaryVariables> 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_MISSING_ENV_REFS
- See Also:
-
SERIALIZED_NAME_MISSING_SECRETS
- 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
-
TemplateSummarySummary
public TemplateSummarySummary()
-
-
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
public TemplateSummarySummary labelMappings(List<TemplateSummarySummaryLabelMappings> labelMappings) -
addLabelMappingsItem
public TemplateSummarySummary addLabelMappingsItem(TemplateSummarySummaryLabelMappings labelMappingsItem) -
getLabelMappings
Get labelMappings- Returns:
- labelMappings
-
setLabelMappings
-
missingEnvRefs
-
addMissingEnvRefsItem
-
getMissingEnvRefs
Get missingEnvRefs- Returns:
- missingEnvRefs
-
setMissingEnvRefs
-
missingSecrets
-
addMissingSecretsItem
-
getMissingSecrets
Get missingSecrets- Returns:
- missingSecrets
-
setMissingSecrets
-
notificationEndpoints
public TemplateSummarySummary notificationEndpoints(List<NotificationEndpointDiscriminator> notificationEndpoints) -
addNotificationEndpointsItem
public TemplateSummarySummary addNotificationEndpointsItem(NotificationEndpointDiscriminator notificationEndpointsItem) -
getNotificationEndpoints
Get notificationEndpoints- Returns:
- notificationEndpoints
-
setNotificationEndpoints
-
notificationRules
public TemplateSummarySummary notificationRules(List<TemplateSummarySummaryNotificationRules> notificationRules) -
addNotificationRulesItem
public TemplateSummarySummary addNotificationRulesItem(TemplateSummarySummaryNotificationRules notificationRulesItem) -
getNotificationRules
Get notificationRules- Returns:
- notificationRules
-
setNotificationRules
-
tasks
-
addTasksItem
-
getTasks
Get tasks- Returns:
- tasks
-
setTasks
-
telegrafConfigs
-
addTelegrafConfigsItem
-
getTelegrafConfigs
Get telegrafConfigs- Returns:
- telegrafConfigs
-
setTelegrafConfigs
-
variables
-
addVariablesItem
-
getVariables
Get variables- Returns:
- variables
-
setVariables
-
equals
-
hashCode
public int hashCode() -
toString
-