Class SelfSubjectAccessReviewSpec

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class SelfSubjectAccessReviewSpec
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set
    • Constructor Detail

      • SelfSubjectAccessReviewSpec

        public SelfSubjectAccessReviewSpec()
    • Method Detail

      • setNonResourceAttributes

        public void setNonResourceAttributes​(NonResourceAttributes nonResourceAttributes)
      • setResourceAttributes

        public void setResourceAttributes​(ResourceAttributes resourceAttributes)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object