Package com.exoscale.sdk.model
Class DbaasClickhouseGrantedRole
java.lang.Object
com.exoscale.sdk.model.DbaasClickhouseGrantedRole
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasClickhouseGrantedRole
extends Object
DbaasClickhouseGrantedRole
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this dbaas-clickhouse-granted-role object is equal to o.Get isDefaultgetName()Granted role namegetUuid()Get uuidGet withAdminOptioninthashCode()voidsetIsDefault(Boolean isDefault) voidvoidvoidsetWithAdminOption(Boolean withAdminOption) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.withAdminOption(Boolean withAdminOption)
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_UUID
- See Also:
-
JSON_PROPERTY_IS_DEFAULT
- See Also:
-
JSON_PROPERTY_WITH_ADMIN_OPTION
- See Also:
-
-
Constructor Details
-
DbaasClickhouseGrantedRole
public DbaasClickhouseGrantedRole()
-
-
Method Details
-
name
-
getName
Granted role name- Returns:
- name
-
setName
-
uuid
-
getUuid
Get uuid- Returns:
- uuid
-
setUuid
-
isDefault
-
getIsDefault
Get isDefault- Returns:
- isDefault
-
setIsDefault
-
withAdminOption
-
getWithAdminOption
Get withAdminOption- Returns:
- withAdminOption
-
setWithAdminOption
-
equals
Return true if this dbaas-clickhouse-granted-role 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
-