Class AgentTransferMoneyRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.partners.v20180321.models.AgentTransferMoneyRequest
-
public class AgentTransferMoneyRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AgentTransferMoneyRequest()
AgentTransferMoneyRequest(AgentTransferMoneyRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getAmount()
Get 转账金额,单位分String
getClientUin()
Get 客户账号IDvoid
setAmount(Long Amount)
Set 转账金额,单位分void
setClientUin(String ClientUin)
Set 客户账号IDvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AgentTransferMoneyRequest
public AgentTransferMoneyRequest()
-
AgentTransferMoneyRequest
public AgentTransferMoneyRequest(AgentTransferMoneyRequest 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.
-
-
Method Detail
-
getClientUin
public String getClientUin()
Get 客户账号ID- Returns:
- ClientUin 客户账号ID
-
setClientUin
public void setClientUin(String ClientUin)
Set 客户账号ID- Parameters:
ClientUin
- 客户账号ID
-
getAmount
public Long getAmount()
Get 转账金额,单位分- Returns:
- Amount 转账金额,单位分
-
setAmount
public void setAmount(Long Amount)
Set 转账金额,单位分- Parameters:
Amount
- 转账金额,单位分
-
-