Package com.gpudb.protocol
Class ShowContainerRegistryResponse
- java.lang.Object
-
- com.gpudb.protocol.ShowContainerRegistryResponse
-
- All Implemented Interfaces:
org.apache.avro.generic.GenericContainer,org.apache.avro.generic.IndexedRecord
public class ShowContainerRegistryResponse extends Object implements org.apache.avro.generic.IndexedRecord
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShowContainerRegistryResponse.Info
-
Constructor Summary
Constructors Constructor Description ShowContainerRegistryResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Objectget(int index)static org.apache.avro.SchemagetClassSchema()List<String>getCredentialList()List<Integer>getEntityIds()Map<String,String>getInfo()StringgetRegistryName()List<String>getRegistryNames()org.apache.avro.SchemagetSchema()List<String>getUriList()inthashCode()voidput(int index, Object value)ShowContainerRegistryResponsesetCredentialList(List<String> credentialList)ShowContainerRegistryResponsesetEntityIds(List<Integer> entityIds)ShowContainerRegistryResponsesetInfo(Map<String,String> info)ShowContainerRegistryResponsesetRegistryName(String registryName)ShowContainerRegistryResponsesetRegistryNames(List<String> registryNames)ShowContainerRegistryResponsesetUriList(List<String> uriList)StringtoString()
-
-
-
Method Detail
-
getClassSchema
public static org.apache.avro.Schema getClassSchema()
-
getRegistryName
public String getRegistryName()
-
setRegistryName
public ShowContainerRegistryResponse setRegistryName(String registryName)
-
setRegistryNames
public ShowContainerRegistryResponse setRegistryNames(List<String> registryNames)
-
setEntityIds
public ShowContainerRegistryResponse setEntityIds(List<Integer> entityIds)
-
setUriList
public ShowContainerRegistryResponse setUriList(List<String> uriList)
-
setCredentialList
public ShowContainerRegistryResponse setCredentialList(List<String> credentialList)
-
setInfo
public ShowContainerRegistryResponse setInfo(Map<String,String> info)
-
getSchema
public org.apache.avro.Schema getSchema()
- Specified by:
getSchemain interfaceorg.apache.avro.generic.GenericContainer
-
get
public Object get(int index)
- Specified by:
getin interfaceorg.apache.avro.generic.IndexedRecord
-
put
public void put(int index, Object value)- Specified by:
putin interfaceorg.apache.avro.generic.IndexedRecord
-
-