com.baidubce.services.vodpro.model.adaptor.response
Class QueryVcaResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.vodpro.model.adaptor.response.QueryVcaResponse
All Implemented Interfaces:
Serializable

public class QueryVcaResponse
extends AbstractBceResponse

Created on 17/10/10

Author:
liumin08
See Also:
Serialized Form

Nested Class Summary
static class QueryVcaResponse.Error
           
static class QueryVcaResponse.Item
           
static class QueryVcaResponse.Result
           
 
Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
QueryVcaResponse()
           
 
Method Summary
 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()
           
 
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

QueryVcaResponse

public QueryVcaResponse()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getResults

public List<QueryVcaResponse.Item> getResults()

setResults

public void setResults(List<QueryVcaResponse.Item> results)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

getPreset

public String getPreset()

setPreset

public void setPreset(String preset)

getError

public QueryVcaResponse.Error getError()

setError

public void setError(QueryVcaResponse.Error error)

getCreateTime

public String getCreateTime()

setCreateTime

public void setCreateTime(String createTime)

getPublishTime

public String getPublishTime()

setPublishTime

public void setPublishTime(String publishTime)

getDurationInSecond

public Integer getDurationInSecond()

setDurationInSecond

public void setDurationInSecond(Integer durationInSecond)


Copyright © 2018. All rights reserved.