Class ScopeSelector

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

    public class ScopeSelector
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements.
    • Method Detail

      • getMatchExpressions

        public java.util.List<ScopedResourceSelectorRequirement> getMatchExpressions()
        A list of scope selector requirements by scope of the resources.
      • setMatchExpressions

        public void setMatchExpressions​(java.util.List<ScopedResourceSelectorRequirement> matchExpressions)
        A list of scope selector requirements by scope of the resources.
      • 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