Class CreateOpenBankOrderRechargeResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CreateOpenBankOrderRechargeResult
-
public class CreateOpenBankOrderRechargeResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateOpenBankOrderRechargeResult()CreateOpenBankOrderRechargeResult(CreateOpenBankOrderRechargeResult 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 StringgetChannelOrderId()Get 云企付平台订单号。StringgetDealMessage()Get 充值返回描述 注意:此字段可能返回 null,表示取不到有效值。StringgetDealStatus()Get 充值状态 注意:此字段可能返回 null,表示取不到有效值。StringgetOutOrderId()Get 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。StringgetPcWebUrl()Get PC web端跳转链接 注意:此字段可能返回 null,表示取不到有效值。OpenBankRechargeRedirectInfogetRedirectInfo()Get 跳转参数 注意:此字段可能返回 null,表示取不到有效值。StringgetThirdPayOrderId()Get 第三方支付平台返回支付订单号。 注意:此字段可能返回 null,表示取不到有效值。voidsetChannelOrderId(String ChannelOrderId)Set 云企付平台订单号。voidsetDealMessage(String DealMessage)Set 充值返回描述 注意:此字段可能返回 null,表示取不到有效值。voidsetDealStatus(String DealStatus)Set 充值状态 注意:此字段可能返回 null,表示取不到有效值。voidsetOutOrderId(String OutOrderId)Set 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。voidsetPcWebUrl(String PcWebUrl)Set PC web端跳转链接 注意:此字段可能返回 null,表示取不到有效值。voidsetRedirectInfo(OpenBankRechargeRedirectInfo RedirectInfo)Set 跳转参数 注意:此字段可能返回 null,表示取不到有效值。voidsetThirdPayOrderId(String ThirdPayOrderId)Set 第三方支付平台返回支付订单号。 注意:此字段可能返回 null,表示取不到有效值。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
-
CreateOpenBankOrderRechargeResult
public CreateOpenBankOrderRechargeResult()
-
CreateOpenBankOrderRechargeResult
public CreateOpenBankOrderRechargeResult(CreateOpenBankOrderRechargeResult 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
-
getChannelOrderId
public String getChannelOrderId()
Get 云企付平台订单号。- Returns:
- ChannelOrderId 云企付平台订单号。
-
setChannelOrderId
public void setChannelOrderId(String ChannelOrderId)
Set 云企付平台订单号。- Parameters:
ChannelOrderId- 云企付平台订单号。
-
getThirdPayOrderId
public String getThirdPayOrderId()
Get 第三方支付平台返回支付订单号。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ThirdPayOrderId 第三方支付平台返回支付订单号。 注意:此字段可能返回 null,表示取不到有效值。
-
setThirdPayOrderId
public void setThirdPayOrderId(String ThirdPayOrderId)
Set 第三方支付平台返回支付订单号。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ThirdPayOrderId- 第三方支付平台返回支付订单号。 注意:此字段可能返回 null,表示取不到有效值。
-
getRedirectInfo
public OpenBankRechargeRedirectInfo getRedirectInfo()
Get 跳转参数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RedirectInfo 跳转参数 注意:此字段可能返回 null,表示取不到有效值。
-
setRedirectInfo
public void setRedirectInfo(OpenBankRechargeRedirectInfo RedirectInfo)
Set 跳转参数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RedirectInfo- 跳转参数 注意:此字段可能返回 null,表示取不到有效值。
-
getOutOrderId
public String getOutOrderId()
Get 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。- Returns:
- OutOrderId 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。
-
setOutOrderId
public void setOutOrderId(String OutOrderId)
Set 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。- Parameters:
OutOrderId- 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。
-
getDealStatus
public String getDealStatus()
Get 充值状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DealStatus 充值状态 注意:此字段可能返回 null,表示取不到有效值。
-
setDealStatus
public void setDealStatus(String DealStatus)
Set 充值状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DealStatus- 充值状态 注意:此字段可能返回 null,表示取不到有效值。
-
getDealMessage
public String getDealMessage()
Get 充值返回描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DealMessage 充值返回描述 注意:此字段可能返回 null,表示取不到有效值。
-
setDealMessage
public void setDealMessage(String DealMessage)
Set 充值返回描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DealMessage- 充值返回描述 注意:此字段可能返回 null,表示取不到有效值。
-
getPcWebUrl
public String getPcWebUrl()
Get PC web端跳转链接 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PcWebUrl PC web端跳转链接 注意:此字段可能返回 null,表示取不到有效值。
-
setPcWebUrl
public void setPcWebUrl(String PcWebUrl)
Set PC web端跳转链接 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PcWebUrl- PC web端跳转链接 注意:此字段可能返回 null,表示取不到有效值。
-
-