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