public class DescribeAllocationTrendByMonthRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAllocationTrendByMonthRequest() | 
| DescribeAllocationTrendByMonthRequest(DescribeAllocationTrendByMonthRequest 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 | getBusinessCode()Get 产品编码,用作筛选 | 
| String | getMonth()Get 账单月份,格式为2024-02,不传默认当前月 | 
| String | getTreeNodeUniqKey()Get 分账单元唯一标识 | 
| void | setBusinessCode(String BusinessCode)Set 产品编码,用作筛选 | 
| void | setMonth(String Month)Set 账单月份,格式为2024-02,不传默认当前月 | 
| void | setTreeNodeUniqKey(String TreeNodeUniqKey)Set 分账单元唯一标识 | 
| 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 DescribeAllocationTrendByMonthRequest()
public DescribeAllocationTrendByMonthRequest(DescribeAllocationTrendByMonthRequest source)
public String getMonth()
public void setMonth(String Month)
Month - 账单月份,格式为2024-02,不传默认当前月public String getTreeNodeUniqKey()
public void setTreeNodeUniqKey(String TreeNodeUniqKey)
TreeNodeUniqKey - 分账单元唯一标识public String getBusinessCode()
public void setBusinessCode(String BusinessCode)
BusinessCode - 产品编码,用作筛选Copyright © 2025. All rights reserved.