public class VisualizeImageHeatmapResponse extends Object implements org.apache.avro.generic.IndexedRecord
| Constructor and Description |
|---|
VisualizeImageHeatmapResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(int index) |
long |
getBgColor() |
static org.apache.avro.Schema |
getClassSchema() |
int |
getHeight() |
ByteBuffer |
getImageData() |
Map<String,String> |
getInfo() |
org.apache.avro.Schema |
getSchema() |
int |
getWidth() |
int |
hashCode() |
void |
put(int index,
Object value) |
VisualizeImageHeatmapResponse |
setBgColor(long bgColor) |
VisualizeImageHeatmapResponse |
setHeight(int height) |
VisualizeImageHeatmapResponse |
setImageData(ByteBuffer imageData) |
VisualizeImageHeatmapResponse |
setInfo(Map<String,String> info) |
VisualizeImageHeatmapResponse |
setWidth(int width) |
String |
toString() |
public static org.apache.avro.Schema getClassSchema()
public int getWidth()
public VisualizeImageHeatmapResponse setWidth(int width)
public int getHeight()
public VisualizeImageHeatmapResponse setHeight(int height)
public long getBgColor()
public VisualizeImageHeatmapResponse setBgColor(long bgColor)
public ByteBuffer getImageData()
public VisualizeImageHeatmapResponse setImageData(ByteBuffer imageData)
public VisualizeImageHeatmapResponse 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.