public class MediaMetadata extends Object implements IAbstractAcknowledgement
| Constructor and Description |
|---|
MediaMetadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
Gets the error, if an error occurred.
|
String |
getFileUrl()
Gets the url for the full resolution versio of the media file.
|
String |
getId()
Gets id used to identify the media asset.
|
String |
getOriginalFile()
Gets the original filename assigned to the media asset.
|
String |
getResponseDescription()
Gets a narrative description of the transaction result.
|
String |
getThumbnailUrl()
Gets the url for to the thumbnail of an image.
|
boolean |
isSuccess()
Gets whether or not the request succeeded.
|
boolean |
isVideo()
Gets an identifier used to flag video files.
|
void |
setError(String value)
Sets the error, if an error occurred.
|
void |
setFileUrl(String value)
Sets the url for the full resolution versio of the media file.
|
void |
setId(String value)
Sets id used to identify the media asset.
|
void |
setOriginalFile(String value)
Sets the original filename assigned to the media asset.
|
void |
setResponseDescription(String value)
Sets a narrative description of the transaction result.
|
void |
setSuccess(boolean value)
Sets whether or not the request succeeded.
|
void |
setThumbnailUrl(String value)
Sets the url for to the thumbnail of an image.
|
void |
setVideo(boolean value)
Sets an identifier used to flag video files.
|
public void setSuccess(boolean value)
value - whether or not the request succeeded.public boolean isSuccess()
isSuccess in interface IAbstractAcknowledgementpublic void setError(String value)
value - the error, if an error occurred.public String getError()
getError in interface IAbstractAcknowledgementpublic void setResponseDescription(String value)
value - a narrative description of the transaction result.public String getResponseDescription()
getResponseDescription in interface IAbstractAcknowledgementpublic void setId(String value)
value - id used to identify the media asset.public String getId()
public void setOriginalFile(String value)
value - the original filename assigned to the media asset.public String getOriginalFile()
public void setFileUrl(String value)
value - the url for the full resolution versio of the media file.public String getFileUrl()
public void setThumbnailUrl(String value)
value - the url for to the thumbnail of an image.public String getThumbnailUrl()
public void setVideo(boolean value)
value - an identifier used to flag video files.public boolean isVideo()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.