public class DescribeFaceIdByTempIdRequest extends AbstractModel
| 构造器和说明 |
|---|
DescribeFaceIdByTempIdRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCameraId()
Get 摄像头id
|
String |
getCompanyId()
Get 优mall集团id,通过"指定身份标识获取客户门店列表"接口获取
|
Integer |
getPictureExpires()
Get 图片url过期时间:在当前时间+PictureExpires秒后,图片url无法继续正常访问;单位s;默认值1*24*60*60(1天)
|
String |
getPosId()
Get pos机id
|
Integer |
getShopId()
Get 优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取
|
String |
getTempId()
Get 临时id
|
void |
setCameraId(Integer CameraId)
Set 摄像头id
|
void |
setCompanyId(String CompanyId)
Set 优mall集团id,通过"指定身份标识获取客户门店列表"接口获取
|
void |
setPictureExpires(Integer PictureExpires)
Set 图片url过期时间:在当前时间+PictureExpires秒后,图片url无法继续正常访问;单位s;默认值1*24*60*60(1天)
|
void |
setPosId(String PosId)
Set pos机id
|
void |
setShopId(Integer ShopId)
Set 优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取
|
void |
setTempId(String TempId)
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, toJsonStringpublic String getCompanyId()
public void setCompanyId(String CompanyId)
CompanyId - 优mall集团id,通过"指定身份标识获取客户门店列表"接口获取public Integer getShopId()
public void setShopId(Integer ShopId)
ShopId - 优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取public String getTempId()
public void setTempId(String TempId)
TempId - 临时idpublic Integer getCameraId()
public void setCameraId(Integer CameraId)
CameraId - 摄像头idpublic String getPosId()
public void setPosId(String PosId)
PosId - pos机idpublic Integer getPictureExpires()
public void setPictureExpires(Integer PictureExpires)
PictureExpires - 图片url过期时间:在当前时间+PictureExpires秒后,图片url无法继续正常访问;单位s;默认值1*24*60*60(1天)Copyright © 2020. All rights reserved.