com.baidubce.services.vca.model
Class QuerySubTaskResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.vca.model.QuerySubTaskResponse
All Implemented Interfaces:
Serializable

public class QuerySubTaskResponse
extends AbstractBceResponse

query sub task response.

Author:
chenzhangli01
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
QuerySubTaskResponse()
           
 
Method Summary
 VcaError getError()
           
 String getResult()
           
 String getSource()
           
 String getStatus()
           
 String getType()
           
 void setError(VcaError error)
           
 void setResult(String result)
           
 void setSource(String source)
           
 void setStatus(String status)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuerySubTaskResponse

public QuerySubTaskResponse()
Method Detail

getSource

public String getSource()

setSource

public void setSource(String source)

getType

public String getType()

setType

public void setType(String type)

getResult

public String getResult()

setResult

public void setResult(String result)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

getError

public VcaError getError()

setError

public void setError(VcaError error)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.