Class AclLinterService.LintResult

java.lang.Object
ubic.gemma.core.security.authorization.acl.AclLinterService.LintResult
Enclosing interface:
AclLinterService

public static final class AclLinterService.LintResult extends Object
  • Constructor Details

    • LintResult

      public LintResult(Class<? extends Securable> type, @Nullable Long identifier, String message, boolean fixed)
      Creates a new LintResult instance.
      Parameters:
      type -
      identifier -
      message -
      fixed - Indicate if the issue was fixed or not.
  • Method Details

    • getType

      public Class<? extends Securable> getType()
    • getIdentifier

      @Nullable public Long getIdentifier()
    • getMessage

      public String getMessage()
    • isFixed

      public boolean isFixed()
      Indicate if the issue was fixed or not.
    • 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