public class ListRecordHistorySearchFilter extends Object implements Serializable, Cloneable
The search filter to limit results when listing request history records.
| Constructor and Description |
|---|
ListRecordHistorySearchFilter() |
| Modifier and Type | Method and Description |
|---|---|
ListRecordHistorySearchFilter |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The filter key.
|
String |
getValue()
The filter value for
Key. |
int |
hashCode() |
void |
setKey(String key)
The filter key.
|
void |
setValue(String value)
The filter value for
Key. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListRecordHistorySearchFilter |
withKey(String key)
The filter key.
|
ListRecordHistorySearchFilter |
withValue(String value)
The filter value for
Key. |
public void setKey(String key)
The filter key.
key - The filter key.public String getKey()
The filter key.
public ListRecordHistorySearchFilter withKey(String key)
The filter key.
key - The filter key.public void setValue(String value)
The filter value for Key.
value - The filter value for Key.public String getValue()
The filter value for Key.
Key.public ListRecordHistorySearchFilter withValue(String value)
The filter value for Key.
value - The filter value for Key.public String toString()
toString in class ObjectObject.toString()public ListRecordHistorySearchFilter clone()
Copyright © 2016. All rights reserved.