public class DescribeDeliveryTaskResponse extends Response
| Constructor and Description |
|---|
DescribeDeliveryTaskResponse(Response meta) |
| Modifier and Type | Method and Description |
|---|---|
OSSTaskConfig |
getTaskConfig()
获取投递任务配置
|
TaskSyncStat |
getTaskSyncStat()
获取任务同步状态信息
|
DeliveryTaskType |
getTaskType()
获取投递任务类型
|
boolean |
isFinished()
投递任务是否已经完成
|
void |
setTaskConfig(OSSTaskConfig taskConfig)
内部接口,请勿使用
|
void |
setTaskSyncStat(TaskSyncStat taskSyncStat)
内部接口,请勿使用
|
void |
setTaskType(DeliveryTaskType taskType)
内部接口,请勿使用
|
getRequestId, getTraceId, setRequestId, setTraceIdpublic DescribeDeliveryTaskResponse(Response meta)
public OSSTaskConfig getTaskConfig()
public void setTaskConfig(OSSTaskConfig taskConfig)
public TaskSyncStat getTaskSyncStat()
public void setTaskSyncStat(TaskSyncStat taskSyncStat)
taskSyncStat - public DeliveryTaskType getTaskType()
public void setTaskType(DeliveryTaskType taskType)
public boolean isFinished()
Copyright © 2024. All Rights Reserved.