Class TaskContent
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ump.v20200918.models.TaskContent
-
public class TaskContent extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TaskContent()
TaskContent(TaskContent 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCameraId()
Get 摄像头IDString
getRTSP()
Get rtsp 地址String
getUrl()
Get 图片上传地址void
setCameraId(Long CameraId)
Set 摄像头IDvoid
setRTSP(String RTSP)
Set rtsp 地址void
setUrl(String Url)
Set 图片上传地址void
toMap(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
-
TaskContent
public TaskContent()
-
TaskContent
public TaskContent(TaskContent 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
-
getCameraId
public Long getCameraId()
Get 摄像头ID- Returns:
- CameraId 摄像头ID
-
setCameraId
public void setCameraId(Long CameraId)
Set 摄像头ID- Parameters:
CameraId
- 摄像头ID
-
getRTSP
public String getRTSP()
Get rtsp 地址- Returns:
- RTSP rtsp 地址
-
setRTSP
public void setRTSP(String RTSP)
Set rtsp 地址- Parameters:
RTSP
- rtsp 地址
-
getUrl
public String getUrl()
Get 图片上传地址- Returns:
- Url 图片上传地址
-
setUrl
public void setUrl(String Url)
Set 图片上传地址- Parameters:
Url
- 图片上传地址
-
-