public class DescribeCameraPersonResponse extends AbstractModel
Constructor and Description |
---|
DescribeCameraPersonResponse() |
Modifier and Type | Method and Description |
---|---|
Long |
getCameraId()
Get 摄像机id
|
String |
getCompanyId()
Get 集团id
|
CameraPersonInfo[] |
getInfos()
Get 抓取的顾客信息
|
String |
getPosId()
Get pos机id
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getShopId()
Get 店铺id
|
void |
setCameraId(Long CameraId)
Set 摄像机id
|
void |
setCompanyId(String CompanyId)
Set 集团id
|
void |
setInfos(CameraPersonInfo[] Infos)
Set 抓取的顾客信息
|
void |
setPosId(String PosId)
Set pos机id
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setShopId(Long ShopId)
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 String getCompanyId()
public void setCompanyId(String CompanyId)
CompanyId
- 集团idpublic Long getShopId()
public void setShopId(Long ShopId)
ShopId
- 店铺idpublic Long getCameraId()
public void setCameraId(Long CameraId)
CameraId
- 摄像机idpublic String getPosId()
public void setPosId(String PosId)
PosId
- pos机idpublic CameraPersonInfo[] getInfos()
public void setInfos(CameraPersonInfo[] Infos)
Infos
- 抓取的顾客信息public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2020. All rights reserved.