public class CallSchedule extends java.lang.Object implements java.lang.Comparable<CallSchedule>
Call| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CallSchedule o) |
boolean |
equals(java.lang.Object o) |
java.util.Date |
getEnd()
End time of the call is scheduled.
|
java.util.Date |
getStart()
Start time of the call is scheduled.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.util.Date getStart()
public java.util.Date getEnd()
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 int compareTo(@NonNull
CallSchedule o)
compareTo in interface java.lang.Comparable<CallSchedule>