类 TaskForDescribeTasksOutput
- java.lang.Object
-
- com.volcengine.ecs.model.TaskForDescribeTasksOutput
-
public class TaskForDescribeTasksOutput extends Object
TaskForDescribeTasksOutput
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classTaskForDescribeTasksOutput.StatusEnumGets or Sets statusstatic classTaskForDescribeTasksOutput.TypeEnumGets or Sets type
-
构造器概要
构造器 构造器 说明 TaskForDescribeTasksOutput()
-
方法概要
-
-
-
方法详细资料
-
createdAt
public TaskForDescribeTasksOutput createdAt(String createdAt)
-
getCreatedAt
public String getCreatedAt()
Get createdAt- 返回:
- createdAt
-
setCreatedAt
public void setCreatedAt(String createdAt)
-
endAt
public TaskForDescribeTasksOutput endAt(String endAt)
-
getEndAt
public String getEndAt()
Get endAt- 返回:
- endAt
-
setEndAt
public void setEndAt(String endAt)
-
id
public TaskForDescribeTasksOutput id(String id)
-
getId
public String getId()
Get id- 返回:
- id
-
setId
public void setId(String id)
-
process
public TaskForDescribeTasksOutput process(Long process)
-
getProcess
public Long getProcess()
Get process- 返回:
- process
-
setProcess
public void setProcess(Long process)
-
resourceId
public TaskForDescribeTasksOutput resourceId(String resourceId)
-
getResourceId
public String getResourceId()
Get resourceId- 返回:
- resourceId
-
setResourceId
public void setResourceId(String resourceId)
-
status
public TaskForDescribeTasksOutput status(TaskForDescribeTasksOutput.StatusEnum status)
-
getStatus
public TaskForDescribeTasksOutput.StatusEnum getStatus()
Get status- 返回:
- status
-
setStatus
public void setStatus(TaskForDescribeTasksOutput.StatusEnum status)
-
type
public TaskForDescribeTasksOutput type(TaskForDescribeTasksOutput.TypeEnum type)
-
getType
public TaskForDescribeTasksOutput.TypeEnum getType()
Get type- 返回:
- type
-
setType
public void setType(TaskForDescribeTasksOutput.TypeEnum type)
-
updatedAt
public TaskForDescribeTasksOutput updatedAt(String updatedAt)
-
getUpdatedAt
public String getUpdatedAt()
Get updatedAt- 返回:
- updatedAt
-
setUpdatedAt
public void setUpdatedAt(String updatedAt)
-
-