public class SecurityProfilesSearchFilter
extends java.lang.Object
implements java.io.Serializable
Filters to be applied to search results.
| Constructor and Description |
|---|
SecurityProfilesSearchFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ControlPlaneTagFilter |
getTagFilter()
An object that can be used to specify Tag conditions inside the
SearchFilter. |
int |
hashCode() |
void |
setTagFilter(ControlPlaneTagFilter tagFilter)
An object that can be used to specify Tag conditions inside the
SearchFilter. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SecurityProfilesSearchFilter |
withTagFilter(ControlPlaneTagFilter tagFilter)
An object that can be used to specify Tag conditions inside the
SearchFilter. |
public ControlPlaneTagFilter getTagFilter()
An object that can be used to specify Tag conditions inside the
SearchFilter. This accepts an OR of
AND (List of List) input where:
Top level list specifies conditions that need to be applied with
OR operator
Inner list specifies conditions that need to be applied with
AND operator.
An object that can be used to specify Tag conditions inside the
SearchFilter. This accepts an OR of
AND (List of List) input where:
Top level list specifies conditions that need to be applied with
OR operator
Inner list specifies conditions that need to be applied with
AND operator.
public void setTagFilter(ControlPlaneTagFilter tagFilter)
An object that can be used to specify Tag conditions inside the
SearchFilter. This accepts an OR of
AND (List of List) input where:
Top level list specifies conditions that need to be applied with
OR operator
Inner list specifies conditions that need to be applied with
AND operator.
tagFilter -
An object that can be used to specify Tag conditions inside
the SearchFilter. This accepts an OR
of AND (List of List) input where:
Top level list specifies conditions that need to be applied
with OR operator
Inner list specifies conditions that need to be applied with
AND operator.
public SecurityProfilesSearchFilter withTagFilter(ControlPlaneTagFilter tagFilter)
An object that can be used to specify Tag conditions inside the
SearchFilter. This accepts an OR of
AND (List of List) input where:
Top level list specifies conditions that need to be applied with
OR operator
Inner list specifies conditions that need to be applied with
AND operator.
Returns a reference to this object so that method calls can be chained together.
tagFilter -
An object that can be used to specify Tag conditions inside
the SearchFilter. This accepts an OR
of AND (List of List) input where:
Top level list specifies conditions that need to be applied
with OR operator
Inner list specifies conditions that need to be applied with
AND operator.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object