public class QueryVoucherPoolResponse extends AbstractModel
skipSign
Constructor and Description |
---|
QueryVoucherPoolResponse() |
QueryVoucherPoolResponse(QueryVoucherPoolResponse 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 Reseller role type (1: Reseller; 2: Distributor; 3: Second-level reseller)
|
String |
getAgentName()
Get Reseller name
|
Long |
getIssuedNum()
Get The number of issued vouchers
|
Float |
getRemainingQuota()
Get Remaining quota
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Float |
getTotalQuota()
Get Total quota
|
void |
setAccountType(Long AccountType)
Set Reseller role type (1: Reseller; 2: Distributor; 3: Second-level reseller)
|
void |
setAgentName(String AgentName)
Set Reseller name
|
void |
setIssuedNum(Long IssuedNum)
Set The number of issued vouchers
|
void |
setRemainingQuota(Float RemainingQuota)
Set Remaining quota
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTotalQuota(Float TotalQuota)
Set Total quota
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public QueryVoucherPoolResponse()
public QueryVoucherPoolResponse(QueryVoucherPoolResponse source)
public String getAgentName()
public void setAgentName(String AgentName)
AgentName
- Reseller namepublic Long getAccountType()
public void setAccountType(Long AccountType)
AccountType
- Reseller role type (1: Reseller; 2: Distributor; 3: Second-level reseller)public Float getTotalQuota()
public void setTotalQuota(Float TotalQuota)
TotalQuota
- Total quotapublic Float getRemainingQuota()
public void setRemainingQuota(Float RemainingQuota)
RemainingQuota
- Remaining quotapublic Long getIssuedNum()
public void setIssuedNum(Long IssuedNum)
IssuedNum
- The number of issued voucherspublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.