public class AssociationFilter extends Object implements Serializable, Cloneable
Describes a filter.
| Constructor and Description |
|---|
AssociationFilter() |
| Modifier and Type | Method and Description |
|---|---|
AssociationFilter |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The name of the filter.
|
String |
getValue()
The filter value.
|
int |
hashCode() |
void |
setKey(AssociationFilterKey key)
The name of the filter.
|
void |
setKey(String key)
The name of the filter.
|
void |
setValue(String value)
The filter value.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AssociationFilter |
withKey(AssociationFilterKey key)
The name of the filter.
|
AssociationFilter |
withKey(String key)
The name of the filter.
|
AssociationFilter |
withValue(String value)
The filter value.
|
public String getKey()
Constraints:
Allowed Values: InstanceId, Name
AssociationFilterKeypublic void setKey(String key)
Constraints:
Allowed Values: InstanceId, Name
key - The name of the filter.AssociationFilterKeypublic AssociationFilter withKey(String key)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: InstanceId, Name
key - The name of the filter.AssociationFilterKeypublic void setKey(AssociationFilterKey key)
Constraints:
Allowed Values: InstanceId, Name
key - The name of the filter.AssociationFilterKeypublic AssociationFilter withKey(AssociationFilterKey key)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: InstanceId, Name
key - The name of the filter.AssociationFilterKeypublic String getValue()
Constraints:
Length: 1 -
public void setValue(String value)
Constraints:
Length: 1 -
value - The filter value.public AssociationFilter withValue(String value)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
value - The filter value.public String toString()
toString in class ObjectObject.toString()public AssociationFilter clone()
Copyright © 2015. All rights reserved.