public class CreateAccountRequest extends AbstractModel
Constructor and Description |
---|
CreateAccountRequest() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.