Package com.mypurecloud.sdk.v2.model
Class QueueConversationEventTopicMessageMedia
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationEventTopicMessageMedia
- All Implemented Interfaces:
Serializable
QueueConversationEventTopicMessageMedia
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentLengthBytes(Long contentLengthBytes) The optional content length of the the media object, in bytes.booleangetId()getName()getUrl()inthashCode()The optional id of the the media object.The optional internet media type of the the media object.The optional name of the the media object.voidsetContentLengthBytes(Long contentLengthBytes) voidvoidsetMediaType(String mediaType) voidvoidtoString()The location of the media, useful for retrieving it
-
Constructor Details
-
QueueConversationEventTopicMessageMedia
public QueueConversationEventTopicMessageMedia() -
QueueConversationEventTopicMessageMedia
-
-
Method Details
-
url
The location of the media, useful for retrieving it -
getUrl
-
setUrl
-
mediaType
The optional internet media type of the the media object. If null then the media type should be dictated by the url -
getMediaType
-
setMediaType
-
contentLengthBytes
The optional content length of the the media object, in bytes. -
getContentLengthBytes
-
setContentLengthBytes
-
name
The optional name of the the media object. -
getName
-
setName
-
id
The optional id of the the media object. -
getId
-
setId
-
equals
-
hashCode
public int hashCode() -
toString
-