public class ModifyPersonFeatureInfoRequest extends AbstractModel
Constructor and Description |
---|
ModifyPersonFeatureInfoRequest() |
ModifyPersonFeatureInfoRequest(ModifyPersonFeatureInfoRequest 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
|
Long |
getPersonId()
Get 需要修改的顾客id
|
Long |
getPersonType()
Get 人物类型,仅能操作黑白名单顾客(1 白名单,2 表示黑名单,101表示集团白名单,102表示集团黑名单)
|
String |
getPicture()
Get 图片BASE编码
|
String |
getPictureName()
Get 图片名称(尽量不要重复)
|
Long |
getShopId()
Get 店铺ID,如果不填表示操作集团身份库
|
void |
setCompanyId(String CompanyId)
Set 集团ID
|
void |
setPersonId(Long PersonId)
Set 需要修改的顾客id
|
void |
setPersonType(Long PersonType)
Set 人物类型,仅能操作黑白名单顾客(1 白名单,2 表示黑名单,101表示集团白名单,102表示集团黑名单)
|
void |
setPicture(String Picture)
Set 图片BASE编码
|
void |
setPictureName(String PictureName)
Set 图片名称(尽量不要重复)
|
void |
setShopId(Long ShopId)
Set 店铺ID,如果不填表示操作集团身份库
|
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 ModifyPersonFeatureInfoRequest()
public ModifyPersonFeatureInfoRequest(ModifyPersonFeatureInfoRequest source)
public String getCompanyId()
public void setCompanyId(String CompanyId)
CompanyId
- 集团IDpublic Long getPersonId()
public void setPersonId(Long PersonId)
PersonId
- 需要修改的顾客idpublic String getPicture()
public void setPicture(String Picture)
Picture
- 图片BASE编码public String getPictureName()
public void setPictureName(String PictureName)
PictureName
- 图片名称(尽量不要重复)public Long getPersonType()
public void setPersonType(Long PersonType)
PersonType
- 人物类型,仅能操作黑白名单顾客(1 白名单,2 表示黑名单,101表示集团白名单,102表示集团黑名单)public Long getShopId()
public void setShopId(Long ShopId)
ShopId
- 店铺ID,如果不填表示操作集团身份库Copyright © 2021. All rights reserved.