public class FmfDetails extends PayPalModel
| Constructor and Description |
|---|
FmfDetails() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription()
Description of the filter.
|
java.lang.String |
getFilterId()
Filter Identifier.
|
java.lang.String |
getFilterType()
Type of filter.
|
java.lang.String |
getName()
Name of the filter
|
int |
hashCode() |
FmfDetails |
setDescription(java.lang.String description)
Description of the filter.
|
FmfDetails |
setFilterId(java.lang.String filterId)
Filter Identifier.
|
FmfDetails |
setFilterType(java.lang.String filterType)
Type of filter.
|
FmfDetails |
setName(java.lang.String name)
Name of the filter
|
toJSON, toStringpublic java.lang.String getFilterType()
public java.lang.String getFilterId()
public java.lang.String getName()
public java.lang.String getDescription()
public FmfDetails setFilterType(java.lang.String filterType)
public FmfDetails setFilterId(java.lang.String filterId)
public FmfDetails setName(java.lang.String name)
public FmfDetails setDescription(java.lang.String description)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel