public class ApmField extends AbstractModel
header, skipSign
Constructor and Description |
---|
ApmField() |
ApmField(ApmField source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getCompareVal()
Get Year-On-Year metric value.
|
APMKVItem[] |
getCompareVals()
Get Year-Over-Year result array, recommended to use.
|
String |
getKey()
Get Metric name.
|
APMKV[] |
getLastPeriodValue()
Get Indicator numerical value of the previous period in year-over-year comparison.
|
String |
getUnit()
Get Units corresponding to the metric.
|
Float |
getValue()
Get Indicator numerical value.
|
void |
setCompareVal(String CompareVal)
Set Year-On-Year metric value.
|
void |
setCompareVals(APMKVItem[] CompareVals)
Set Year-Over-Year result array, recommended to use.
|
void |
setKey(String Key)
Set Metric name.
|
void |
setLastPeriodValue(APMKV[] LastPeriodValue)
Set Indicator numerical value of the previous period in year-over-year comparison.
|
void |
setUnit(String Unit)
Set Units corresponding to the metric.
|
void |
setValue(Float Value)
Set Indicator numerical value.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ApmField()
public ApmField(ApmField source)
public String getKey()
public void setKey(String Key)
Key
- Metric name.public Float getValue()
public void setValue(Float Value)
Value
- Indicator numerical value.public String getUnit()
public void setUnit(String Unit)
Unit
- Units corresponding to the metric.public APMKVItem[] getCompareVals()
public void setCompareVals(APMKVItem[] CompareVals)
CompareVals
- Year-Over-Year result array, recommended to use.
Note: this field may return null, indicating that no valid values can be obtained.public APMKV[] getLastPeriodValue()
public void setLastPeriodValue(APMKV[] LastPeriodValue)
LastPeriodValue
- Indicator numerical value of the previous period in year-over-year comparison.
Note: this field may return null, indicating that no valid values can be obtained.public String getCompareVal()
public void setCompareVal(String CompareVal)
CompareVal
- Year-On-Year metric value. deprecated, not recommended for use.Copyright © 2025. All rights reserved.