Package com.mypurecloud.sdk.v2.model
Class TimeSlot
java.lang.Object
com.mypurecloud.sdk.v2.model.TimeSlot
- All Implemented Interfaces:
Serializable
TimeSlot
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDay for this time slot, Monday = 1 ...booleangetDay()inthashCode()voidvoidsetStartTime(String startTime) voidsetStopTime(String stopTime) start time in xx:xx:xx.xxx formatstop time in xx:xx:xx.xxx formattoString()
-
Constructor Details
-
TimeSlot
public TimeSlot() -
TimeSlot
-
-
Method Details
-
startTime
start time in xx:xx:xx.xxx format -
getStartTime
-
setStartTime
-
stopTime
stop time in xx:xx:xx.xxx format -
getStopTime
-
setStopTime
-
day
Day for this time slot, Monday = 1 ... Sunday = 7 -
getDay
-
setDay
-
equals
-
hashCode
public int hashCode() -
toString
-