public class QueryVcaResponse extends AbstractBceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryVcaResponse.Error |
static class |
QueryVcaResponse.Item |
static class |
QueryVcaResponse.Result |
metadata| Constructor and Description |
|---|
QueryVcaResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreateTime() |
String |
getDescription() |
Integer |
getDurationInSecond() |
QueryVcaResponse.Error |
getError() |
String |
getPreset() |
String |
getPublishTime() |
List<QueryVcaResponse.Item> |
getResults() |
String |
getStatus() |
String |
getUrl() |
void |
setCreateTime(String createTime) |
void |
setDescription(String description) |
void |
setDurationInSecond(Integer durationInSecond) |
void |
setError(QueryVcaResponse.Error error) |
void |
setPreset(String preset) |
void |
setPublishTime(String publishTime) |
void |
setResults(List<QueryVcaResponse.Item> results) |
void |
setStatus(String status) |
void |
setUrl(String url) |
String |
toString() |
getMetadatapublic String getUrl()
public void setUrl(String url)
public String getDescription()
public void setDescription(String description)
public List<QueryVcaResponse.Item> getResults()
public void setResults(List<QueryVcaResponse.Item> results)
public String getStatus()
public void setStatus(String status)
public String getPreset()
public void setPreset(String preset)
public QueryVcaResponse.Error getError()
public void setError(QueryVcaResponse.Error error)
public String getCreateTime()
public void setCreateTime(String createTime)
public String getPublishTime()
public void setPublishTime(String publishTime)
public Integer getDurationInSecond()
public void setDurationInSecond(Integer durationInSecond)
Copyright © 2022. All rights reserved.