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