public class DescribeMonthPeakNetworkRequest extends AbstractModel
Constructor and Description |
---|
DescribeMonthPeakNetworkRequest() |
Modifier and Type | Method and Description |
---|---|
Filter[] |
getFilters()
Get 过滤条件
|
String |
getMonth()
Get 月份时间(xxxx-xx) 如2021-03,默认取当前时间的上一个月份
|
void |
setFilters(Filter[] Filters)
Set 过滤条件
|
void |
setMonth(String Month)
Set 月份时间(xxxx-xx) 如2021-03,默认取当前时间的上一个月份
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getMonth()
public void setMonth(String Month)
Month
- 月份时间(xxxx-xx) 如2021-03,默认取当前时间的上一个月份public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件Copyright © 2021. All rights reserved.