public class QueryCreditAllocationHistoryData extends AbstractModel
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 |
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 |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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 creditCopyright © 2023. All rights reserved.