Class DescribeMonthPeakNetworkRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.DescribeMonthPeakNetworkRequest
-
public class DescribeMonthPeakNetworkRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeMonthPeakNetworkRequest()DescribeMonthPeakNetworkRequest(DescribeMonthPeakNetworkRequest 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter[]getFilters()Get 过滤条件StringgetMonth()Get 月份时间(xxxx-xx) 如2021-03,默认取当前时间的上一个月份voidsetFilters(Filter[] Filters)Set 过滤条件voidsetMonth(String Month)Set 月份时间(xxxx-xx) 如2021-03,默认取当前时间的上一个月份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
-
DescribeMonthPeakNetworkRequest
public DescribeMonthPeakNetworkRequest()
-
DescribeMonthPeakNetworkRequest
public DescribeMonthPeakNetworkRequest(DescribeMonthPeakNetworkRequest 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
-
getMonth
public String getMonth()
Get 月份时间(xxxx-xx) 如2021-03,默认取当前时间的上一个月份- Returns:
- Month 月份时间(xxxx-xx) 如2021-03,默认取当前时间的上一个月份
-
setMonth
public void setMonth(String Month)
Set 月份时间(xxxx-xx) 如2021-03,默认取当前时间的上一个月份- Parameters:
Month- 月份时间(xxxx-xx) 如2021-03,默认取当前时间的上一个月份
-
getFilters
public Filter[] getFilters()
Get 过滤条件- Returns:
- Filters 过滤条件
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件- Parameters:
Filters- 过滤条件
-
-