public class DescribeMonthPeakNetworkRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeMonthPeakNetworkRequest()
public DescribeMonthPeakNetworkRequest(DescribeMonthPeakNetworkRequest source)
public String getMonth()
public void setMonth(String Month)
Month - 月份时间(xxxx-xx) 如2021-03,默认取当前时间的上一个月份public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件Copyright © 2025. All rights reserved.