public class ShowContainerRegistryResponse extends Object implements org.apache.avro.generic.IndexedRecord
Modifier and Type | Class and Description |
---|---|
static class |
ShowContainerRegistryResponse.Info |
Constructor and Description |
---|
ShowContainerRegistryResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
get(int index) |
static org.apache.avro.Schema |
getClassSchema() |
List<String> |
getCredentialList() |
List<Integer> |
getEntityIds() |
Map<String,String> |
getInfo() |
String |
getRegistryName() |
List<String> |
getRegistryNames() |
org.apache.avro.Schema |
getSchema() |
List<String> |
getUriList() |
int |
hashCode() |
void |
put(int index,
Object value) |
ShowContainerRegistryResponse |
setCredentialList(List<String> credentialList) |
ShowContainerRegistryResponse |
setEntityIds(List<Integer> entityIds) |
ShowContainerRegistryResponse |
setInfo(Map<String,String> info) |
ShowContainerRegistryResponse |
setRegistryName(String registryName) |
ShowContainerRegistryResponse |
setRegistryNames(List<String> registryNames) |
ShowContainerRegistryResponse |
setUriList(List<String> uriList) |
String |
toString() |
public static org.apache.avro.Schema getClassSchema()
public String getRegistryName()
public ShowContainerRegistryResponse setRegistryName(String registryName)
public ShowContainerRegistryResponse setRegistryNames(List<String> registryNames)
public ShowContainerRegistryResponse setEntityIds(List<Integer> entityIds)
public ShowContainerRegistryResponse setUriList(List<String> uriList)
public ShowContainerRegistryResponse setCredentialList(List<String> credentialList)
public ShowContainerRegistryResponse 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.