Class AddRecordRetrieveTaskData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.AddRecordRetrieveTaskData
-
public class AddRecordRetrieveTaskData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AddRecordRetrieveTaskData()AddRecordRetrieveTaskData(AddRecordRetrieveTaskData 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 FloatgetCapacity()Get 取回容量,单位MBStringgetDescribe()Get 任务描述 注意:此字段可能返回 null,表示取不到有效值。LonggetEndTime()Get 取回录像的结束时间LonggetExpiration()Get 副本有效期LonggetMode()Get 取回模式,1:极速模式,其他暂不支持LonggetStartTime()Get 取回录像的开始时间LonggetStatus()Get 任务状态,0:已取回,1:取回中,2:待取回StringgetTaskId()Get 任务IDStringgetTaskName()Get 任务名称voidsetCapacity(Float Capacity)Set 取回容量,单位MBvoidsetDescribe(String Describe)Set 任务描述 注意:此字段可能返回 null,表示取不到有效值。voidsetEndTime(Long EndTime)Set 取回录像的结束时间voidsetExpiration(Long Expiration)Set 副本有效期voidsetMode(Long Mode)Set 取回模式,1:极速模式,其他暂不支持voidsetStartTime(Long StartTime)Set 取回录像的开始时间voidsetStatus(Long Status)Set 任务状态,0:已取回,1:取回中,2:待取回voidsetTaskId(String TaskId)Set 任务IDvoidsetTaskName(String TaskName)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
-
AddRecordRetrieveTaskData
public AddRecordRetrieveTaskData()
-
AddRecordRetrieveTaskData
public AddRecordRetrieveTaskData(AddRecordRetrieveTaskData 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
-
getTaskId
public String getTaskId()
Get 任务ID- Returns:
- TaskId 任务ID
-
setTaskId
public void setTaskId(String TaskId)
Set 任务ID- Parameters:
TaskId- 任务ID
-
getTaskName
public String getTaskName()
Get 任务名称- Returns:
- TaskName 任务名称
-
setTaskName
public void setTaskName(String TaskName)
Set 任务名称- Parameters:
TaskName- 任务名称
-
getStartTime
public Long getStartTime()
Get 取回录像的开始时间- Returns:
- StartTime 取回录像的开始时间
-
setStartTime
public void setStartTime(Long StartTime)
Set 取回录像的开始时间- Parameters:
StartTime- 取回录像的开始时间
-
getEndTime
public Long getEndTime()
Get 取回录像的结束时间- Returns:
- EndTime 取回录像的结束时间
-
setEndTime
public void setEndTime(Long EndTime)
Set 取回录像的结束时间- Parameters:
EndTime- 取回录像的结束时间
-
getMode
public Long getMode()
Get 取回模式,1:极速模式,其他暂不支持- Returns:
- Mode 取回模式,1:极速模式,其他暂不支持
-
setMode
public void setMode(Long Mode)
Set 取回模式,1:极速模式,其他暂不支持- Parameters:
Mode- 取回模式,1:极速模式,其他暂不支持
-
getExpiration
public Long getExpiration()
Get 副本有效期- Returns:
- Expiration 副本有效期
-
setExpiration
public void setExpiration(Long Expiration)
Set 副本有效期- Parameters:
Expiration- 副本有效期
-
getStatus
public Long getStatus()
Get 任务状态,0:已取回,1:取回中,2:待取回- Returns:
- Status 任务状态,0:已取回,1:取回中,2:待取回
-
setStatus
public void setStatus(Long Status)
Set 任务状态,0:已取回,1:取回中,2:待取回- Parameters:
Status- 任务状态,0:已取回,1:取回中,2:待取回
-
getCapacity
public Float getCapacity()
Get 取回容量,单位MB- Returns:
- Capacity 取回容量,单位MB
-
setCapacity
public void setCapacity(Float Capacity)
Set 取回容量,单位MB- Parameters:
Capacity- 取回容量,单位MB
-
getDescribe
public String getDescribe()
Get 任务描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Describe 任务描述 注意:此字段可能返回 null,表示取不到有效值。
-
setDescribe
public void setDescribe(String Describe)
Set 任务描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Describe- 任务描述 注意:此字段可能返回 null,表示取不到有效值。
-
-