Class UploadOpenBankSubMerchantCredentialResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.UploadOpenBankSubMerchantCredentialResult
-
public class UploadOpenBankSubMerchantCredentialResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UploadOpenBankSubMerchantCredentialResult()UploadOpenBankSubMerchantCredentialResult(UploadOpenBankSubMerchantCredentialResult 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 StringgetChannelApplyId()Get 渠道上传流水号StringgetUploadMessage()Get 上传描述 注意:此字段可能返回 null,表示取不到有效值。StringgetUploadStatus()Get 上传状态 SUCCESS:上传成功 FAILED:上传失败 PROCESSING:上传中voidsetChannelApplyId(String ChannelApplyId)Set 渠道上传流水号voidsetUploadMessage(String UploadMessage)Set 上传描述 注意:此字段可能返回 null,表示取不到有效值。voidsetUploadStatus(String UploadStatus)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
-
UploadOpenBankSubMerchantCredentialResult
public UploadOpenBankSubMerchantCredentialResult()
-
UploadOpenBankSubMerchantCredentialResult
public UploadOpenBankSubMerchantCredentialResult(UploadOpenBankSubMerchantCredentialResult 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
-
getUploadStatus
public String getUploadStatus()
Get 上传状态 SUCCESS:上传成功 FAILED:上传失败 PROCESSING:上传中- Returns:
- UploadStatus 上传状态 SUCCESS:上传成功 FAILED:上传失败 PROCESSING:上传中
-
setUploadStatus
public void setUploadStatus(String UploadStatus)
Set 上传状态 SUCCESS:上传成功 FAILED:上传失败 PROCESSING:上传中- Parameters:
UploadStatus- 上传状态 SUCCESS:上传成功 FAILED:上传失败 PROCESSING:上传中
-
getUploadMessage
public String getUploadMessage()
Get 上传描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UploadMessage 上传描述 注意:此字段可能返回 null,表示取不到有效值。
-
setUploadMessage
public void setUploadMessage(String UploadMessage)
Set 上传描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UploadMessage- 上传描述 注意:此字段可能返回 null,表示取不到有效值。
-
getChannelApplyId
public String getChannelApplyId()
Get 渠道上传流水号- Returns:
- ChannelApplyId 渠道上传流水号
-
setChannelApplyId
public void setChannelApplyId(String ChannelApplyId)
Set 渠道上传流水号- Parameters:
ChannelApplyId- 渠道上传流水号
-
-