com.baidubce.services.tsdb.model
Class GetTaskResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by 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

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetTaskResponse()
           
 
Method Summary
 TaskError getError()
           
 String getStatus()
           
 String getTaskId()
           
 void setError(TaskError error)
           
 void setStatus(String status)
           
 void setTaskId(String taskId)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetTaskResponse

public GetTaskResponse()
Method Detail

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.