public class ModifyPersonTagInfoRequest extends AbstractModel
| 构造器和说明 |
|---|
ModifyPersonTagInfoRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCompanyId()
Get 优mall集团id,通过"指定身份标识获取客户门店列表"接口获取
|
Integer |
getShopId()
Get 优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取,为0则拉取集团全部店铺当前
|
PersonTagInfo[] |
getTags()
Get 需要设置的顾客信息,批量设置最大为10个
|
void |
setCompanyId(String CompanyId)
Set 优mall集团id,通过"指定身份标识获取客户门店列表"接口获取
|
void |
setShopId(Integer ShopId)
Set 优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取,为0则拉取集团全部店铺当前
|
void |
setTags(PersonTagInfo[] Tags)
Set 需要设置的顾客信息,批量设置最大为10个
|
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, toJsonStringpublic String getCompanyId()
public void setCompanyId(String CompanyId)
CompanyId - 优mall集团id,通过"指定身份标识获取客户门店列表"接口获取public Integer getShopId()
public void setShopId(Integer ShopId)
ShopId - 优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取,为0则拉取集团全部店铺当前public PersonTagInfo[] getTags()
public void setTags(PersonTagInfo[] Tags)
Tags - 需要设置的顾客信息,批量设置最大为10个Copyright © 2020. All rights reserved.