public class MetricSpecification extends Object
Constructor and Description |
---|
MetricSpecification() |
Modifier and Type | Method and Description |
---|---|
String |
aggregationType()
Get the aggregationType value.
|
List<MetricAvailability> |
availabilities()
Get the availabilities value.
|
String |
category()
Get the category value.
|
List<Dimension> |
dimensions()
Get the dimensions value.
|
String |
displayDescription()
Get the displayDescription value.
|
String |
displayName()
Get the displayName value.
|
Boolean |
enableRegionalMdmAccount()
Get the enableRegionalMdmAccount value.
|
Boolean |
fillGapWithZero()
Get the fillGapWithZero value.
|
Boolean |
isInternal()
Get the isInternal value.
|
String |
metricFilterPattern()
Get the metricFilterPattern value.
|
String |
name()
Get the name value.
|
String |
sourceMdmAccount()
Get the sourceMdmAccount value.
|
String |
sourceMdmNamespace()
Get the sourceMdmNamespace value.
|
Boolean |
supportsInstanceLevelAggregation()
Get the supportsInstanceLevelAggregation value.
|
String |
unit()
Get the unit value.
|
MetricSpecification |
withAggregationType(String aggregationType)
Set the aggregationType value.
|
MetricSpecification |
withAvailabilities(List<MetricAvailability> availabilities)
Set the availabilities value.
|
MetricSpecification |
withCategory(String category)
Set the category value.
|
MetricSpecification |
withDimensions(List<Dimension> dimensions)
Set the dimensions value.
|
MetricSpecification |
withDisplayDescription(String displayDescription)
Set the displayDescription value.
|
MetricSpecification |
withDisplayName(String displayName)
Set the displayName value.
|
MetricSpecification |
withEnableRegionalMdmAccount(Boolean enableRegionalMdmAccount)
Set the enableRegionalMdmAccount value.
|
MetricSpecification |
withFillGapWithZero(Boolean fillGapWithZero)
Set the fillGapWithZero value.
|
MetricSpecification |
withIsInternal(Boolean isInternal)
Set the isInternal value.
|
MetricSpecification |
withMetricFilterPattern(String metricFilterPattern)
Set the metricFilterPattern value.
|
MetricSpecification |
withName(String name)
Set the name value.
|
MetricSpecification |
withSourceMdmAccount(String sourceMdmAccount)
Set the sourceMdmAccount value.
|
MetricSpecification |
withSourceMdmNamespace(String sourceMdmNamespace)
Set the sourceMdmNamespace value.
|
MetricSpecification |
withSupportsInstanceLevelAggregation(Boolean supportsInstanceLevelAggregation)
Set the supportsInstanceLevelAggregation value.
|
MetricSpecification |
withUnit(String unit)
Set the unit value.
|
public String name()
public MetricSpecification withName(String name)
name
- the name value to setpublic String displayName()
public MetricSpecification withDisplayName(String displayName)
displayName
- the displayName value to setpublic String displayDescription()
public MetricSpecification withDisplayDescription(String displayDescription)
displayDescription
- the displayDescription value to setpublic String unit()
public MetricSpecification withUnit(String unit)
unit
- the unit value to setpublic String aggregationType()
public MetricSpecification withAggregationType(String aggregationType)
aggregationType
- the aggregationType value to setpublic Boolean supportsInstanceLevelAggregation()
public MetricSpecification withSupportsInstanceLevelAggregation(Boolean supportsInstanceLevelAggregation)
supportsInstanceLevelAggregation
- the supportsInstanceLevelAggregation value to setpublic Boolean enableRegionalMdmAccount()
public MetricSpecification withEnableRegionalMdmAccount(Boolean enableRegionalMdmAccount)
enableRegionalMdmAccount
- the enableRegionalMdmAccount value to setpublic String sourceMdmAccount()
public MetricSpecification withSourceMdmAccount(String sourceMdmAccount)
sourceMdmAccount
- the sourceMdmAccount value to setpublic String sourceMdmNamespace()
public MetricSpecification withSourceMdmNamespace(String sourceMdmNamespace)
sourceMdmNamespace
- the sourceMdmNamespace value to setpublic String metricFilterPattern()
public MetricSpecification withMetricFilterPattern(String metricFilterPattern)
metricFilterPattern
- the metricFilterPattern value to setpublic Boolean fillGapWithZero()
public MetricSpecification withFillGapWithZero(Boolean fillGapWithZero)
fillGapWithZero
- the fillGapWithZero value to setpublic Boolean isInternal()
public MetricSpecification withIsInternal(Boolean isInternal)
isInternal
- the isInternal value to setpublic List<Dimension> dimensions()
public MetricSpecification withDimensions(List<Dimension> dimensions)
dimensions
- the dimensions value to setpublic String category()
public MetricSpecification withCategory(String category)
category
- the category value to setpublic List<MetricAvailability> availabilities()
public MetricSpecification withAvailabilities(List<MetricAvailability> availabilities)
availabilities
- the availabilities value to setCopyright © 2019. All rights reserved.