Class DistributeAddReceiverRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.DistributeAddReceiverRequest
-
public class DistributeAddReceiverRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DistributeAddReceiverRequest()DistributeAddReceiverRequest(DistributeAddReceiverRequest 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 StringgetMerchantNo()Get 商户编号StringgetOpenId()Get 使用门店OpenIdStringgetOpenKey()Get 使用门店OpenKeyStringgetProfile()Get 沙箱环境填sandbox,正式环境不填StringgetRemark()Get 备注voidsetMerchantNo(String MerchantNo)Set 商户编号voidsetOpenId(String OpenId)Set 使用门店OpenIdvoidsetOpenKey(String OpenKey)Set 使用门店OpenKeyvoidsetProfile(String Profile)Set 沙箱环境填sandbox,正式环境不填voidsetRemark(String Remark)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
-
DistributeAddReceiverRequest
public DistributeAddReceiverRequest()
-
DistributeAddReceiverRequest
public DistributeAddReceiverRequest(DistributeAddReceiverRequest 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
-
getOpenId
public String getOpenId()
Get 使用门店OpenId- Returns:
- OpenId 使用门店OpenId
-
setOpenId
public void setOpenId(String OpenId)
Set 使用门店OpenId- Parameters:
OpenId- 使用门店OpenId
-
getOpenKey
public String getOpenKey()
Get 使用门店OpenKey- Returns:
- OpenKey 使用门店OpenKey
-
setOpenKey
public void setOpenKey(String OpenKey)
Set 使用门店OpenKey- Parameters:
OpenKey- 使用门店OpenKey
-
getMerchantNo
public String getMerchantNo()
Get 商户编号- Returns:
- MerchantNo 商户编号
-
setMerchantNo
public void setMerchantNo(String MerchantNo)
Set 商户编号- Parameters:
MerchantNo- 商户编号
-
getRemark
public String getRemark()
Get 备注- Returns:
- Remark 备注
-
setRemark
public void setRemark(String Remark)
Set 备注- Parameters:
Remark- 备注
-
getProfile
public String getProfile()
Get 沙箱环境填sandbox,正式环境不填- Returns:
- Profile 沙箱环境填sandbox,正式环境不填
-
setProfile
public void setProfile(String Profile)
Set 沙箱环境填sandbox,正式环境不填- Parameters:
Profile- 沙箱环境填sandbox,正式环境不填
-
-