Package com.gpudb.protocol
Class VisualizeIsochroneResponse
java.lang.Object
com.gpudb.protocol.VisualizeIsochroneResponse
All Implemented Interfaces:
org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecordpublic class VisualizeIsochroneResponse extends Object implements org.apache.avro.generic.IndexedRecord
A set of results returned by
GPUdb.visualizeIsochrone.Constructor Summary
ConstructorsConstructorDescriptionConstructs a VisualizeIsochroneResponse object with default parameters.Method Summary
Modifier and TypeMethodDescriptionbooleanget(int index) This method supports the Avro framework and is not intended to be called directly by the user.longBackground color of the image as provided inBG_COLOR.static org.apache.avro.SchemaThis method supports the Avro framework and is not intended to be called directly by the user.Additional information.intHeight of the image as provided inHEIGHT.Generated contour image data.getInfo()Additional information.org.apache.avro.SchemaThis method supports the Avro framework and is not intended to be called directly by the user.Additional information.intgetWidth()Width of the image as provided inWIDTH.inthashCode()voidThis method supports the Avro framework and is not intended to be called directly by the user.setBgColor(long bgColor) Background color of the image as provided inBG_COLOR.setContourInfo(Map<String, String> contourInfo) Additional information.setHeight(int height) Height of the image as provided inHEIGHT.setImageData(ByteBuffer imageData) Generated contour image data.Additional information.setSolveInfo(Map<String, String> solveInfo) Additional information.setWidth(int width) Width of the image as provided inWIDTH.toString()
Method Details
getClassSchema
public static org.apache.avro.Schema getClassSchema()This method supports the Avro framework and is not intended to be called directly by the user.Returns:The schema for the class.setWidth
Width of the image as provided inWIDTH.Parameters:width- The new value forwidth.Returns:thisto mimic the builder pattern.setHeight
Height of the image as provided inHEIGHT.Parameters:height- The new value forheight.Returns:thisto mimic the builder pattern.setBgColor
Background color of the image as provided inBG_COLOR.Parameters:bgColor- The new value forbgColor.Returns:thisto mimic the builder pattern.getImageData
Generated contour image data.Returns:The current value ofimageData.setImageData
Generated contour image data.Parameters:imageData- The new value forimageData.Returns:thisto mimic the builder pattern.setInfo
Additional information.Parameters:info- The new value forinfo.Returns:thisto mimic the builder pattern.setSolveInfo
Additional information.Parameters:solveInfo- The new value forsolveInfo.Returns:thisto mimic the builder pattern.setContourInfo
Additional information.Parameters:contourInfo- The new value forcontourInfo.Returns:thisto mimic the builder pattern.getSchema
public org.apache.avro.Schema getSchema()This method supports the Avro framework and is not intended to be called directly by the user.Specified by:getSchemain interfaceorg.apache.avro.generic.GenericContainerReturns:The schema object describing this class.get
This method supports the Avro framework and is not intended to be called directly by the user.Specified by:getin interfaceorg.apache.avro.generic.IndexedRecordParameters:index- the position of the field to getReturns:value of the field with the given index.Throws:put
This method supports the Avro framework and is not intended to be called directly by the user.Specified by:putin interfaceorg.apache.avro.generic.IndexedRecordParameters:index- the position of the field to setvalue- the value to setThrows: