Class CloudChannelExternalUserInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CloudChannelExternalUserInfo
-
public class CloudChannelExternalUserInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CloudChannelExternalUserInfo()
CloudChannelExternalUserInfo(CloudChannelExternalUserInfo 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 String
getChannelExternalUserId()
Get 渠道方用户IdString
getChannelExternalUserType()
Get 渠道方用户类型,枚举值: WX_OPENID 微信支付类型 ALIPAY_BUYERID 支付宝支付类型void
setChannelExternalUserId(String ChannelExternalUserId)
Set 渠道方用户Idvoid
setChannelExternalUserType(String ChannelExternalUserType)
Set 渠道方用户类型,枚举值: WX_OPENID 微信支付类型 ALIPAY_BUYERID 支付宝支付类型void
toMap(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
-
CloudChannelExternalUserInfo
public CloudChannelExternalUserInfo()
-
CloudChannelExternalUserInfo
public CloudChannelExternalUserInfo(CloudChannelExternalUserInfo 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
-
getChannelExternalUserType
public String getChannelExternalUserType()
Get 渠道方用户类型,枚举值: WX_OPENID 微信支付类型 ALIPAY_BUYERID 支付宝支付类型- Returns:
- ChannelExternalUserType 渠道方用户类型,枚举值: WX_OPENID 微信支付类型 ALIPAY_BUYERID 支付宝支付类型
-
setChannelExternalUserType
public void setChannelExternalUserType(String ChannelExternalUserType)
Set 渠道方用户类型,枚举值: WX_OPENID 微信支付类型 ALIPAY_BUYERID 支付宝支付类型- Parameters:
ChannelExternalUserType
- 渠道方用户类型,枚举值: WX_OPENID 微信支付类型 ALIPAY_BUYERID 支付宝支付类型
-
getChannelExternalUserId
public String getChannelExternalUserId()
Get 渠道方用户Id- Returns:
- ChannelExternalUserId 渠道方用户Id
-
setChannelExternalUserId
public void setChannelExternalUserId(String ChannelExternalUserId)
Set 渠道方用户Id- Parameters:
ChannelExternalUserId
- 渠道方用户Id
-
-