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
Note: The return value may be null, indicating that no valid data can be obtained.
|
Float |
getCredit()
Get Allocated credit value
|
String |
getOperator()
Get Operator
|
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
Note: The return value may be null, indicating that no valid data can be obtained.
|
void |
setCredit(Float Credit)
Set Allocated credit value
|
void |
setOperator(String Operator)
Set Operator
|
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 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
Note: The return value may be null, indicating that no valid data can be obtained.Copyright © 2024. All rights reserved.