public class SecEntryValue extends AbstractModel
header, skipSign| 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 Average
Note: This field may return null, indicating that no valid values can be obtained. | 
| TimingDataItem[] | getDetail()Get Metric data details
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getMax()Get Maximum
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getMetric()Get Metric name
Note: This field may return null, indicating that no valid values can be obtained. | 
| Float | getSum()Get Sum
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAvg(Float Avg)Set Average
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDetail(TimingDataItem[] Detail)Set Metric data details
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMax(Long Max)Set Maximum
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMetric(String Metric)Set Metric name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setSum(Float Sum)Set Sum
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SecEntryValue()
public SecEntryValue(SecEntryValue source)
public String getMetric()
public void setMetric(String Metric)
Metric - Metric name
Note: This field may return null, indicating that no valid values can be obtained.public TimingDataItem[] getDetail()
public void setDetail(TimingDataItem[] Detail)
Detail - Metric data details
Note: This field may return null, indicating that no valid values can be obtained.public Long getMax()
public void setMax(Long Max)
Max - Maximum
Note: This field may return null, indicating that no valid values can be obtained.public Float getAvg()
public void setAvg(Float Avg)
Avg - Average
Note: This field may return null, indicating that no valid values can be obtained.public Float getSum()
public void setSum(Float Sum)
Sum - Sum
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.