public class AlterGraphResponse extends Object implements org.apache.avro.generic.IndexedRecord
Constructor and Description |
---|
AlterGraphResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
get(int index) |
String |
getAction() |
String |
getActionArg() |
static org.apache.avro.Schema |
getClassSchema() |
Map<String,String> |
getInfo() |
org.apache.avro.Schema |
getSchema() |
int |
hashCode() |
void |
put(int index,
Object value) |
AlterGraphResponse |
setAction(String action) |
AlterGraphResponse |
setActionArg(String actionArg) |
AlterGraphResponse |
setInfo(Map<String,String> info) |
String |
toString() |
public static org.apache.avro.Schema getClassSchema()
public String getAction()
public AlterGraphResponse setAction(String action)
public String getActionArg()
public AlterGraphResponse setActionArg(String actionArg)
public AlterGraphResponse 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 © 2024. All rights reserved.