public class QueryPartnerCreditResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryPartnerCreditResponse() |
QueryPartnerCreditResponse(QueryPartnerCreditResponse 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 |
---|---|
Float |
getAllocatedCredit()
Get Allocated credit
|
Float |
getCustomerRemainingCredit()
Get Remaining quota for the client
|
Float |
getCustomerTotalCredit()
Get Allocated quota for the client
|
Float |
getRemainingCredit()
Get Remaining credit
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Float |
getTotalCredit()
Get Total credit
|
void |
setAllocatedCredit(Float AllocatedCredit)
Set Allocated credit
|
void |
setCustomerRemainingCredit(Float CustomerRemainingCredit)
Set Remaining quota for the client
|
void |
setCustomerTotalCredit(Float CustomerTotalCredit)
Set Allocated quota for the client
|
void |
setRemainingCredit(Float RemainingCredit)
Set Remaining credit
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTotalCredit(Float TotalCredit)
Set Total credit
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public QueryPartnerCreditResponse()
public QueryPartnerCreditResponse(QueryPartnerCreditResponse source)
public Float getAllocatedCredit()
public void setAllocatedCredit(Float AllocatedCredit)
AllocatedCredit
- Allocated creditpublic Float getTotalCredit()
public void setTotalCredit(Float TotalCredit)
TotalCredit
- Total creditpublic Float getRemainingCredit()
public void setRemainingCredit(Float RemainingCredit)
RemainingCredit
- Remaining creditpublic Float getCustomerTotalCredit()
public void setCustomerTotalCredit(Float CustomerTotalCredit)
CustomerTotalCredit
- Allocated quota for the clientpublic Float getCustomerRemainingCredit()
public void setCustomerRemainingCredit(Float CustomerRemainingCredit)
CustomerRemainingCredit
- Remaining quota for the clientpublic 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 © 2024. All rights reserved.