Class ModifyMerchantRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trp.v20210515.models.ModifyMerchantRequest
-
public class ModifyMerchantRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyMerchantRequest()
ModifyMerchantRequest(ModifyMerchantRequest 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 Long
getCodeType()
Get 码包来源 0:自建, 1:第三码包,暂不支持修改String
getCodeUrl()
Get 码包前缀地址 第三方码包时必填Long
getCorpId()
Get 企业IDString
getMerchantId()
Get 商户标识码String
getName()
Get 商户名称String
getRemark()
Get 备注void
setCodeType(Long CodeType)
Set 码包来源 0:自建, 1:第三码包,暂不支持修改void
setCodeUrl(String CodeUrl)
Set 码包前缀地址 第三方码包时必填void
setCorpId(Long CorpId)
Set 企业IDvoid
setMerchantId(String MerchantId)
Set 商户标识码void
setName(String Name)
Set 商户名称void
setRemark(String Remark)
Set 备注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
-
ModifyMerchantRequest
public ModifyMerchantRequest()
-
ModifyMerchantRequest
public ModifyMerchantRequest(ModifyMerchantRequest 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
-
getName
public String getName()
Get 商户名称- Returns:
- Name 商户名称
-
setName
public void setName(String Name)
Set 商户名称- Parameters:
Name
- 商户名称
-
getMerchantId
public String getMerchantId()
Get 商户标识码- Returns:
- MerchantId 商户标识码
-
setMerchantId
public void setMerchantId(String MerchantId)
Set 商户标识码- Parameters:
MerchantId
- 商户标识码
-
getRemark
public String getRemark()
Get 备注- Returns:
- Remark 备注
-
setRemark
public void setRemark(String Remark)
Set 备注- Parameters:
Remark
- 备注
-
getCorpId
public Long getCorpId()
Get 企业ID- Returns:
- CorpId 企业ID
-
setCorpId
public void setCorpId(Long CorpId)
Set 企业ID- Parameters:
CorpId
- 企业ID
-
getCodeType
public Long getCodeType()
Get 码包来源 0:自建, 1:第三码包,暂不支持修改- Returns:
- CodeType 码包来源 0:自建, 1:第三码包,暂不支持修改
-
setCodeType
public void setCodeType(Long CodeType)
Set 码包来源 0:自建, 1:第三码包,暂不支持修改- Parameters:
CodeType
- 码包来源 0:自建, 1:第三码包,暂不支持修改
-
getCodeUrl
public String getCodeUrl()
Get 码包前缀地址 第三方码包时必填- Returns:
- CodeUrl 码包前缀地址 第三方码包时必填
-
setCodeUrl
public void setCodeUrl(String CodeUrl)
Set 码包前缀地址 第三方码包时必填- Parameters:
CodeUrl
- 码包前缀地址 第三方码包时必填
-
-