Package net.beardbot.nhentai.api
Class Gallery
- java.lang.Object
-
- net.beardbot.nhentai.api.Gallery
-
public class Gallery extends Object
-
-
Constructor Summary
Constructors Constructor Description Gallery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Comment>getComments()StringgetEnglishTitle()longgetId()StringgetJapaneseTitle()intgetNumberOfFavorites()StringgetPrettyTitle()List<Gallery>getRelatedGalleries()StringgetScanLator()DategetUploadDate()
-
-
-
Method Detail
-
getId
public long getId()
-
getEnglishTitle
public String getEnglishTitle()
-
getJapaneseTitle
public String getJapaneseTitle()
-
getPrettyTitle
public String getPrettyTitle()
-
getScanLator
public String getScanLator()
-
getNumberOfFavorites
public int getNumberOfFavorites()
-
getUploadDate
public Date getUploadDate()
-
-