public class AllocateCreditPoolRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
AllocateCreditPoolRequest() |
AllocateCreditPoolRequest(AllocateCreditPoolRequest 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 |
getCredit()
Get Allocated amount.
|
Long |
getSubAgentUin()
Get Second-level reseller UIN.
|
void |
setCredit(Float Credit)
Set Allocated amount.
|
void |
setSubAgentUin(Long SubAgentUin)
Set Second-level reseller UIN.
|
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 AllocateCreditPoolRequest()
public AllocateCreditPoolRequest(AllocateCreditPoolRequest source)
public Long getSubAgentUin()
public void setSubAgentUin(Long SubAgentUin)
SubAgentUin
- Second-level reseller UIN.public Float getCredit()
public void setCredit(Float Credit)
Credit
- Allocated amount.Copyright © 2025. All rights reserved.