public class ShowCredentialResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.showCredential.| Constructor and Description |
|---|
ShowCredentialResponse()
Constructs a ShowCredentialResponse object with default parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(int index)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<Map<String,String>> |
getAdditionalInfo()
Additional information about the respective credential in
credentialNames. |
static org.apache.avro.Schema |
getClassSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<String> |
getCredentialIdentities()
A list of each credential's identity.
|
List<String> |
getCredentialNames()
A list of all credential names.
|
List<String> |
getCredentials()
A list of each credential's create_credential_request JSON encoded
structure.
|
List<String> |
getCredentialTypes()
A list of each credential's type.
|
Map<String,String> |
getInfo()
Additional information.
|
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
int |
hashCode() |
void |
put(int index,
Object value)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
ShowCredentialResponse |
setAdditionalInfo(List<Map<String,String>> additionalInfo)
Additional information about the respective credential in
credentialNames. |
ShowCredentialResponse |
setCredentialIdentities(List<String> credentialIdentities)
A list of each credential's identity.
|
ShowCredentialResponse |
setCredentialNames(List<String> credentialNames)
A list of all credential names.
|
ShowCredentialResponse |
setCredentials(List<String> credentials)
A list of each credential's create_credential_request JSON encoded
structure.
|
ShowCredentialResponse |
setCredentialTypes(List<String> credentialTypes)
A list of each credential's type.
|
ShowCredentialResponse |
setInfo(Map<String,String> info)
Additional information.
|
String |
toString() |
public ShowCredentialResponse()
public static org.apache.avro.Schema getClassSchema()
public List<String> getCredentialNames()
credentialNames.public ShowCredentialResponse setCredentialNames(List<String> credentialNames)
credentialNames - The new value for credentialNames.this to mimic the builder pattern.public List<String> getCredentialTypes()
credentialTypes.public ShowCredentialResponse setCredentialTypes(List<String> credentialTypes)
credentialTypes - The new value for credentialTypes.this to mimic the builder pattern.public List<String> getCredentialIdentities()
credentialIdentities.public ShowCredentialResponse setCredentialIdentities(List<String> credentialIdentities)
credentialIdentities - The new value for credentialIdentities.this to mimic the builder pattern.public List<String> getCredentials()
credentials.public ShowCredentialResponse setCredentials(List<String> credentials)
credentials - The new value for credentials.this to mimic the builder pattern.public List<Map<String,String>> getAdditionalInfo()
credentialNames.additionalInfo.public ShowCredentialResponse setAdditionalInfo(List<Map<String,String>> additionalInfo)
credentialNames.additionalInfo - The new value for additionalInfo.this to mimic the builder pattern.public Map<String,String> getInfo()
info.public ShowCredentialResponse setInfo(Map<String,String> info)
info - The new value for info.this to mimic the builder pattern.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.IndexedRecordindex - the position of the field to getIndexOutOfBoundsExceptionpublic void put(int index,
Object value)
put in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to setvalue - the value to setIndexOutOfBoundsExceptionCopyright © 2025. All rights reserved.