public class ModifyPersonFeatureInfoResponse extends AbstractModel
Constructor and Description |
---|
ModifyPersonFeatureInfoResponse() |
ModifyPersonFeatureInfoResponse(ModifyPersonFeatureInfoResponse 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 |
getPersonIdBind()
Get 图片实际绑定person_id,可能与请求的person_id不同,以此id为准
|
Long |
getPersonType()
Get 请求的顾客类型
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getShopId()
Get 店铺ID,如果不填表示操作集团身份库
|
Long[] |
getSimilarPersonIds()
Get 与请求的person_id类型相同、与请求图片特征相似的一个或多个person_id,需要额外确认这些id是否是同一个人
|
void |
setCompanyId(String CompanyId)
Set 集团ID
|
void |
setPersonId(Long PersonId)
Set 请求的顾客id
|
void |
setPersonIdBind(Long PersonIdBind)
Set 图片实际绑定person_id,可能与请求的person_id不同,以此id为准
|
void |
setPersonType(Long PersonType)
Set 请求的顾客类型
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setShopId(Long ShopId)
Set 店铺ID,如果不填表示操作集团身份库
|
void |
setSimilarPersonIds(Long[] SimilarPersonIds)
Set 与请求的person_id类型相同、与请求图片特征相似的一个或多个person_id,需要额外确认这些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 ModifyPersonFeatureInfoResponse()
public ModifyPersonFeatureInfoResponse(ModifyPersonFeatureInfoResponse source)
public String getCompanyId()
public void setCompanyId(String CompanyId)
CompanyId
- 集团IDpublic Long getShopId()
public void setShopId(Long ShopId)
ShopId
- 店铺ID,如果不填表示操作集团身份库public Long getPersonId()
public void setPersonId(Long PersonId)
PersonId
- 请求的顾客idpublic Long getPersonIdBind()
public void setPersonIdBind(Long PersonIdBind)
PersonIdBind
- 图片实际绑定person_id,可能与请求的person_id不同,以此id为准public Long getPersonType()
public void setPersonType(Long PersonType)
PersonType
- 请求的顾客类型public Long[] getSimilarPersonIds()
public void setSimilarPersonIds(Long[] SimilarPersonIds)
SimilarPersonIds
- 与请求的person_id类型相同、与请求图片特征相似的一个或多个person_id,需要额外确认这些id是否是同一个人public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.