Class CreateOpenBankExternalSubMerchantRegistrationResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CreateOpenBankExternalSubMerchantRegistrationResult
-
public class CreateOpenBankExternalSubMerchantRegistrationResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateOpenBankExternalSubMerchantRegistrationResult()CreateOpenBankExternalSubMerchantRegistrationResult(CreateOpenBankExternalSubMerchantRegistrationResult 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 渠道子商户ID。StringgetExternalReturnData()Get 第三方渠道返回信息, 为JSON格式字符串。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。StringgetRegistrationMessage()Get 进件返回描述, 例如失败原因等。 注意:此字段可能返回 null,表示取不到有效值。StringgetRegistrationStatus()Get 进件状态。 __SUCCESS__: 进件成功 __FAILED__: 进件失败 __PROCESSING__: 进件中 注意:若返回进件中,需要再次调用进件结果查询接口,查询结果。voidsetChannelRegistrationNo(String ChannelRegistrationNo)Set 渠道进件序列号。voidsetChannelSubMerchantId(String ChannelSubMerchantId)Set 渠道子商户ID。voidsetExternalReturnData(String ExternalReturnData)Set 第三方渠道返回信息, 为JSON格式字符串。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。voidsetRegistrationMessage(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
-
CreateOpenBankExternalSubMerchantRegistrationResult
public CreateOpenBankExternalSubMerchantRegistrationResult()
-
CreateOpenBankExternalSubMerchantRegistrationResult
public CreateOpenBankExternalSubMerchantRegistrationResult(CreateOpenBankExternalSubMerchantRegistrationResult 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。
-
getExternalReturnData
public String getExternalReturnData()
Get 第三方渠道返回信息, 为JSON格式字符串。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ExternalReturnData 第三方渠道返回信息, 为JSON格式字符串。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。
-
setExternalReturnData
public void setExternalReturnData(String ExternalReturnData)
Set 第三方渠道返回信息, 为JSON格式字符串。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ExternalReturnData- 第三方渠道返回信息, 为JSON格式字符串。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。
-
-