Class UserPermission


  • public class UserPermission
    extends Object
    • Constructor Detail

      • UserPermission

        public UserPermission​(String name)
      • UserPermission

        public UserPermission()
    • Method Detail

      • getId

        public String getId()
      • getName

        public String getName()
        The name for this permission. This is not guaranteed to be unique.
      • getLastUpdated

        public Instant getLastUpdated()
        Indicates when this record was last updated.
      • isArchived

        public boolean isArchived()
        This entity is soft-deleted instead of hard-deleted, and this field is set to true when the entity is soft-deleted.
      • setId

        public void setId​(String id)
      • setName

        public void setName​(String name)
        The name for this permission. This is not guaranteed to be unique.
      • setLastUpdated

        public void setLastUpdated​(Instant lastUpdated)
        Indicates when this record was last updated.
      • setArchived

        public void setArchived​(boolean archived)
        This entity is soft-deleted instead of hard-deleted, and this field is set to true when the entity is soft-deleted.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object