public final class BestTime
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BestTime.Builder
BestTime Builder
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
DateTime |
getSendDate()
Get the scheduled day that push will be sent.
|
int |
hashCode() |
static BestTime.Builder |
newBuilder()
BestTime builder
|
java.lang.String |
toString() |
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static BestTime.Builder newBuilder()
public DateTime getSendDate()