Class CatalogRole
java.lang.Object
org.apache.polaris.core.admin.model.CatalogRole
@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen",
date="2025-10-06T09:01:49.457542507Z[UTC]",
comments="Generator version: 7.12.0")
public class CatalogRole
extends Object
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCatalogRole(String name) CatalogRole(String name, Map<String, String> properties, Long createTimestamp, Long lastUpdateTimestamp, Integer entityVersion) -
Method Summary
Modifier and TypeMethodDescriptionstatic CatalogRole.Builderbuilder()static CatalogRole.BuilderbooleanThe version of the catalog role object used to determine if the catalog role metadata has changedgetName()The name of the roleinthashCode()toString()
-
Constructor Details
-
CatalogRole
-
CatalogRole
-
-
Method Details
-
getName
The name of the role -
getProperties
-
getCreateTimestamp
-
getLastUpdateTimestamp
-
getEntityVersion
The version of the catalog role object used to determine if the catalog role metadata has changed -
builder
-
builder
-
equals
-
hashCode
public int hashCode() -
toString
-