public class ShowVideoResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.showVideo
.Constructor and Description |
---|
ShowVideoResponse()
Constructs a ShowVideoResponse object with default parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
get(int index)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
static org.apache.avro.Schema |
getClassSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<String> |
getCreationTimes()
Creation time for each video as an ISO-8601 datetime.
|
List<Long> |
getElapsedRenderTimeSeconds()
The elapsed time spent rendering each video in seconds.
|
Map<String,String> |
getInfo()
Additional information.
|
List<Long> |
getJobIds()
The job id of the rendering process, for each video that is still being
rendered.
|
List<String> |
getPaths()
KIFS path to each video.
|
List<Long> |
getRenderedBytes()
The number of bytes emitted by the encoder for each video.
|
List<Long> |
getRenderedFrames()
The number of frames rendered for each video.
|
List<Long> |
getRenderedPercents()
Percent completion of each video's rendering process (0-100)
|
List<String> |
getRequests()
JSON-string reflecting each video's creation parameters.
|
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<String> |
getStatus()
The status of the last rendered frame for each video.
|
List<Long> |
getTtls()
|
void |
put(int index,
Object value)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
ShowVideoResponse |
setCreationTimes(List<String> creationTimes)
Creation time for each video as an ISO-8601 datetime.
|
ShowVideoResponse |
setElapsedRenderTimeSeconds(List<Long> elapsedRenderTimeSeconds)
The elapsed time spent rendering each video in seconds.
|
ShowVideoResponse |
setInfo(Map<String,String> info)
Additional information.
|
ShowVideoResponse |
setJobIds(List<Long> jobIds)
The job id of the rendering process, for each video that is still being
rendered.
|
ShowVideoResponse |
setPaths(List<String> paths)
KIFS path to each video.
|
ShowVideoResponse |
setRenderedBytes(List<Long> renderedBytes)
The number of bytes emitted by the encoder for each video.
|
ShowVideoResponse |
setRenderedFrames(List<Long> renderedFrames)
The number of frames rendered for each video.
|
ShowVideoResponse |
setRenderedPercents(List<Long> renderedPercents)
Percent completion of each video's rendering process (0-100)
|
ShowVideoResponse |
setRequests(List<String> requests)
JSON-string reflecting each video's creation parameters.
|
ShowVideoResponse |
setStatus(List<String> status)
The status of the last rendered frame for each video.
|
ShowVideoResponse |
setTtls(List<Long> ttls)
|
public ShowVideoResponse()
public static org.apache.avro.Schema getClassSchema()
public List<String> getCreationTimes()
creationTimes
.public ShowVideoResponse setCreationTimes(List<String> creationTimes)
creationTimes
- The new value for creationTimes
.this
to mimic the builder pattern.public List<Long> getElapsedRenderTimeSeconds()
elapsedRenderTimeSeconds
.public ShowVideoResponse setElapsedRenderTimeSeconds(List<Long> elapsedRenderTimeSeconds)
elapsedRenderTimeSeconds
- The new value for elapsedRenderTimeSeconds
.this
to mimic the builder pattern.public List<Long> getJobIds()
jobIds
.public ShowVideoResponse setJobIds(List<Long> jobIds)
jobIds
- The new value for jobIds
.this
to mimic the builder pattern.public List<String> getPaths()
paths
.public ShowVideoResponse setPaths(List<String> paths)
paths
- The new value for paths
.this
to mimic the builder pattern.public List<Long> getRenderedBytes()
renderedBytes
.public ShowVideoResponse setRenderedBytes(List<Long> renderedBytes)
renderedBytes
- The new value for renderedBytes
.this
to mimic the builder pattern.public List<Long> getRenderedFrames()
renderedFrames
.public ShowVideoResponse setRenderedFrames(List<Long> renderedFrames)
renderedFrames
- The new value for renderedFrames
.this
to mimic the builder pattern.public List<Long> getRenderedPercents()
renderedPercents
.public ShowVideoResponse setRenderedPercents(List<Long> renderedPercents)
renderedPercents
- The new value for renderedPercents
.this
to mimic the builder pattern.public List<String> getRequests()
requests
.public ShowVideoResponse setRequests(List<String> requests)
requests
- The new value for requests
.this
to mimic the builder pattern.public List<String> getStatus()
status
.public ShowVideoResponse setStatus(List<String> status)
status
- The new value for status
.this
to mimic the builder pattern.public List<Long> getTtls()
ttls
.public ShowVideoResponse setTtls(List<Long> ttls)
ttls
- The new value for ttls
.this
to mimic the builder pattern.public Map<String,String> getInfo()
info
.public ShowVideoResponse setInfo(Map<String,String> info)
info
- The new value for info
.this
to mimic the builder pattern.public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
public Object get(int index)
get
in interface org.apache.avro.generic.IndexedRecord
index
- the position of the field to getIndexOutOfBoundsException
public void put(int index, Object value)
put
in interface org.apache.avro.generic.IndexedRecord
index
- the position of the field to setvalue
- the value to setIndexOutOfBoundsException
Copyright © 2025. All rights reserved.