Package io.webfolder.cdp.type.target
Class FilterEntry
java.lang.Object
io.webfolder.cdp.type.target.FilterEntry
A filter used by target query/discovery/auto-attach operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()
If not present, matches any type.If set, causes exclusion of mathcing targets from the list.void
setExclude
(Boolean exclude) If set, causes exclusion of mathcing targets from the list.void
If not present, matches any type.toString()
-
Constructor Details
-
FilterEntry
public FilterEntry()
-
-
Method Details