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.IndexedRecordpublic class VisualizeImageHeatmapResponse extends Object implements org.apache.avro.generic.IndexedRecord
Method Summary
Modifier and TypeMethodDescriptionbooleanget(int index) longstatic org.apache.avro.SchemaintgetInfo()org.apache.avro.SchemaintgetWidth()inthashCode()voidsetBgColor(long bgColor) setHeight(int height) setImageData(ByteBuffer imageData) setWidth(int width) toString()
Method Details
getClassSchema
public static org.apache.avro.Schema getClassSchema()getWidth
public int getWidth()setWidth
getHeight
public int getHeight()setHeight
getBgColor
public long getBgColor()setBgColor
getImageData
setImageData
setInfo
getSchema
public org.apache.avro.Schema getSchema()Specified by:getSchemain interfaceorg.apache.avro.generic.GenericContainer