Class Config
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ump.v20200918.models.Config
-
public class Config extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCameraProducer()Get 摄像头厂商: H: 海康 D: 大华 Y: 英飞拓 L: 联纵LonggetDecodeFps()Get 解码帧率LonggetFaceExpose()Get 是否打开人脸曝光: 0: 关闭 1: 开启LonggetFps()Get 摄像头帧率Point[]getMallArea()Get 门线标注LonggetPassengerFlow()Get 是否做客流计算: 0: 否 1: 是StringgetRTSP()Get rtsp 地址Point[]getShopArea()Get 店门标注Polygon[]getTrackAreas()Get 检测区标注ZoneArea[]getZones()Get 点位列表(品类区)voidsetCameraProducer(String CameraProducer)Set 摄像头厂商: H: 海康 D: 大华 Y: 英飞拓 L: 联纵voidsetDecodeFps(Long DecodeFps)Set 解码帧率voidsetFaceExpose(Long FaceExpose)Set 是否打开人脸曝光: 0: 关闭 1: 开启voidsetFps(Long Fps)Set 摄像头帧率voidsetMallArea(Point[] MallArea)Set 门线标注voidsetPassengerFlow(Long PassengerFlow)Set 是否做客流计算: 0: 否 1: 是voidsetRTSP(String RTSP)Set rtsp 地址voidsetShopArea(Point[] ShopArea)Set 店门标注voidsetTrackAreas(Polygon[] TrackAreas)Set 检测区标注voidsetZones(ZoneArea[] Zones)Set 点位列表(品类区)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
Config
public Config()
-
Config
public Config(Config 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.
-
-
Method Detail
-
getCameraProducer
public String getCameraProducer()
Get 摄像头厂商: H: 海康 D: 大华 Y: 英飞拓 L: 联纵- Returns:
- CameraProducer 摄像头厂商: H: 海康 D: 大华 Y: 英飞拓 L: 联纵
-
setCameraProducer
public void setCameraProducer(String CameraProducer)
Set 摄像头厂商: H: 海康 D: 大华 Y: 英飞拓 L: 联纵- Parameters:
CameraProducer- 摄像头厂商: H: 海康 D: 大华 Y: 英飞拓 L: 联纵
-
getRTSP
public String getRTSP()
Get rtsp 地址- Returns:
- RTSP rtsp 地址
-
setRTSP
public void setRTSP(String RTSP)
Set rtsp 地址- Parameters:
RTSP- rtsp 地址
-
getFps
public Long getFps()
Get 摄像头帧率- Returns:
- Fps 摄像头帧率
-
setFps
public void setFps(Long Fps)
Set 摄像头帧率- Parameters:
Fps- 摄像头帧率
-
getDecodeFps
public Long getDecodeFps()
Get 解码帧率- Returns:
- DecodeFps 解码帧率
-
setDecodeFps
public void setDecodeFps(Long DecodeFps)
Set 解码帧率- Parameters:
DecodeFps- 解码帧率
-
getPassengerFlow
public Long getPassengerFlow()
Get 是否做客流计算: 0: 否 1: 是- Returns:
- PassengerFlow 是否做客流计算: 0: 否 1: 是
-
setPassengerFlow
public void setPassengerFlow(Long PassengerFlow)
Set 是否做客流计算: 0: 否 1: 是- Parameters:
PassengerFlow- 是否做客流计算: 0: 否 1: 是
-
getFaceExpose
public Long getFaceExpose()
Get 是否打开人脸曝光: 0: 关闭 1: 开启- Returns:
- FaceExpose 是否打开人脸曝光: 0: 关闭 1: 开启
-
setFaceExpose
public void setFaceExpose(Long FaceExpose)
Set 是否打开人脸曝光: 0: 关闭 1: 开启- Parameters:
FaceExpose- 是否打开人脸曝光: 0: 关闭 1: 开启
-
getMallArea
public Point[] getMallArea()
Get 门线标注- Returns:
- MallArea 门线标注
-
setMallArea
public void setMallArea(Point[] MallArea)
Set 门线标注- Parameters:
MallArea- 门线标注
-
getShopArea
public Point[] getShopArea()
Get 店门标注- Returns:
- ShopArea 店门标注
-
setShopArea
public void setShopArea(Point[] ShopArea)
Set 店门标注- Parameters:
ShopArea- 店门标注
-
getTrackAreas
public Polygon[] getTrackAreas()
Get 检测区标注- Returns:
- TrackAreas 检测区标注
-
setTrackAreas
public void setTrackAreas(Polygon[] TrackAreas)
Set 检测区标注- Parameters:
TrackAreas- 检测区标注
-
getZones
public ZoneArea[] getZones()
Get 点位列表(品类区)- Returns:
- Zones 点位列表(品类区)
-
setZones
public void setZones(ZoneArea[] Zones)
Set 点位列表(品类区)- Parameters:
Zones- 点位列表(品类区)
-
-