public class LoyaltyPromotionAvailableTimeData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoyaltyPromotionAvailableTimeData.Builder
Class to build instances of
LoyaltyPromotionAvailableTimeData. |
| Constructor and Description |
|---|
LoyaltyPromotionAvailableTimeData(List<String> timePeriods,
String startDate,
String endDate)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEndDate()
Getter for EndDate.
|
String |
getStartDate()
Getter for StartDate.
|
List<String> |
getTimePeriods()
Getter for TimePeriods.
|
int |
hashCode() |
LoyaltyPromotionAvailableTimeData.Builder |
toBuilder()
Builds a new
LoyaltyPromotionAvailableTimeData.Builder object. |
String |
toString()
Converts this LoyaltyPromotionAvailableTimeData into string format.
|
public LoyaltyPromotionAvailableTimeData(List<String> timePeriods, String startDate, String endDate)
timePeriods - List of String value for timePeriods.startDate - String value for startDate.endDate - String value for endDate.public String getStartDate()
public String getEndDate()
public List<String> getTimePeriods()
public String toString()
public LoyaltyPromotionAvailableTimeData.Builder toBuilder()
LoyaltyPromotionAvailableTimeData.Builder object.
Creates the instance with the state of the current model.LoyaltyPromotionAvailableTimeData.Builder objectCopyright © 2024. All rights reserved.