Package com.biodigital.humansdk
Class HKChapter
java.lang.Object
com.biodigital.humansdk.HKChapter
public class HKChapter
extends java.lang.Object
Chapter object
-
Field Summary
Fields Modifier and Type Field Description booleananimatedtrue if this chapter is animatedjava.lang.StringchapterIdchapter IDjava.lang.Stringdescriptionchapter descriptionjava.lang.Doubledurationtrue if this chapter contains a videojava.util.List<java.lang.String>imagescontains a list of image urls if the chapter contains static imagesjava.lang.Integerindexchapter numberbooleanloopstrue if this chapter loopsjava.lang.Stringthumbnailcontains an image url if the chapter has a thumbnail imagejava.lang.Stringtitlechapter title -
Method Summary
-
Field Details
-
title
public java.lang.String titlechapter title -
description
public java.lang.String descriptionchapter description -
index
public java.lang.Integer indexchapter number -
chapterId
public java.lang.String chapterIdchapter ID -
animated
public boolean animatedtrue if this chapter is animated -
loops
public boolean loopstrue if this chapter loops -
duration
public java.lang.Double durationtrue if this chapter contains a video -
thumbnail
public java.lang.String thumbnailcontains an image url if the chapter has a thumbnail image -
images
public java.util.List<java.lang.String> imagescontains a list of image urls if the chapter contains static images
-