Class CloudExternalAttachmentData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CloudExternalAttachmentData
-
public class CloudExternalAttachmentData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CloudExternalAttachmentData()CloudExternalAttachmentData(CloudExternalAttachmentData 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 StringgetAttachmentData()Get 渠道透传字段,由各个渠道自行定义StringgetChannelName()Get 渠道名voidsetAttachmentData(String AttachmentData)Set 渠道透传字段,由各个渠道自行定义voidsetChannelName(String ChannelName)Set 渠道名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
-
CloudExternalAttachmentData
public CloudExternalAttachmentData()
-
CloudExternalAttachmentData
public CloudExternalAttachmentData(CloudExternalAttachmentData 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
-
getChannelName
public String getChannelName()
Get 渠道名- Returns:
- ChannelName 渠道名
-
setChannelName
public void setChannelName(String ChannelName)
Set 渠道名- Parameters:
ChannelName- 渠道名
-
getAttachmentData
public String getAttachmentData()
Get 渠道透传字段,由各个渠道自行定义- Returns:
- AttachmentData 渠道透传字段,由各个渠道自行定义
-
setAttachmentData
public void setAttachmentData(String AttachmentData)
Set 渠道透传字段,由各个渠道自行定义- Parameters:
AttachmentData- 渠道透传字段,由各个渠道自行定义
-
-