Package com.exoscale.sdk.model
Class DbaasServiceRedisUsersInnerAccessControl
java.lang.Object
com.exoscale.sdk.model.DbaasServiceRedisUsersInnerAccessControl
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasServiceRedisUsersInnerAccessControl
extends Object
DbaasServiceRedisUsersInnerAccessControl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCategoriesItem
(String categoriesItem) addChannelsItem
(String channelsItem) addCommandsItem
(String commandsItem) addKeysItem
(String keysItem) categories
(List<String> categories) boolean
Return true if this dbaas_service_redis_users_inner_access_control object is equal to o.Get categoriesGet channelsGet commandsgetKeys()
Get keysint
hashCode()
void
setCategories
(List<String> categories) void
setChannels
(List<String> channels) void
setCommands
(List<String> commands) void
toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CATEGORIES
- See Also:
-
JSON_PROPERTY_CHANNELS
- See Also:
-
JSON_PROPERTY_COMMANDS
- See Also:
-
JSON_PROPERTY_KEYS
- See Also:
-
-
Constructor Details
-
DbaasServiceRedisUsersInnerAccessControl
public DbaasServiceRedisUsersInnerAccessControl()
-
-
Method Details
-
categories
-
addCategoriesItem
-
getCategories
Get categories- Returns:
- categories
-
setCategories
-
channels
-
addChannelsItem
-
getChannels
Get channels- Returns:
- channels
-
setChannels
-
commands
-
addCommandsItem
-
getCommands
Get commands- Returns:
- commands
-
setCommands
-
keys
-
addKeysItem
-
getKeys
Get keys- Returns:
- keys
-
setKeys
-
equals
Return true if this dbaas_service_redis_users_inner_access_control 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
-