Class RecordRetrieveTaskChannelInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.RecordRetrieveTaskChannelInfo
-
public class RecordRetrieveTaskChannelInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RecordRetrieveTaskChannelInfo()RecordRetrieveTaskChannelInfo(RecordRetrieveTaskChannelInfo 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 StringgetChannelId()Get 设备通道IDStringgetChannelName()Get 设备通道名称StringgetDeviceId()Get 设备通道所属的设备IDStringgetDeviceName()Get 设备通道所属的设备名称LonggetStatus()Get 任务状态,0:已取回,1:取回中,2:待取回, 3:无归档录像voidsetChannelId(String ChannelId)Set 设备通道IDvoidsetChannelName(String ChannelName)Set 设备通道名称voidsetDeviceId(String DeviceId)Set 设备通道所属的设备IDvoidsetDeviceName(String DeviceName)Set 设备通道所属的设备名称voidsetStatus(Long Status)Set 任务状态,0:已取回,1:取回中,2:待取回, 3:无归档录像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
-
RecordRetrieveTaskChannelInfo
public RecordRetrieveTaskChannelInfo()
-
RecordRetrieveTaskChannelInfo
public RecordRetrieveTaskChannelInfo(RecordRetrieveTaskChannelInfo 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
-
getDeviceId
public String getDeviceId()
Get 设备通道所属的设备ID- Returns:
- DeviceId 设备通道所属的设备ID
-
setDeviceId
public void setDeviceId(String DeviceId)
Set 设备通道所属的设备ID- Parameters:
DeviceId- 设备通道所属的设备ID
-
getDeviceName
public String getDeviceName()
Get 设备通道所属的设备名称- Returns:
- DeviceName 设备通道所属的设备名称
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 设备通道所属的设备名称- Parameters:
DeviceName- 设备通道所属的设备名称
-
getChannelId
public String getChannelId()
Get 设备通道ID- Returns:
- ChannelId 设备通道ID
-
setChannelId
public void setChannelId(String ChannelId)
Set 设备通道ID- Parameters:
ChannelId- 设备通道ID
-
getChannelName
public String getChannelName()
Get 设备通道名称- Returns:
- ChannelName 设备通道名称
-
setChannelName
public void setChannelName(String ChannelName)
Set 设备通道名称- Parameters:
ChannelName- 设备通道名称
-
getStatus
public Long getStatus()
Get 任务状态,0:已取回,1:取回中,2:待取回, 3:无归档录像- Returns:
- Status 任务状态,0:已取回,1:取回中,2:待取回, 3:无归档录像
-
setStatus
public void setStatus(Long Status)
Set 任务状态,0:已取回,1:取回中,2:待取回, 3:无归档录像- Parameters:
Status- 任务状态,0:已取回,1:取回中,2:待取回, 3:无归档录像
-
-