Class CreateOpenBankExternalAggregatedSubMerchantRegistrationResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CreateOpenBankExternalAggregatedSubMerchantRegistrationResult
-
public class CreateOpenBankExternalAggregatedSubMerchantRegistrationResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateOpenBankExternalAggregatedSubMerchantRegistrationResult()CreateOpenBankExternalAggregatedSubMerchantRegistrationResult(CreateOpenBankExternalAggregatedSubMerchantRegistrationResult 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 StringgetChannelRegistrationNo()Get 渠道进件序列号StringgetChannelSubMerchantId()Get 渠道子商户IDStringgetRegistrationMessage()Get 进件返回描述 注意:此字段可能返回 null,表示取不到有效值。StringgetRegistrationStatus()Get 进件状态 SUCCESS: 进件成功 FAILED: 进件失败 PROCESSING: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。voidsetChannelRegistrationNo(String ChannelRegistrationNo)Set 渠道进件序列号voidsetChannelSubMerchantId(String ChannelSubMerchantId)Set 渠道子商户IDvoidsetRegistrationMessage(String RegistrationMessage)Set 进件返回描述 注意:此字段可能返回 null,表示取不到有效值。voidsetRegistrationStatus(String RegistrationStatus)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
-
CreateOpenBankExternalAggregatedSubMerchantRegistrationResult
public CreateOpenBankExternalAggregatedSubMerchantRegistrationResult()
-
CreateOpenBankExternalAggregatedSubMerchantRegistrationResult
public CreateOpenBankExternalAggregatedSubMerchantRegistrationResult(CreateOpenBankExternalAggregatedSubMerchantRegistrationResult 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
-
getRegistrationStatus
public String getRegistrationStatus()
Get 进件状态 SUCCESS: 进件成功 FAILED: 进件失败 PROCESSING: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。- Returns:
- RegistrationStatus 进件状态 SUCCESS: 进件成功 FAILED: 进件失败 PROCESSING: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。
-
setRegistrationStatus
public void setRegistrationStatus(String RegistrationStatus)
Set 进件状态 SUCCESS: 进件成功 FAILED: 进件失败 PROCESSING: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。- Parameters:
RegistrationStatus- 进件状态 SUCCESS: 进件成功 FAILED: 进件失败 PROCESSING: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。
-
getRegistrationMessage
public String getRegistrationMessage()
Get 进件返回描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RegistrationMessage 进件返回描述 注意:此字段可能返回 null,表示取不到有效值。
-
setRegistrationMessage
public void setRegistrationMessage(String RegistrationMessage)
Set 进件返回描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RegistrationMessage- 进件返回描述 注意:此字段可能返回 null,表示取不到有效值。
-
getChannelRegistrationNo
public String getChannelRegistrationNo()
Get 渠道进件序列号- Returns:
- ChannelRegistrationNo 渠道进件序列号
-
setChannelRegistrationNo
public void setChannelRegistrationNo(String ChannelRegistrationNo)
Set 渠道进件序列号- Parameters:
ChannelRegistrationNo- 渠道进件序列号
-
getChannelSubMerchantId
public String getChannelSubMerchantId()
Get 渠道子商户ID- Returns:
- ChannelSubMerchantId 渠道子商户ID
-
setChannelSubMerchantId
public void setChannelSubMerchantId(String ChannelSubMerchantId)
Set 渠道子商户ID- Parameters:
ChannelSubMerchantId- 渠道子商户ID
-
-