public class AlterGraphRequest extends Object implements org.apache.avro.generic.IndexedRecord
Modifier and Type | Class and Description |
---|---|
static class |
AlterGraphRequest.Action |
static class |
AlterGraphRequest.Options |
Constructor and Description |
---|
AlterGraphRequest() |
AlterGraphRequest(String graphName,
String action,
String actionArg,
Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
get(int index) |
String |
getAction() |
String |
getActionArg() |
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) |
AlterGraphRequest |
setAction(String action) |
AlterGraphRequest |
setActionArg(String actionArg) |
AlterGraphRequest |
setGraphName(String graphName) |
AlterGraphRequest |
setOptions(Map<String,String> options) |
String |
toString() |
public static org.apache.avro.Schema getClassSchema()
public String getGraphName()
public AlterGraphRequest setGraphName(String graphName)
public String getAction()
public AlterGraphRequest setAction(String action)
public String getActionArg()
public AlterGraphRequest setActionArg(String actionArg)
public AlterGraphRequest setOptions(Map<String,String> options)
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 © 2024. All rights reserved.