public class QueryCreditAllocationHistoryData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
QueryCreditAllocationHistoryData()  | 
QueryCreditAllocationHistoryData(QueryCreditAllocationHistoryData 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 The allocated total credit 
 | 
String | 
getAllocatedTime()
Get Allocation time 
 | 
Float | 
getClientCreditAfter()
Get Available credits after allocation. 
 | 
Float | 
getCredit()
Get Allocated credit value 
 | 
String | 
getOperator()
Get Operator 
 | 
String | 
getRemark()
Get Remark 
 | 
void | 
setAllocatedCredit(Float AllocatedCredit)
Set The allocated total credit 
 | 
void | 
setAllocatedTime(String AllocatedTime)
Set Allocation time 
 | 
void | 
setClientCreditAfter(Float ClientCreditAfter)
Set Available credits after allocation. 
 | 
void | 
setCredit(Float Credit)
Set Allocated credit value 
 | 
void | 
setOperator(String Operator)
Set Operator 
 | 
void | 
setRemark(String Remark)
Set Remark 
 | 
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 QueryCreditAllocationHistoryData()
public QueryCreditAllocationHistoryData(QueryCreditAllocationHistoryData source)
public String getAllocatedTime()
public void setAllocatedTime(String AllocatedTime)
AllocatedTime - Allocation timepublic String getOperator()
public void setOperator(String Operator)
Operator - Operatorpublic Float getCredit()
public void setCredit(Float Credit)
Credit - Allocated credit valuepublic Float getAllocatedCredit()
public void setAllocatedCredit(Float AllocatedCredit)
AllocatedCredit - The allocated total creditpublic Float getClientCreditAfter()
public void setClientCreditAfter(Float ClientCreditAfter)
ClientCreditAfter - Available credits after allocation.public String getRemark()
public void setRemark(String Remark)
Remark - RemarkCopyright © 2025. All rights reserved.