Class ArtworkBaseRecord
java.lang.Object
com.amilesend.tvdb.client.model.ArtworkBaseRecord
base artwork record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get heightgetId()
Get idgetImage()
Get imageGet languagegetScore()
Get scoreGet thumbnailgetType()
The artwork type corresponds to the ids from the /artwork/types endpoint.getWidth()
Get widthint
hashCode()
includesText
(Boolean includesText) Get includesTextscore
(BigDecimal score) void
void
void
void
setIncludesText
(Boolean includesText) void
setLanguage
(String language) void
setScore
(BigDecimal score) void
setThumbnail
(String thumbnail) void
void
toString()
-
Constructor Details
-
ArtworkBaseRecord
public ArtworkBaseRecord()
-
-
Method Details
-
height
-
getHeight
-
setHeight
-
id
-
getId
-
setId
-
image
-
getImage
-
setImage
-
includesText
-
isIncludesText
-
setIncludesText
-
language
-
getLanguage
-
setLanguage
-
score
-
getScore
-
setScore
-
thumbnail
-
getThumbnail
-
setThumbnail
-
type
-
getType
The artwork type corresponds to the ids from the /artwork/types endpoint.- Returns:
- type
-
setType
-
width
-
getWidth
-
setWidth
-
equals
-
hashCode
-
toString
-