public class DescribeOrganizationFinancialByMemberRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeOrganizationFinancialByMemberRequest() | 
| DescribeOrganizationFinancialByMemberRequest(DescribeOrganizationFinancialByMemberRequest 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 | getEndMonth()Get 查询结束月份。格式:yyyy-mm,例如:2021-01,默认值为查询开始月份。 | 
| Long | getLimit()Get 限制数目。取值范围:1~50,默认值:10 | 
| Long[] | getMemberUins()Get 查询成员列表。 最大100个 | 
| String | getMonth()Get 查询开始月份。格式:yyyy-mm,例如:2021-01。 | 
| Long | getOffset()Get 偏移量。取值是limit的整数倍,默认值 : 0 | 
| String[] | getProductCodes()Get 查询产品列表。 最大100个 | 
| void | setEndMonth(String EndMonth)Set 查询结束月份。格式:yyyy-mm,例如:2021-01,默认值为查询开始月份。 | 
| void | setLimit(Long Limit)Set 限制数目。取值范围:1~50,默认值:10 | 
| void | setMemberUins(Long[] MemberUins)Set 查询成员列表。 最大100个 | 
| void | setMonth(String Month)Set 查询开始月份。格式:yyyy-mm,例如:2021-01。 | 
| void | setOffset(Long Offset)Set 偏移量。取值是limit的整数倍,默认值 : 0 | 
| void | setProductCodes(String[] ProductCodes)Set 查询产品列表。 最大100个 | 
| 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 DescribeOrganizationFinancialByMemberRequest()
public DescribeOrganizationFinancialByMemberRequest(DescribeOrganizationFinancialByMemberRequest source)
public String getMonth()
public void setMonth(String Month)
Month - 查询开始月份。格式:yyyy-mm,例如:2021-01。public Long getLimit()
public void setLimit(Long Limit)
Limit - 限制数目。取值范围:1~50,默认值:10public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量。取值是limit的整数倍,默认值 : 0public String getEndMonth()
public void setEndMonth(String EndMonth)
EndMonth - 查询结束月份。格式:yyyy-mm,例如:2021-01,默认值为查询开始月份。public Long[] getMemberUins()
public void setMemberUins(Long[] MemberUins)
MemberUins - 查询成员列表。 最大100个public String[] getProductCodes()
public void setProductCodes(String[] ProductCodes)
ProductCodes - 查询产品列表。 最大100个Copyright © 2025. All rights reserved.