public class TaskContent extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCameraId()
Get 摄像头ID
|
String |
getRTSP()
Get rtsp 地址
|
String |
getUrl()
Get 图片上传地址
|
void |
setCameraId(Long CameraId)
Set 摄像头ID
|
void |
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.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TaskContent()
public TaskContent(TaskContent source)
public Long getCameraId()
public void setCameraId(Long CameraId)
CameraId
- 摄像头IDpublic String getRTSP()
public void setRTSP(String RTSP)
RTSP
- rtsp 地址public String getUrl()
public void setUrl(String Url)
Url
- 图片上传地址Copyright © 2021. All rights reserved.