Class ModifyPersonFeatureInfoResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.youmall.v20180228.models.ModifyPersonFeatureInfoResponse
-
public class ModifyPersonFeatureInfoResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCompanyId()
Get 集团IDLong
getPersonId()
Get 请求的顾客idLong
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 集团IDvoid
setPersonId(Long PersonId)
Set 请求的顾客idvoid
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyPersonFeatureInfoResponse
public ModifyPersonFeatureInfoResponse()
-
ModifyPersonFeatureInfoResponse
public 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.
-
-
Method Detail
-
getCompanyId
public String getCompanyId()
Get 集团ID- Returns:
- CompanyId 集团ID
-
setCompanyId
public void setCompanyId(String CompanyId)
Set 集团ID- Parameters:
CompanyId
- 集团ID
-
getShopId
public Long getShopId()
Get 店铺ID,如果不填表示操作集团身份库- Returns:
- ShopId 店铺ID,如果不填表示操作集团身份库
-
setShopId
public void setShopId(Long ShopId)
Set 店铺ID,如果不填表示操作集团身份库- Parameters:
ShopId
- 店铺ID,如果不填表示操作集团身份库
-
getPersonId
public Long getPersonId()
Get 请求的顾客id- Returns:
- PersonId 请求的顾客id
-
setPersonId
public void setPersonId(Long PersonId)
Set 请求的顾客id- Parameters:
PersonId
- 请求的顾客id
-
getPersonIdBind
public Long getPersonIdBind()
Get 图片实际绑定person_id,可能与请求的person_id不同,以此id为准- Returns:
- PersonIdBind 图片实际绑定person_id,可能与请求的person_id不同,以此id为准
-
setPersonIdBind
public void setPersonIdBind(Long PersonIdBind)
Set 图片实际绑定person_id,可能与请求的person_id不同,以此id为准- Parameters:
PersonIdBind
- 图片实际绑定person_id,可能与请求的person_id不同,以此id为准
-
getPersonType
public Long getPersonType()
Get 请求的顾客类型- Returns:
- PersonType 请求的顾客类型
-
setPersonType
public void setPersonType(Long PersonType)
Set 请求的顾客类型- Parameters:
PersonType
- 请求的顾客类型
-
getSimilarPersonIds
public Long[] getSimilarPersonIds()
Get 与请求的person_id类型相同、与请求图片特征相似的一个或多个person_id,需要额外确认这些id是否是同一个人- Returns:
- SimilarPersonIds 与请求的person_id类型相同、与请求图片特征相似的一个或多个person_id,需要额外确认这些id是否是同一个人
-
setSimilarPersonIds
public void setSimilarPersonIds(Long[] SimilarPersonIds)
Set 与请求的person_id类型相同、与请求图片特征相似的一个或多个person_id,需要额外确认这些id是否是同一个人- Parameters:
SimilarPersonIds
- 与请求的person_id类型相同、与请求图片特征相似的一个或多个person_id,需要额外确认这些id是否是同一个人
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-