public class ListGraphRequest extends Object implements org.apache.avro.generic.IndexedRecord
| Constructor and Description |
|---|
ListGraphRequest() |
ListGraphRequest(String graphName,
Map<String,String> options) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(int index) |
static org.apache.avro.Schema |
getClassSchema() |
String |
getGraphName() |
Map<String,String> |
getOptions() |
org.apache.avro.Schema |
getSchema() |
int |
hashCode() |
void |
put(int index,
Object value) |
ListGraphRequest |
setGraphName(String graphName) |
ListGraphRequest |
setOptions(Map<String,String> options) |
String |
toString() |
public static org.apache.avro.Schema getClassSchema()
public String getGraphName()
public ListGraphRequest setGraphName(String graphName)
public ListGraphRequest 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.