Package com.exoscale.sdk.model
Class DbaasClickhouseRolePrivilege
java.lang.Object
com.exoscale.sdk.model.DbaasClickhouseRolePrivilege
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasClickhouseRolePrivilege
extends Object
DbaasClickhouseRolePrivilege
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this dbaas-clickhouse-role-privilege object is equal to o.ColumnDatabaseGet grantOptionGet isPartialRevokegetName()Get namegetTable()TablegrantOption(Boolean grantOption) inthashCode()isPartialRevoke(Boolean isPartialRevoke) voidvoidsetDatabase(String database) voidsetGrantOption(Boolean grantOption) voidsetIsPartialRevoke(Boolean isPartialRevoke) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DATABASE
- See Also:
-
JSON_PROPERTY_TABLE
- See Also:
-
JSON_PROPERTY_GRANT_OPTION
- See Also:
-
JSON_PROPERTY_COLUMN
- See Also:
-
JSON_PROPERTY_IS_PARTIAL_REVOKE
- See Also:
-
-
Constructor Details
-
DbaasClickhouseRolePrivilege
public DbaasClickhouseRolePrivilege()
-
-
Method Details
-
name
-
getName
Get name- Returns:
- name
-
setName
-
database
-
getDatabase
Database- Returns:
- database
-
setDatabase
-
table
-
getTable
Table- Returns:
- table
-
setTable
-
grantOption
-
getGrantOption
Get grantOption- Returns:
- grantOption
-
setGrantOption
-
column
-
getColumn
Column- Returns:
- column
-
setColumn
-
isPartialRevoke
-
getIsPartialRevoke
Get isPartialRevoke- Returns:
- isPartialRevoke
-
setIsPartialRevoke
-
equals
Return true if this dbaas-clickhouse-role-privilege 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
-