@Immutable public class PeriodPojo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PeriodPojo.Builder
A builder for this class
|
| Constructor and Description |
|---|
PeriodPojo(LocalDate aStartDate,
LocalTime aStartTime,
LocalDate aEndDate,
LocalTime aEndTime) |
| Modifier and Type | Method and Description |
|---|---|
static PeriodPojo.Builder |
builder() |
static PeriodPojo.Builder |
builder(PeriodType a) |
boolean |
equals(Object o) |
PeriodType |
getAsPeriod() |
String |
getAsString() |
LocalDate |
getEndDate() |
LocalTime |
getEndTime() |
LocalDate |
getStartDate() |
LocalTime |
getStartTime() |
int |
hashCode() |
String |
toString() |
@Nonnull public PeriodType getAsPeriod()
@Nonnull public static PeriodPojo.Builder builder()
@Nonnull public static PeriodPojo.Builder builder(@Nullable PeriodType a)
Copyright © 2020 toop.eu. All rights reserved.