Package com.mypurecloud.sdk.v2.model
Class Segment
java.lang.Object
com.mypurecloud.sdk.v2.model.Segment
- All Implemented Interfaces:
Serializable
Segment
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisconnectType(String disconnectType) A description of the event that disconnected the segmentThe timestamp when this segment ended.booleangetType()inthashCode()A description of the event that ended the segment.voidsetDisconnectType(String disconnectType) voidsetEndTime(Date endTime) voidsetHowEnded(String howEnded) voidsetStartTime(Date startTime) voidThe timestamp when this segment began.toString()The activity taking place for the participant in the segment.
-
Constructor Details
-
Segment
public Segment() -
Segment
-
-
Method Details
-
startTime
The timestamp when this segment began. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getStartTime
-
setStartTime
-
endTime
The timestamp when this segment ended. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getEndTime
-
setEndTime
-
type
The activity taking place for the participant in the segment. -
getType
-
setType
-
howEnded
A description of the event that ended the segment. -
getHowEnded
-
setHowEnded
-
disconnectType
A description of the event that disconnected the segment -
getDisconnectType
-
setDisconnectType
-
equals
-
hashCode
public int hashCode() -
toString
-