Package com.exoscale.sdk.model
Class AiApiKey
java.lang.Object
com.exoscale.sdk.model.AiApiKey
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class AiApiKey
extends Object
AI API key metadata (without value)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAiApiKey()AiApiKey(OffsetDateTime updatedAt, UUID id, UUID orgUuid, OffsetDateTime createdAt) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this ai-api-key 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 timestampinthashCode()voidvoidtoString()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:
-
-
Constructor Details
-
AiApiKey
public AiApiKey() -
AiApiKey
-
-
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
-
equals
Return true if this ai-api-key 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
-