public class IntegrationStatisticsTrendResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
IntegrationStatisticsTrendResult() |
IntegrationStatisticsTrendResult(IntegrationStatisticsTrendResult 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[] |
getStatisticName()
Get Statistical Attribute Name
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getStatisticType()
Get Statistical Item
Note: This field may return null, indicating that no valid value can be obtained.
|
Long[] |
getStatisticValue()
Get Statistical Value
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setStatisticName(String[] StatisticName)
Set Statistical Attribute Name
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setStatisticType(String StatisticType)
Set Statistical Item
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setStatisticValue(Long[] StatisticValue)
Set Statistical Value
Note: This field may return null, indicating that no valid value 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, toJsonString
public IntegrationStatisticsTrendResult()
public IntegrationStatisticsTrendResult(IntegrationStatisticsTrendResult source)
public String[] getStatisticName()
public void setStatisticName(String[] StatisticName)
StatisticName
- Statistical Attribute Name
Note: This field may return null, indicating that no valid value can be obtained.public Long[] getStatisticValue()
public void setStatisticValue(Long[] StatisticValue)
StatisticValue
- Statistical Value
Note: This field may return null, indicating that no valid value can be obtained.public String getStatisticType()
public void setStatisticType(String StatisticType)
StatisticType
- Statistical Item
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.