public class SecEntryValue extends AbstractModel
Constructor and Description |
---|
SecEntryValue() |
SecEntryValue(SecEntryValue 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 |
---|---|
Float |
getAvg()
Get The average value.
|
TimingDataItem[] |
getDetail()
Get The time-series data details.
|
Long |
getMax()
Get The maximum value.
|
String |
getMetric()
Get The metric name.
|
Float |
getSum()
Get Sum
|
void |
setAvg(Float Avg)
Set The average value.
|
void |
setDetail(TimingDataItem[] Detail)
Set The time-series data details.
|
void |
setMax(Long Max)
Set The maximum value.
|
void |
setMetric(String Metric)
Set The metric name.
|
void |
setSum(Float Sum)
Set Sum
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SecEntryValue()
public SecEntryValue(SecEntryValue source)
public String getMetric()
public void setMetric(String Metric)
Metric
- The metric name.public TimingDataItem[] getDetail()
public void setDetail(TimingDataItem[] Detail)
Detail
- The time-series data details.public Long getMax()
public void setMax(Long Max)
Max
- The maximum value.public Float getAvg()
public void setAvg(Float Avg)
Avg
- The average value.public Float getSum()
public void setSum(Float Sum)
Sum
- SumCopyright © 2023. All rights reserved.