public class CreateMerchantRequest extends AbstractModel
Constructor and Description |
---|
CreateMerchantRequest() |
CreateMerchantRequest(CreateMerchantRequest 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCorpId()
Get 企业ID
|
String |
getName()
Get 商户名称
|
String |
getRemark()
Get 备注
|
void |
setCorpId(Long CorpId)
Set 企业ID
|
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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateMerchantRequest()
public CreateMerchantRequest(CreateMerchantRequest source)
public String getName()
public void setName(String Name)
Name
- 商户名称public String getRemark()
public void setRemark(String Remark)
Remark
- 备注public Long getCorpId()
public void setCorpId(Long CorpId)
CorpId
- 企业IDCopyright © 2022. All rights reserved.