Class Principal

java.lang.Object
org.apache.polaris.core.admin.model.Principal

@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen", date="2025-10-06T09:01:49.457542507Z[UTC]", comments="Generator version: 7.12.0") public class Principal extends Object
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getClientId

      public String getClientId()
      The output-only OAuth clientId associated with this principal if applicable
    • getProperties

      public Map<String,String> getProperties()
    • getCreateTimestamp

      public Long getCreateTimestamp()
    • getLastUpdateTimestamp

      public Long getLastUpdateTimestamp()
    • getEntityVersion

      public Integer getEntityVersion()
      The version of the principal object used to determine if the principal metadata has changed
    • builder

      public static Principal.Builder builder()
    • builder

      public static Principal.Builder builder(String name)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object