Package com.mypurecloud.sdk.v2.model
Class QueueConversationSocialExpressionEventTopicMessageMedia
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicMessageMedia
- All Implemented Interfaces:
Serializable
public class QueueConversationSocialExpressionEventTopicMessageMedia
extends Object
implements Serializable
QueueConversationSocialExpressionEventTopicMessageMedia
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueueConversationSocialExpressionEventTopicMessageMedia(Boolean initWithEmptyList) -
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
-
QueueConversationSocialExpressionEventTopicMessageMedia
public QueueConversationSocialExpressionEventTopicMessageMedia() -
QueueConversationSocialExpressionEventTopicMessageMedia
-
-
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
public QueueConversationSocialExpressionEventTopicMessageMedia contentLengthBytes(Long 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
-