Class PeriodsSt
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.PeriodsSt
-
public class PeriodsSt extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPeriod()Get 周期String[]getStatType()Get 统计方式voidsetPeriod(String Period)Set 周期voidsetStatType(String[] StatType)Set 统计方式voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PeriodsSt
public PeriodsSt()
-
PeriodsSt
public PeriodsSt(PeriodsSt 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.
-
-
Method Detail
-
getPeriod
public String getPeriod()
Get 周期- Returns:
- Period 周期
-
setPeriod
public void setPeriod(String Period)
Set 周期- Parameters:
Period- 周期
-
getStatType
public String[] getStatType()
Get 统计方式- Returns:
- StatType 统计方式
-
setStatType
public void setStatType(String[] StatType)
Set 统计方式- Parameters:
StatType- 统计方式
-
-