public class DescribeCameraPersonRequest extends AbstractModel
Constructor and Description |
---|
DescribeCameraPersonRequest() |
DescribeCameraPersonRequest(DescribeCameraPersonRequest 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 |
getEndTime()
Get 拉取结束时间戳,单位秒,不超过StartTime+10秒,超过默认为StartTime+10
|
Long |
getIsNeedPic()
Get 是否需要base64的图片,0-不需要,1-需要,默认0
|
Long |
getNum()
Get 拉取图片数,默认为1,最大为3
|
String |
getPosId()
Get pos机id
|
Long |
getShopId()
Get 优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取
|
Long |
getStartTime()
Get 拉取开始时间戳,单位秒
|
void |
setCameraId(Long CameraId)
Set 摄像头id
|
void |
setCompanyId(String CompanyId)
Set 优mall集团id,通过"指定身份标识获取客户门店列表"接口获取
|
void |
setEndTime(Long EndTime)
Set 拉取结束时间戳,单位秒,不超过StartTime+10秒,超过默认为StartTime+10
|
void |
setIsNeedPic(Long IsNeedPic)
Set 是否需要base64的图片,0-不需要,1-需要,默认0
|
void |
setNum(Long Num)
Set 拉取图片数,默认为1,最大为3
|
void |
setPosId(String PosId)
Set pos机id
|
void |
setShopId(Long ShopId)
Set 优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取
|
void |
setStartTime(Long StartTime)
Set 拉取开始时间戳,单位秒
|
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 DescribeCameraPersonRequest()
public DescribeCameraPersonRequest(DescribeCameraPersonRequest source)
public String getCompanyId()
public void setCompanyId(String CompanyId)
CompanyId
- 优mall集团id,通过"指定身份标识获取客户门店列表"接口获取public Long getShopId()
public void setShopId(Long ShopId)
ShopId
- 优mall店铺id,通过"指定身份标识获取客户门店列表"接口获取public Long getCameraId()
public void setCameraId(Long CameraId)
CameraId
- 摄像头idpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 拉取开始时间戳,单位秒public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 拉取结束时间戳,单位秒,不超过StartTime+10秒,超过默认为StartTime+10public String getPosId()
public void setPosId(String PosId)
PosId
- pos机idpublic Long getNum()
public void setNum(Long Num)
Num
- 拉取图片数,默认为1,最大为3public Long getIsNeedPic()
public void setIsNeedPic(Long IsNeedPic)
IsNeedPic
- 是否需要base64的图片,0-不需要,1-需要,默认0Copyright © 2021. All rights reserved.