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