public class LoyaltyEventDateTimeFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoyaltyEventDateTimeFilter.Builder
Class to build instances of
LoyaltyEventDateTimeFilter. |
| Constructor and Description |
|---|
LoyaltyEventDateTimeFilter(TimeRange createdAt)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TimeRange |
getCreatedAt()
Getter for CreatedAt.
|
int |
hashCode() |
LoyaltyEventDateTimeFilter.Builder |
toBuilder()
Builds a new
LoyaltyEventDateTimeFilter.Builder object. |
String |
toString()
Converts this LoyaltyEventDateTimeFilter into string format.
|
public LoyaltyEventDateTimeFilter(TimeRange createdAt)
createdAt - TimeRange value for createdAt.public TimeRange getCreatedAt()
public String toString()
public LoyaltyEventDateTimeFilter.Builder toBuilder()
LoyaltyEventDateTimeFilter.Builder object.
Creates the instance with the state of the current model.LoyaltyEventDateTimeFilter.Builder objectCopyright © 2022. All rights reserved.