public class DeletePersonFeatureRequest extends AbstractModel
| Constructor and Description |
|---|
DeletePersonFeatureRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyId()
Get 公司ID
|
Long |
getPersonId()
Get 顾客ID
|
Long |
getShopId()
Get 门店ID
|
void |
setCompanyId(String CompanyId)
Set 公司ID
|
void |
setPersonId(Long PersonId)
Set 顾客ID
|
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, toJsonStringpublic String getCompanyId()
public void setCompanyId(String CompanyId)
CompanyId - 公司IDpublic Long getShopId()
public void setShopId(Long ShopId)
ShopId - 门店IDpublic Long getPersonId()
public void setPersonId(Long PersonId)
PersonId - 顾客IDCopyright © 2020. All rights reserved.