com.baidubce.services.tsdb.model
Class GetTaskResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.tsdb.model.GetTaskResponse
- All Implemented Interfaces:
- Serializable
public class GetTaskResponse
- extends AbstractBceResponse
Represent the response for getting task.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetTaskResponse
public GetTaskResponse()
getTaskId
public String getTaskId()
setTaskId
public void setTaskId(String taskId)
getStatus
public String getStatus()
setStatus
public void setStatus(String status)
getError
public TaskError getError()
setError
public void setError(TaskError error)
Copyright © 2018. All rights reserved.