Class CreateOpenBankSubMerchantRateConfigureResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CreateOpenBankSubMerchantRateConfigureResult
-
public class CreateOpenBankSubMerchantRateConfigureResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateOpenBankSubMerchantRateConfigureResult()CreateOpenBankSubMerchantRateConfigureResult(CreateOpenBankSubMerchantRateConfigureResult 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 StringgetChannelProductFeeNo()Get 渠道产品费率序列号StringgetDealMessage()Get 处理描述 注意:此字段可能返回 null,表示取不到有效值。StringgetDealStatus()Get 处理状态 SUCCESS: 开通成功 FAILED: 开通失败 PROCESSING: 开通中 注意:若返回开通中,需要再次调用费率配置结果查询接口,查询结果。voidsetChannelProductFeeNo(String ChannelProductFeeNo)Set 渠道产品费率序列号voidsetDealMessage(String DealMessage)Set 处理描述 注意:此字段可能返回 null,表示取不到有效值。voidsetDealStatus(String DealStatus)Set 处理状态 SUCCESS: 开通成功 FAILED: 开通失败 PROCESSING: 开通中 注意:若返回开通中,需要再次调用费率配置结果查询接口,查询结果。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
-
CreateOpenBankSubMerchantRateConfigureResult
public CreateOpenBankSubMerchantRateConfigureResult()
-
CreateOpenBankSubMerchantRateConfigureResult
public CreateOpenBankSubMerchantRateConfigureResult(CreateOpenBankSubMerchantRateConfigureResult 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
-
getDealStatus
public String getDealStatus()
Get 处理状态 SUCCESS: 开通成功 FAILED: 开通失败 PROCESSING: 开通中 注意:若返回开通中,需要再次调用费率配置结果查询接口,查询结果。- Returns:
- DealStatus 处理状态 SUCCESS: 开通成功 FAILED: 开通失败 PROCESSING: 开通中 注意:若返回开通中,需要再次调用费率配置结果查询接口,查询结果。
-
setDealStatus
public void setDealStatus(String DealStatus)
Set 处理状态 SUCCESS: 开通成功 FAILED: 开通失败 PROCESSING: 开通中 注意:若返回开通中,需要再次调用费率配置结果查询接口,查询结果。- Parameters:
DealStatus- 处理状态 SUCCESS: 开通成功 FAILED: 开通失败 PROCESSING: 开通中 注意:若返回开通中,需要再次调用费率配置结果查询接口,查询结果。
-
getDealMessage
public String getDealMessage()
Get 处理描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DealMessage 处理描述 注意:此字段可能返回 null,表示取不到有效值。
-
setDealMessage
public void setDealMessage(String DealMessage)
Set 处理描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DealMessage- 处理描述 注意:此字段可能返回 null,表示取不到有效值。
-
getChannelProductFeeNo
public String getChannelProductFeeNo()
Get 渠道产品费率序列号- Returns:
- ChannelProductFeeNo 渠道产品费率序列号
-
setChannelProductFeeNo
public void setChannelProductFeeNo(String ChannelProductFeeNo)
Set 渠道产品费率序列号- Parameters:
ChannelProductFeeNo- 渠道产品费率序列号
-
-