public class DescribeAgentBillsRequest extends AbstractModel
Constructor and Description |
---|
DescribeAgentBillsRequest() |
DescribeAgentBillsRequest(DescribeAgentBillsRequest 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 |
getClientRemark()
Get 客户备注名称
|
String |
getClientUin()
Get 客户账号ID
|
Long |
getLimit()
Get 限制数目
|
Long |
getOffset()
Get 偏移量
|
String |
getOrderId()
Get 预付费订单号
|
String |
getPayMode()
Get 支付方式,prepay/postpay
|
String |
getSettleMonth()
Get 支付月份,如2018-02
|
void |
setClientRemark(String ClientRemark)
Set 客户备注名称
|
void |
setClientUin(String ClientUin)
Set 客户账号ID
|
void |
setLimit(Long Limit)
Set 限制数目
|
void |
setOffset(Long Offset)
Set 偏移量
|
void |
setOrderId(String OrderId)
Set 预付费订单号
|
void |
setPayMode(String PayMode)
Set 支付方式,prepay/postpay
|
void |
setSettleMonth(String SettleMonth)
Set 支付月份,如2018-02
|
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 DescribeAgentBillsRequest()
public DescribeAgentBillsRequest(DescribeAgentBillsRequest source)
public String getSettleMonth()
public void setSettleMonth(String SettleMonth)
SettleMonth
- 支付月份,如2018-02public String getClientUin()
public void setClientUin(String ClientUin)
ClientUin
- 客户账号IDpublic String getPayMode()
public void setPayMode(String PayMode)
PayMode
- 支付方式,prepay/postpaypublic String getOrderId()
public void setOrderId(String OrderId)
OrderId
- 预付费订单号public String getClientRemark()
public void setClientRemark(String ClientRemark)
ClientRemark
- 客户备注名称public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制数目Copyright © 2022. All rights reserved.