public class ShowCredentialResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.showCredential(ShowCredentialRequest).| 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() |
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() |
List<String> |
getCredentialNames() |
List<String> |
getCredentials() |
List<String> |
getCredentialTypes() |
Map<String,String> |
getInfo() |
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) |
ShowCredentialResponse |
setCredentialIdentities(List<String> credentialIdentities) |
ShowCredentialResponse |
setCredentialNames(List<String> credentialNames) |
ShowCredentialResponse |
setCredentials(List<String> credentials) |
ShowCredentialResponse |
setCredentialTypes(List<String> credentialTypes) |
ShowCredentialResponse |
setInfo(Map<String,String> info) |
String |
toString() |
public ShowCredentialResponse()
public static org.apache.avro.Schema getClassSchema()
public List<String> getCredentialNames()
public ShowCredentialResponse setCredentialNames(List<String> credentialNames)
credentialNames - A list of all credential names.this to mimic the builder pattern.public List<String> getCredentialTypes()
public ShowCredentialResponse setCredentialTypes(List<String> credentialTypes)
credentialTypes - A list of each credential's type.this to mimic the builder pattern.public List<String> getCredentialIdentities()
public ShowCredentialResponse setCredentialIdentities(List<String> credentialIdentities)
credentialIdentities - A list of each credential's identity.this to mimic the builder pattern.public List<String> getCredentials()
public ShowCredentialResponse setCredentials(List<String> credentials)
credentials - A list of each credential's
create_credential_request JSON encoded structure.this to mimic the builder pattern.public List<Map<String,String>> getAdditionalInfo()
credentialNames.public ShowCredentialResponse setAdditionalInfo(List<Map<String,String>> additionalInfo)
additionalInfo - Additional information about the respective
credential in credentialNames.this to mimic the builder pattern.public ShowCredentialResponse setInfo(Map<String,String> info)
info - Additional information.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 © 2024. All rights reserved.