public class AdminDeleteNodeRequest extends Object implements org.apache.avro.generic.IndexedRecord
| Constructor and Description |
|---|
AdminDeleteNodeRequest() |
AdminDeleteNodeRequest(int rank,
String authorization,
Map<String,String> options) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(int index) |
String |
getAuthorization() |
static org.apache.avro.Schema |
getClassSchema() |
Map<String,String> |
getOptions() |
int |
getRank() |
org.apache.avro.Schema |
getSchema() |
int |
hashCode() |
void |
put(int index,
Object value) |
AdminDeleteNodeRequest |
setAuthorization(String authorization) |
AdminDeleteNodeRequest |
setOptions(Map<String,String> options) |
AdminDeleteNodeRequest |
setRank(int rank) |
String |
toString() |
public static org.apache.avro.Schema getClassSchema()
public int getRank()
public AdminDeleteNodeRequest setRank(int rank)
public String getAuthorization()
public AdminDeleteNodeRequest setAuthorization(String authorization)
public AdminDeleteNodeRequest 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 © 2017. All rights reserved.