public class DescribeBillSummaryByPayModeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeBillSummaryByPayModeRequest()  | 
DescribeBillSummaryByPayModeRequest(DescribeBillSummaryByPayModeRequest 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 | 
getBillMonth()
Get Bill month in the format of "yyyy-MM" 
 | 
Long | 
getCustomerUin()
Get Customer UIN 
 | 
void | 
setBillMonth(String BillMonth)
Set Bill month in the format of "yyyy-MM" 
 | 
void | 
setCustomerUin(Long CustomerUin)
Set Customer UIN 
 | 
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 DescribeBillSummaryByPayModeRequest()
public DescribeBillSummaryByPayModeRequest(DescribeBillSummaryByPayModeRequest source)
public String getBillMonth()
public void setBillMonth(String BillMonth)
BillMonth - Bill month in the format of "yyyy-MM"public Long getCustomerUin()
public void setCustomerUin(Long CustomerUin)
CustomerUin - Customer UINCopyright © 2025. All rights reserved.