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 统计属性名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatisticType()
Get 统计项目
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getStatisticValue()
Get 统计值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatisticName(String[] StatisticName)
Set 统计属性名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatisticType(String StatisticType)
Set 统计项目
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatisticValue(Long[] StatisticValue)
Set 统计值
注意:此字段可能返回 null,表示取不到有效值。
|
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
- 统计属性名称
注意:此字段可能返回 null,表示取不到有效值。public Long[] getStatisticValue()
public void setStatisticValue(Long[] StatisticValue)
StatisticValue
- 统计值
注意:此字段可能返回 null,表示取不到有效值。public String getStatisticType()
public void setStatisticType(String StatisticType)
StatisticType
- 统计项目
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.