Package com.exoscale.sdk.model
Class IamApiKeyCreated
java.lang.Object
com.exoscale.sdk.model.IamApiKeyCreated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class IamApiKeyCreated
extends Object
IAM API Key
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this iam-api-key-created object is equal to o.getKey()
IAM API KeygetName()
IAM API Key nameIAM API Key Role IDIAM API Key Secretint
hashCode()
void
void
void
toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_KEY
- See Also:
-
JSON_PROPERTY_SECRET
- See Also:
-
JSON_PROPERTY_ROLE_ID
- See Also:
-
-
Constructor Details
-
IamApiKeyCreated
public IamApiKeyCreated() -
IamApiKeyCreated
-
-
Method Details
-
name
-
getName
IAM API Key name- Returns:
- name
-
setName
-
key
-
getKey
IAM API Key- Returns:
- key
-
setKey
-
getSecret
IAM API Key Secret- Returns:
- secret
-
roleId
-
getRoleId
IAM API Key Role ID- Returns:
- roleId
-
setRoleId
-
equals
Return true if this iam-api-key-created object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-