public class GetVcrResultResponse extends AbstractBceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
GetVcrResultResponse.Error |
static class |
GetVcrResultResponse.Item |
static class |
GetVcrResultResponse.Result |
metadata| Constructor and Description |
|---|
GetVcrResultResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreateTime() |
GetVcrResultResponse.Error |
getError() |
String |
getFinishTime() |
String |
getLabel() |
String |
getMediaId() |
String |
getPreset() |
List<GetVcrResultResponse.Result> |
getResults() |
String |
getSource() |
String |
getStatus() |
void |
setCreateTime(String createTime) |
void |
setError(GetVcrResultResponse.Error error) |
void |
setFinishTime(String finishTime) |
void |
setLabel(String label) |
void |
setMediaId(String mediaId) |
void |
setPreset(String preset) |
void |
setResults(List<GetVcrResultResponse.Result> results) |
void |
setSource(String source) |
void |
setStatus(String status) |
String |
toString() |
getMetadatapublic String getMediaId()
public void setMediaId(String mediaId)
public String getSource()
public void setSource(String source)
public String getStatus()
public void setStatus(String status)
public String getPreset()
public void setPreset(String preset)
public String getLabel()
public void setLabel(String label)
public String getCreateTime()
public void setCreateTime(String createTime)
public String getFinishTime()
public void setFinishTime(String finishTime)
public List<GetVcrResultResponse.Result> getResults()
public void setResults(List<GetVcrResultResponse.Result> results)
public GetVcrResultResponse.Error getError()
public void setError(GetVcrResultResponse.Error error)
Copyright © 2023. All rights reserved.