Package com.exoscale.sdk.model
Class AiApiKeyWithValue
java.lang.Object
com.exoscale.sdk.model.AiApiKeyWithValue
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class AiApiKeyWithValue
extends Object
AI API key with plaintext value
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAiApiKeyWithValue(OffsetDateTime updatedAt, UUID id, UUID orgUuid, OffsetDateTime createdAt) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this ai-api-key-with-value object is equal to o.Creation timestampgetId()AI API key IDgetName()Human-readable name for the AI API keyOrganization UUID that owns this keygetScope()Key scope: 'public' for all deployments, or a specific deployment UUIDLast update timestampgetValue()Plaintext AI API key value (returned only on create/rotate)inthashCode()voidvoidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_SCOPE
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_ORG_UUID
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
AiApiKeyWithValue
public AiApiKeyWithValue() -
AiApiKeyWithValue
-
-
Method Details
-
getUpdatedAt
Last update timestamp- Returns:
- updatedAt
-
name
-
getName
Human-readable name for the AI API key- Returns:
- name
-
setName
-
scope
-
getScope
Key scope: 'public' for all deployments, or a specific deployment UUID- Returns:
- scope
-
setScope
-
getId
AI API key ID- Returns:
- id
-
getOrgUuid
Organization UUID that owns this key- Returns:
- orgUuid
-
getCreatedAt
Creation timestamp- Returns:
- createdAt
-
value
-
getValue
Plaintext AI API key value (returned only on create/rotate)- Returns:
- value
-
setValue
-
equals
Return true if this ai-api-key-with-value 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
-