public class DescribePersonInfoByFacePictureRequest extends AbstractModel
Constructor and Description |
---|
DescribePersonInfoByFacePictureRequest() |
DescribePersonInfoByFacePictureRequest(DescribePersonInfoByFacePictureRequest 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 优mall集团id,通过"指定身份标识获取客户门店列表"接口获取
|
String |
getPicture()
Get 人脸图片BASE编码
|
Long |
getShopId()
Get 优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取
|
void |
setCompanyId(String CompanyId)
Set 优mall集团id,通过"指定身份标识获取客户门店列表"接口获取
|
void |
setPicture(String Picture)
Set 人脸图片BASE编码
|
void |
setShopId(Long ShopId)
Set 优mall店铺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 DescribePersonInfoByFacePictureRequest()
public DescribePersonInfoByFacePictureRequest(DescribePersonInfoByFacePictureRequest source)
public String getCompanyId()
public void setCompanyId(String CompanyId)
CompanyId
- 优mall集团id,通过"指定身份标识获取客户门店列表"接口获取public Long getShopId()
public void setShopId(Long ShopId)
ShopId
- 优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取public String getPicture()
public void setPicture(String Picture)
Picture
- 人脸图片BASE编码Copyright © 2021. All rights reserved.