Class UIMetaMedia
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.UIMetaMedia
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UIMetaMedia extends com.ibm.cloud.sdk.core.service.model.GenericModelMedia-related metadata.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIMetaMedia.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringcaption()Gets the caption.UIMetaMedia.BuildernewBuilder()New builder.java.util.List<UIMediaSourceMetaData>source()Gets the source.java.lang.StringthumbnailUrl()Gets the thumbnailUrl.java.lang.Stringtype()Gets the type.java.lang.Stringurl()Gets the url.
-
-
-
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
-
-