Class FilterEntry


  • @Beta
    public class FilterEntry
    extends java.lang.Object
    A filter used by target query/discovery/auto-attach operations.
    • Constructor Summary

      Constructors 
      Constructor Description
      FilterEntry​(java.util.Optional<java.lang.Boolean> exclude, java.util.Optional<java.lang.String> type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.Boolean> getExclude()
      If set, causes exclusion of mathcing targets from the list.
      java.util.Optional<java.lang.String> getType()
      If not present, matches any type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FilterEntry

        public FilterEntry​(java.util.Optional<java.lang.Boolean> exclude,
                           java.util.Optional<java.lang.String> type)
    • Method Detail

      • getExclude

        public java.util.Optional<java.lang.Boolean> getExclude()
        If set, causes exclusion of mathcing targets from the list.
      • getType

        public java.util.Optional<java.lang.String> getType()
        If not present, matches any type.