public class CreateAccountRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateAccountRequest() |
CreateAccountRequest(CreateAccountRequest 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 |
---|---|
String |
getCompanyId()
Get 集团ID
|
String |
getName()
Get 账号名;需要是手机号
|
String |
getPassword()
Get 密码;需要是(`~!@#$%^&*()_+=-)中的至少两种且八位以上
|
String |
getRemark()
Get 备注说明; 30个字符以内
|
String |
getShopCode()
Get 客户门店编码
|
void |
setCompanyId(String CompanyId)
Set 集团ID
|
void |
setName(String Name)
Set 账号名;需要是手机号
|
void |
setPassword(String Password)
Set 密码;需要是(`~!@#$%^&*()_+=-)中的至少两种且八位以上
|
void |
setRemark(String Remark)
Set 备注说明; 30个字符以内
|
void |
setShopCode(String ShopCode)
Set 客户门店编码
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateAccountRequest()
public CreateAccountRequest(CreateAccountRequest source)
public String getCompanyId()
public void setCompanyId(String CompanyId)
CompanyId
- 集团IDpublic String getName()
public void setName(String Name)
Name
- 账号名;需要是手机号public String getPassword()
public void setPassword(String Password)
Password
- 密码;需要是(`~!@#$%^&*()_+=-)中的至少两种且八位以上public String getShopCode()
public void setShopCode(String ShopCode)
ShopCode
- 客户门店编码public String getRemark()
public void setRemark(String Remark)
Remark
- 备注说明; 30个字符以内Copyright © 2024. All rights reserved.