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 boolean
animated
true if this chapter is animatedjava.lang.String
chapterId
chapter IDjava.lang.String
description
chapter descriptionjava.lang.Double
duration
true if this chapter contains a videojava.util.List<java.lang.String>
images
contains a list of image urls if the chapter contains static imagesjava.lang.Integer
index
chapter numberboolean
loops
true if this chapter loopsjava.lang.String
thumbnail
contains an image url if the chapter has a thumbnail imagejava.lang.String
title
chapter 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
-