public class DescribeRechargeRecordsRequest extends AbstractModel
Constructor and Description |
---|
DescribeRechargeRecordsRequest() |
DescribeRechargeRecordsRequest(DescribeRechargeRecordsRequest 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 |
---|---|
Long |
getAccountType()
Get 账户类型 1:设备接入 2:云存。
|
Long |
getLimit()
Get 总共查询多少条记录,默认为值50。
|
Long |
getOffset()
Get 从第几条记录开始显示, 默认值为0。
|
void |
setAccountType(Long AccountType)
Set 账户类型 1:设备接入 2:云存。
|
void |
setLimit(Long Limit)
Set 总共查询多少条记录,默认为值50。
|
void |
setOffset(Long Offset)
Set 从第几条记录开始显示, 默认值为0。
|
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 DescribeRechargeRecordsRequest()
public DescribeRechargeRecordsRequest(DescribeRechargeRecordsRequest source)
public Long getAccountType()
public void setAccountType(Long AccountType)
AccountType
- 账户类型 1:设备接入 2:云存。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 从第几条记录开始显示, 默认值为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 总共查询多少条记录,默认为值50。Copyright © 2022. All rights reserved.