Class ModifyPersonFeatureInfoResponse


  • public class ModifyPersonFeatureInfoResponse
    extends AbstractModel
    • 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。