Class FreezeFlexBalanceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.FreezeFlexBalanceRequest
-
public class FreezeFlexBalanceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FreezeFlexBalanceRequest()FreezeFlexBalanceRequest(FreezeFlexBalanceRequest 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 StringgetAmountBeforeTax()Get 税前金额StringgetEnvironment()Get 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境StringgetIncomeType()Get 收入类型 LABOR:劳务所得 OCCASION:偶然所得StringgetOperationType()Get 操作类型 FREEZE:冻结 UNFREEZE:解冻StringgetOutOrderId()Get 外部订单IDStringgetPayeeId()Get 收款用户IDStringgetRemark()Get 冻结备注voidsetAmountBeforeTax(String AmountBeforeTax)Set 税前金额voidsetEnvironment(String Environment)Set 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境voidsetIncomeType(String IncomeType)Set 收入类型 LABOR:劳务所得 OCCASION:偶然所得voidsetOperationType(String OperationType)Set 操作类型 FREEZE:冻结 UNFREEZE:解冻voidsetOutOrderId(String OutOrderId)Set 外部订单IDvoidsetPayeeId(String PayeeId)Set 收款用户IDvoidsetRemark(String Remark)Set 冻结备注voidtoMap(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
-
FreezeFlexBalanceRequest
public FreezeFlexBalanceRequest()
-
FreezeFlexBalanceRequest
public FreezeFlexBalanceRequest(FreezeFlexBalanceRequest 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
-
getPayeeId
public String getPayeeId()
Get 收款用户ID- Returns:
- PayeeId 收款用户ID
-
setPayeeId
public void setPayeeId(String PayeeId)
Set 收款用户ID- Parameters:
PayeeId- 收款用户ID
-
getAmountBeforeTax
public String getAmountBeforeTax()
Get 税前金额- Returns:
- AmountBeforeTax 税前金额
-
setAmountBeforeTax
public void setAmountBeforeTax(String AmountBeforeTax)
Set 税前金额- Parameters:
AmountBeforeTax- 税前金额
-
getIncomeType
public String getIncomeType()
Get 收入类型 LABOR:劳务所得 OCCASION:偶然所得- Returns:
- IncomeType 收入类型 LABOR:劳务所得 OCCASION:偶然所得
-
setIncomeType
public void setIncomeType(String IncomeType)
Set 收入类型 LABOR:劳务所得 OCCASION:偶然所得- Parameters:
IncomeType- 收入类型 LABOR:劳务所得 OCCASION:偶然所得
-
getOutOrderId
public String getOutOrderId()
Get 外部订单ID- Returns:
- OutOrderId 外部订单ID
-
setOutOrderId
public void setOutOrderId(String OutOrderId)
Set 外部订单ID- Parameters:
OutOrderId- 外部订单ID
-
getOperationType
public String getOperationType()
Get 操作类型 FREEZE:冻结 UNFREEZE:解冻- Returns:
- OperationType 操作类型 FREEZE:冻结 UNFREEZE:解冻
-
setOperationType
public void setOperationType(String OperationType)
Set 操作类型 FREEZE:冻结 UNFREEZE:解冻- Parameters:
OperationType- 操作类型 FREEZE:冻结 UNFREEZE:解冻
-
getRemark
public String getRemark()
Get 冻结备注- Returns:
- Remark 冻结备注
-
setRemark
public void setRemark(String Remark)
Set 冻结备注- Parameters:
Remark- 冻结备注
-
getEnvironment
public String getEnvironment()
Get 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境- Returns:
- Environment 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境
-
setEnvironment
public void setEnvironment(String Environment)
Set 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境- Parameters:
Environment- 环境类型 __release__:生产环境 __sandbox__:沙箱环境 __test__:测试环境 缺省默认为生产环境
-
-