public class ListGraphResponse extends Object implements org.apache.avro.generic.IndexedRecord
Constructor and Description |
---|
ListGraphResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
get(int index) |
static org.apache.avro.Schema |
getClassSchema() |
List<String> |
getGraphNames() |
Map<String,String> |
getInfo() |
List<Long> |
getNumEdges() |
List<Long> |
getNumNodes() |
boolean |
getResult() |
org.apache.avro.Schema |
getSchema() |
int |
hashCode() |
void |
put(int index,
Object value) |
ListGraphResponse |
setGraphNames(List<String> graphNames) |
ListGraphResponse |
setInfo(Map<String,String> info) |
ListGraphResponse |
setNumEdges(List<Long> numEdges) |
ListGraphResponse |
setNumNodes(List<Long> numNodes) |
ListGraphResponse |
setResult(boolean result) |
String |
toString() |
public static org.apache.avro.Schema getClassSchema()
public boolean getResult()
public ListGraphResponse setResult(boolean result)
public ListGraphResponse setGraphNames(List<String> graphNames)
public ListGraphResponse setNumNodes(List<Long> numNodes)
public ListGraphResponse setNumEdges(List<Long> numEdges)
public ListGraphResponse setInfo(Map<String,String> info)
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
public void put(int index, Object value)
put
in interface org.apache.avro.generic.IndexedRecord
Copyright © 2020. All rights reserved.