public class VisualizeVideoHeatmapResponse extends Object implements org.apache.avro.generic.IndexedRecord
| Constructor and Description |
|---|
VisualizeVideoHeatmapResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(int index) |
long |
getBgColor() |
static org.apache.avro.Schema |
getClassSchema() |
List<ByteBuffer> |
getData() |
double |
getHeight() |
Map<String,String> |
getInfo() |
int |
getNumFrames() |
org.apache.avro.Schema |
getSchema() |
String |
getSessionKey() |
double |
getWidth() |
int |
hashCode() |
void |
put(int index,
Object value) |
VisualizeVideoHeatmapResponse |
setBgColor(long bgColor) |
VisualizeVideoHeatmapResponse |
setData(List<ByteBuffer> data) |
VisualizeVideoHeatmapResponse |
setHeight(double height) |
VisualizeVideoHeatmapResponse |
setInfo(Map<String,String> info) |
VisualizeVideoHeatmapResponse |
setNumFrames(int numFrames) |
VisualizeVideoHeatmapResponse |
setSessionKey(String sessionKey) |
VisualizeVideoHeatmapResponse |
setWidth(double width) |
String |
toString() |
public static org.apache.avro.Schema getClassSchema()
public double getWidth()
public VisualizeVideoHeatmapResponse setWidth(double width)
public double getHeight()
public VisualizeVideoHeatmapResponse setHeight(double height)
public long getBgColor()
public VisualizeVideoHeatmapResponse setBgColor(long bgColor)
public int getNumFrames()
public VisualizeVideoHeatmapResponse setNumFrames(int numFrames)
public String getSessionKey()
public VisualizeVideoHeatmapResponse setSessionKey(String sessionKey)
public List<ByteBuffer> getData()
public VisualizeVideoHeatmapResponse setData(List<ByteBuffer> data)
public VisualizeVideoHeatmapResponse setInfo(Map<String,String> info)
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainerpublic Object get(int index)
get in interface org.apache.avro.generic.IndexedRecordpublic void put(int index,
Object value)
put in interface org.apache.avro.generic.IndexedRecordCopyright © 2020. All rights reserved.