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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(@NonNull CallSchedule o)
compareTo
in interface java.lang.Comparable<CallSchedule>