Package com.amilesend.tvdb.client.model
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
Get height- Returns:
- height
-
setHeight
-
id
-
getId
Get id- Returns:
- id
-
setId
-
image
-
getImage
Get image- Returns:
- image
-
setImage
-
includesText
-
isIncludesText
Get includesText- Returns:
- includesText
-
setIncludesText
-
language
-
getLanguage
Get language- Returns:
- language
-
setLanguage
-
score
-
getScore
Get score- Returns:
- score
-
setScore
-
thumbnail
-
getThumbnail
Get thumbnail- Returns:
- thumbnail
-
setThumbnail
-
type
-
getType
The artwork type corresponds to the ids from the /artwork/types endpoint.- Returns:
- type
-
setType
-
width
-
getWidth
Get width- Returns:
- width
-
setWidth
-
equals
-
hashCode
public int hashCode() -
toString
-