public final class Schedule extends ScheduleModelObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Schedule.Builder
Schedule Builder
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Optional<BestTime> |
getBestTime()
Get the BestTime for this schedule.
|
java.lang.Boolean |
getLocalTimePresent()
Get the boolean indicating if the scheduled time is in local time.
|
DateTime |
getScheduledTimestamp()
Get the DateTime for this schedule.
|
int |
hashCode() |
static Schedule.Builder |
newBuilder()
Get new Schedule Builder
|
java.lang.String |
toString() |
toJSONtoJSONpublic DateTime getScheduledTimestamp()
public java.lang.Boolean getLocalTimePresent()
public java.util.Optional<BestTime> getBestTime()
public java.lang.String toString()
toString in class java.lang.Objectpublic static Schedule.Builder newBuilder()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object