public class VisualizeVideoResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.visualizeVideo(VisualizeVideoRequest)
.Constructor and Description |
---|
VisualizeVideoResponse()
Constructs a VisualizeVideoResponse 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.
|
long |
getBgColor() |
static org.apache.avro.Schema |
getClassSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<ByteBuffer> |
getData() |
double |
getHeight() |
int |
getNumFrames() |
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
String |
getSessionKey() |
double |
getWidth() |
int |
hashCode() |
void |
put(int index,
Object value)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
VisualizeVideoResponse |
setBgColor(long bgColor) |
VisualizeVideoResponse |
setData(List<ByteBuffer> data) |
VisualizeVideoResponse |
setHeight(double height) |
VisualizeVideoResponse |
setNumFrames(int numFrames) |
VisualizeVideoResponse |
setSessionKey(String sessionKey) |
VisualizeVideoResponse |
setWidth(double width) |
String |
toString() |
public VisualizeVideoResponse()
public static org.apache.avro.Schema getClassSchema()
public double getWidth()
width
.public VisualizeVideoResponse setWidth(double width)
width
- Value of width
.this
to mimic the builder pattern.public double getHeight()
height
.public VisualizeVideoResponse setHeight(double height)
height
- Value of height
.this
to mimic the builder pattern.public long getBgColor()
bgColor
.public VisualizeVideoResponse setBgColor(long bgColor)
bgColor
- Value of bgColor
.this
to mimic the builder pattern.public int getNumFrames()
public VisualizeVideoResponse setNumFrames(int numFrames)
numFrames
- Number of frames created.this
to mimic the builder pattern.public String getSessionKey()
sessionKey
.public VisualizeVideoResponse setSessionKey(String sessionKey)
sessionKey
- Value of sessionKey
.this
to mimic the builder pattern.public List<ByteBuffer> getData()
public VisualizeVideoResponse setData(List<ByteBuffer> data)
data
- Empty string.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 © 2017. All rights reserved.