Class FilterEntry

java.lang.Object
io.webfolder.cdp.type.target.FilterEntry

public class FilterEntry extends Object
A filter used by target query/discovery/auto-attach operations.
  • Constructor Details

    • FilterEntry

      public FilterEntry()
  • Method Details

    • isExclude

      public Boolean isExclude()
      If set, causes exclusion of mathcing targets from the list.
    • setExclude

      public void setExclude(Boolean exclude)
      If set, causes exclusion of mathcing targets from the list.
    • getType

      public String getType()
      If not present, matches any type.
    • setType

      public void setType(String type)
      If not present, matches any type.
    • toString

      public String toString()
      Overrides:
      toString in class Object