Package com.gpudb.protocol
Class VisualizeImageHeatmapResponse
- java.lang.Object
-
- com.gpudb.protocol.VisualizeImageHeatmapResponse
-
- All Implemented Interfaces:
org.apache.avro.generic.GenericContainer,org.apache.avro.generic.IndexedRecord
public class VisualizeImageHeatmapResponse extends Object implements org.apache.avro.generic.IndexedRecord
-
-
Constructor Summary
Constructors Constructor Description VisualizeImageHeatmapResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Objectget(int index)longgetBgColor()static org.apache.avro.SchemagetClassSchema()intgetHeight()ByteBuffergetImageData()Map<String,String>getInfo()org.apache.avro.SchemagetSchema()intgetWidth()inthashCode()voidput(int index, Object value)VisualizeImageHeatmapResponsesetBgColor(long bgColor)VisualizeImageHeatmapResponsesetHeight(int height)VisualizeImageHeatmapResponsesetImageData(ByteBuffer imageData)VisualizeImageHeatmapResponsesetInfo(Map<String,String> info)VisualizeImageHeatmapResponsesetWidth(int width)StringtoString()
-
-
-
Method Detail
-
getClassSchema
public static org.apache.avro.Schema getClassSchema()
-
getWidth
public int getWidth()
-
setWidth
public VisualizeImageHeatmapResponse setWidth(int width)
-
getHeight
public int getHeight()
-
setHeight
public VisualizeImageHeatmapResponse setHeight(int height)
-
getBgColor
public long getBgColor()
-
setBgColor
public VisualizeImageHeatmapResponse setBgColor(long bgColor)
-
getImageData
public ByteBuffer getImageData()
-
setImageData
public VisualizeImageHeatmapResponse setImageData(ByteBuffer imageData)
-
setInfo
public VisualizeImageHeatmapResponse setInfo(Map<String,String> info)
-
getSchema
public org.apache.avro.Schema getSchema()
- Specified by:
getSchemain interfaceorg.apache.avro.generic.GenericContainer
-
get
public Object get(int index)
- Specified by:
getin interfaceorg.apache.avro.generic.IndexedRecord
-
put
public void put(int index, Object value)- Specified by:
putin interfaceorg.apache.avro.generic.IndexedRecord
-
-