Class ApplyOutwardOrderData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.ApplyOutwardOrderData
-
public class ApplyOutwardOrderData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ApplyOutwardOrderData()ApplyOutwardOrderData(ApplyOutwardOrderData 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 StringgetMerchantId()Get 商户号StringgetStatus()Get 受理状态StringgetTransactionId()Get 对接方汇出指令编号voidsetMerchantId(String MerchantId)Set 商户号voidsetStatus(String Status)Set 受理状态voidsetTransactionId(String TransactionId)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
-
ApplyOutwardOrderData
public ApplyOutwardOrderData()
-
ApplyOutwardOrderData
public ApplyOutwardOrderData(ApplyOutwardOrderData 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
-
getMerchantId
public String getMerchantId()
Get 商户号- Returns:
- MerchantId 商户号
-
setMerchantId
public void setMerchantId(String MerchantId)
Set 商户号- Parameters:
MerchantId- 商户号
-
getTransactionId
public String getTransactionId()
Get 对接方汇出指令编号- Returns:
- TransactionId 对接方汇出指令编号
-
setTransactionId
public void setTransactionId(String TransactionId)
Set 对接方汇出指令编号- Parameters:
TransactionId- 对接方汇出指令编号
-
getStatus
public String getStatus()
Get 受理状态- Returns:
- Status 受理状态
-
setStatus
public void setStatus(String Status)
Set 受理状态- Parameters:
Status- 受理状态
-
-