Package com.mypurecloud.sdk.v2.model
Class MediaEndpointStatistics
java.lang.Object
com.mypurecloud.sdk.v2.model.MediaEndpointStatistics
- All Implemented Interfaces:
Serializable
MediaEndpointStatistics
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumSource type of media endpoint -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclientInfo(MediaStatisticsClientInfo clientInfo) Client information associated with media endpointdateCreated(Date dateCreated) Media endpoint statistics creation time.dateProcessed(Date dateProcessed) Media endpoint statistics processed time.booleangetIce()getRtp()getTrunk()getUser()inthashCode()ice(MediaIceStatistics ice) The ICE protocol statistics and details.reconnectAttempts(Integer reconnectAttempts) Media reconnect attempt countrtp(MediaRtpStatistics rtp) Statistics of sent and received RTP.voidsetClientInfo(MediaStatisticsClientInfo clientInfo) voidsetDateCreated(Date dateCreated) voidsetDateProcessed(Date dateProcessed) voidsetIce(MediaIceStatistics ice) voidsetReconnectAttempts(Integer reconnectAttempts) voidsetRtp(MediaRtpStatistics rtp) voidsetSourceType(MediaEndpointStatistics.SourceTypeEnum sourceType) voidsetStation(NamedEntity station) voidsetTrunk(MediaStatisticsTrunkInfo trunk) voidsetUser(NamedEntity user) sourceType(MediaEndpointStatistics.SourceTypeEnum sourceType) Source type of media endpointstation(NamedEntity station) Station information associated with media endpointtoString()trunk(MediaStatisticsTrunkInfo trunk) Trunk information utilized when creating the media endpointuser(NamedEntity user) User information associated media endpoint
-
Constructor Details
-
MediaEndpointStatistics
public MediaEndpointStatistics() -
MediaEndpointStatistics
-
-
Method Details
-
trunk
Trunk information utilized when creating the media endpoint -
getTrunk
-
setTrunk
-
station
Station information associated with media endpoint -
getStation
-
setStation
-
user
User information associated media endpoint -
getUser
-
setUser
-
ice
The ICE protocol statistics and details. Reference: https://www.rfc-editor.org/rfc/rfc5245 -
getIce
-
setIce
-
rtp
Statistics of sent and received RTP. Reference: https://www.rfc-editor.org/rfc/rfc3550 -
getRtp
-
setRtp
-
reconnectAttempts
Media reconnect attempt count -
getReconnectAttempts
-
setReconnectAttempts
-
sourceType
Source type of media endpoint -
getSourceType
-
setSourceType
-
clientInfo
Client information associated with media endpoint -
getClientInfo
-
setClientInfo
-
dateCreated
Media endpoint statistics creation time. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateProcessed
Media endpoint statistics processed time. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateProcessed
-
setDateProcessed
-
equals
-
hashCode
public int hashCode() -
toString
-