public class QuerySubTaskResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
QuerySubTaskResponse() |
| Modifier and Type | Method and Description |
|---|---|
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() |
getMetadatapublic String getSource()
public void setSource(String source)
public String getType()
public void setType(String type)
public String getResult()
public void setResult(String result)
public String getStatus()
public void setStatus(String status)
public VcaError getError()
public void setError(VcaError error)
Copyright © 2024. All rights reserved.