Package com.exoscale.sdk.model
Class RotateAiApiKeyResponse
java.lang.Object
com.exoscale.sdk.model.RotateAiApiKeyResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class RotateAiApiKeyResponse
extends Object
Rotate AI API key response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this rotate-ai-api-key-response object is equal to o.getValue()Plaintext AI API key valueinthashCode()voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
RotateAiApiKeyResponse
public RotateAiApiKeyResponse()
-
-
Method Details
-
value
-
getValue
Plaintext AI API key value- Returns:
- value
-
setValue
-
equals
Return true if this rotate-ai-api-key-response 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
-