Class DescribeDataRepositoryTaskStatusResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.goosefs.v20220519.models.DescribeDataRepositoryTaskStatusResponse
-
public class DescribeDataRepositoryTaskStatusResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDataRepositoryTaskStatusResponse()
DescribeDataRepositoryTaskStatusResponse(DescribeDataRepositoryTaskStatusResponse 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
getFinishedCapacity()
Get 已完成的数据量Long
getFinishedFileNumber()
Get 已完成的文件数量String
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Long
getStatus()
Get 任务状态 0(初始化中), 1(运行中), 2(已完成), 3(任务失败)String
getTaskId()
Get 任务idvoid
setFinishedCapacity(Long FinishedCapacity)
Set 已完成的数据量void
setFinishedFileNumber(Long FinishedFileNumber)
Set 已完成的文件数量void
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
setStatus(Long Status)
Set 任务状态 0(初始化中), 1(运行中), 2(已完成), 3(任务失败)void
setTaskId(String TaskId)
Set 任务idvoid
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
-
DescribeDataRepositoryTaskStatusResponse
public DescribeDataRepositoryTaskStatusResponse()
-
DescribeDataRepositoryTaskStatusResponse
public DescribeDataRepositoryTaskStatusResponse(DescribeDataRepositoryTaskStatusResponse 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
-
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(任务失败)
-
getFinishedFileNumber
public Long getFinishedFileNumber()
Get 已完成的文件数量- Returns:
- FinishedFileNumber 已完成的文件数量
-
setFinishedFileNumber
public void setFinishedFileNumber(Long FinishedFileNumber)
Set 已完成的文件数量- Parameters:
FinishedFileNumber
- 已完成的文件数量
-
getFinishedCapacity
public Long getFinishedCapacity()
Get 已完成的数据量- Returns:
- FinishedCapacity 已完成的数据量
-
setFinishedCapacity
public void setFinishedCapacity(Long FinishedCapacity)
Set 已完成的数据量- Parameters:
FinishedCapacity
- 已完成的数据量
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-