Package com.exoscale.sdk.model
Class AccessKeyOperation
java.lang.Object
com.exoscale.sdk.model.AccessKeyOperation
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class AccessKeyOperation
extends Object
Access key operation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTagsItem
(String tagsItem) boolean
Return true if this access-key-operation object is equal to o.Name of the operationgetTags()
Tags associated with the operationint
hashCode()
void
setOperation
(String operation) void
toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_OPERATION
- See Also:
-
JSON_PROPERTY_TAGS
- See Also:
-
-
Constructor Details
-
AccessKeyOperation
public AccessKeyOperation()
-
-
Method Details
-
operation
-
getOperation
Name of the operation- Returns:
- operation
-
setOperation
-
tags
-
addTagsItem
-
getTags
Tags associated with the operation- Returns:
- tags
-
setTags
-
equals
Return true if this access-key-operation 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
-