public class GetVectortileRequest extends Object implements org.apache.avro.generic.IndexedRecord
| Constructor and Description |
|---|
GetVectortileRequest() |
GetVectortileRequest(List<String> tableNames,
List<String> columnNames,
Map<String,List<String>> layers,
int tileX,
int tileY,
int zoom,
Map<String,String> options) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(int index) |
static org.apache.avro.Schema |
getClassSchema() |
List<String> |
getColumnNames() |
Map<String,List<String>> |
getLayers() |
Map<String,String> |
getOptions() |
org.apache.avro.Schema |
getSchema() |
List<String> |
getTableNames() |
int |
getTileX() |
int |
getTileY() |
int |
getZoom() |
int |
hashCode() |
void |
put(int index,
Object value) |
GetVectortileRequest |
setColumnNames(List<String> columnNames) |
GetVectortileRequest |
setLayers(Map<String,List<String>> layers) |
GetVectortileRequest |
setOptions(Map<String,String> options) |
GetVectortileRequest |
setTableNames(List<String> tableNames) |
GetVectortileRequest |
setTileX(int tileX) |
GetVectortileRequest |
setTileY(int tileY) |
GetVectortileRequest |
setZoom(int zoom) |
String |
toString() |
public static org.apache.avro.Schema getClassSchema()
public GetVectortileRequest setTableNames(List<String> tableNames)
public GetVectortileRequest setColumnNames(List<String> columnNames)
public GetVectortileRequest setLayers(Map<String,List<String>> layers)
public int getTileX()
public GetVectortileRequest setTileX(int tileX)
public int getTileY()
public GetVectortileRequest setTileY(int tileY)
public int getZoom()
public GetVectortileRequest setZoom(int zoom)
public GetVectortileRequest setOptions(Map<String,String> options)
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.