public class Content extends java.lang.Object implements IZITravelEntity
FullMtgObject content: texts, descriptions, media.| Modifier and Type | Field and Description |
|---|---|
Media[] |
audio
Array of audio data.
|
int |
audioDuration
Total audio duration.
|
CompactMtgObject[] |
children
Array of included object's content.
|
int |
childrenCount
Number of children.
|
CompactMtgObject[] |
collections
Array of included museum collection's content.
|
java.lang.String |
description
Full description.
|
Download |
download
Download links to offline packages for each supported mobile platform and combination of
image, audio and video data formats.
|
Media[] |
images
Array of images data.
|
java.lang.String |
language
Language (ISO 639-1) of this content item.
|
java.lang.String |
news
News (typical for museum).
|
Playback |
playback
MTGObject's playback algorithm settings.
|
Quiz |
quiz
Quiz data.
|
CompactMtgObject[] |
references
Array of linked object's content.
|
java.lang.String |
summary
Shortened description.
|
java.lang.String |
title
Title.
|
Media[] |
video
Array of video data.
|
| Constructor and Description |
|---|
Content() |
public java.lang.String language
public java.lang.String title
public java.lang.String summary
public java.lang.String description
public java.lang.String news
public Playback playback
public Download download
public Media[] images
public Media[] audio
public Media[] video
public CompactMtgObject[] children
public CompactMtgObject[] collections
public CompactMtgObject[] references
public Quiz quiz
public int childrenCount
public int audioDuration