public class MetricDimension extends Object
Constructor and Description |
---|
MetricDimension() |
Modifier and Type | Method and Description |
---|---|
String |
name()
Get name of the dimension.
|
String |
operator()
Get the dimension operator.
|
List<String> |
values()
Get list of dimension values.
|
MetricDimension |
withName(String name)
Set name of the dimension.
|
MetricDimension |
withOperator(String operator)
Set the dimension operator.
|
MetricDimension |
withValues(List<String> values)
Set list of dimension values.
|
public String name()
public MetricDimension withName(String name)
name
- the name value to setpublic String operator()
public MetricDimension withOperator(String operator)
operator
- the operator value to setpublic MetricDimension withValues(List<String> values)
values
- the values value to setCopyright © 2019. All rights reserved.