public class DeletePersonFeatureRequest extends AbstractModel
Constructor and Description |
---|
DeletePersonFeatureRequest() |
DeletePersonFeatureRequest(DeletePersonFeatureRequest 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 |
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, toJsonString
public DeletePersonFeatureRequest()
public DeletePersonFeatureRequest(DeletePersonFeatureRequest source)
public 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 © 2022. All rights reserved.