Class UIMetaMedia

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class UIMetaMedia
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Media-related metadata.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  UIMetaMedia.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String caption()
      Gets the caption.
      UIMetaMedia.Builder newBuilder()
      New builder.
      java.util.List<UIMediaSourceMetaData> source()
      Gets the source.
      java.lang.String thumbnailUrl()
      Gets the thumbnailUrl.
      java.lang.String type()
      Gets the type.
      java.lang.String url()
      Gets the url.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • newBuilder

        public UIMetaMedia.Builder newBuilder()
        New builder.
        Returns:
        a UIMetaMedia builder
      • caption

        public java.lang.String caption()
        Gets the caption. Caption for an image.
        Returns:
        the caption
      • thumbnailUrl

        public java.lang.String thumbnailUrl()
        Gets the thumbnailUrl. URL for thumbnail image.
        Returns:
        the thumbnailUrl
      • type

        public java.lang.String type()
        Gets the type. Type of media.
        Returns:
        the type
      • url

        public java.lang.String url()
        Gets the url. URL for media.
        Returns:
        the url
      • source

        public java.util.List<UIMediaSourceMetaData> source()
        Gets the source. UI media source data for for UI media data.
        Returns:
        the source