public class VisualizeIsochroneResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.visualizeIsochrone
.Constructor and Description |
---|
VisualizeIsochroneResponse()
Constructs a VisualizeIsochroneResponse object with default parameters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
get(int index)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
long |
getBgColor()
Background color of the image as provided in
BG_COLOR . |
static org.apache.avro.Schema |
getClassSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
Map<String,String> |
getContourInfo()
Additional information.
|
int |
getHeight()
Height of the image as provided in
HEIGHT . |
ByteBuffer |
getImageData()
Generated contour image data.
|
Map<String,String> |
getInfo()
Additional information.
|
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
Map<String,String> |
getSolveInfo()
Additional information.
|
int |
getWidth()
Width of the image as provided in
WIDTH . |
int |
hashCode() |
void |
put(int index,
Object value)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
VisualizeIsochroneResponse |
setBgColor(long bgColor)
Background color of the image as provided in
BG_COLOR . |
VisualizeIsochroneResponse |
setContourInfo(Map<String,String> contourInfo)
Additional information.
|
VisualizeIsochroneResponse |
setHeight(int height)
Height of the image as provided in
HEIGHT . |
VisualizeIsochroneResponse |
setImageData(ByteBuffer imageData)
Generated contour image data.
|
VisualizeIsochroneResponse |
setInfo(Map<String,String> info)
Additional information.
|
VisualizeIsochroneResponse |
setSolveInfo(Map<String,String> solveInfo)
Additional information.
|
VisualizeIsochroneResponse |
setWidth(int width)
Width of the image as provided in
WIDTH . |
String |
toString() |
public VisualizeIsochroneResponse()
public static org.apache.avro.Schema getClassSchema()
public int getWidth()
WIDTH
.width
.public VisualizeIsochroneResponse setWidth(int width)
WIDTH
.width
- The new value for width
.this
to mimic the builder pattern.public int getHeight()
HEIGHT
.height
.public VisualizeIsochroneResponse setHeight(int height)
HEIGHT
.height
- The new value for height
.this
to mimic the builder pattern.public long getBgColor()
BG_COLOR
.bgColor
.public VisualizeIsochroneResponse setBgColor(long bgColor)
BG_COLOR
.bgColor
- The new value for bgColor
.this
to mimic the builder pattern.public ByteBuffer getImageData()
imageData
.public VisualizeIsochroneResponse setImageData(ByteBuffer imageData)
imageData
- The new value for imageData
.this
to mimic the builder pattern.public Map<String,String> getInfo()
info
.public VisualizeIsochroneResponse setInfo(Map<String,String> info)
info
- The new value for info
.this
to mimic the builder pattern.public Map<String,String> getSolveInfo()
solveInfo
.public VisualizeIsochroneResponse setSolveInfo(Map<String,String> solveInfo)
solveInfo
- The new value for solveInfo
.this
to mimic the builder pattern.public Map<String,String> getContourInfo()
contourInfo
.public VisualizeIsochroneResponse setContourInfo(Map<String,String> contourInfo)
contourInfo
- The new value for contourInfo
.this
to mimic the builder pattern.public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
public Object get(int index)
get
in interface org.apache.avro.generic.IndexedRecord
index
- the position of the field to getIndexOutOfBoundsException
public void put(int index, Object value)
put
in interface org.apache.avro.generic.IndexedRecord
index
- the position of the field to setvalue
- the value to setIndexOutOfBoundsException
Copyright © 2025. All rights reserved.