public class DescribeFaceIdByTempIdRequest extends AbstractModel
Constructor and Description |
---|
DescribeFaceIdByTempIdRequest() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCameraId()
获取摄像头id
|
String |
getCompanyId()
获取优mall集团id,通过"指定身份标识获取客户门店列表"接口获取
|
Integer |
getPictureExpires()
获取图片url过期时间:在当前时间+PictureExpires秒后,图片url无法继续正常访问;单位s;默认值1*24*60*60(1天)
|
String |
getPosId()
获取pos机id
|
Integer |
getShopId()
获取优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取
|
String |
getTempId()
获取临时id
|
void |
setCameraId(Integer CameraId)
设置摄像头id
|
void |
setCompanyId(String CompanyId)
设置优mall集团id,通过"指定身份标识获取客户门店列表"接口获取
|
void |
setPictureExpires(Integer PictureExpires)
设置图片url过期时间:在当前时间+PictureExpires秒后,图片url无法继续正常访问;单位s;默认值1*24*60*60(1天)
|
void |
setPosId(String PosId)
设置pos机id
|
void |
setShopId(Integer ShopId)
设置优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取
|
void |
setTempId(String TempId)
设置临时id
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2019. All rights reserved.