Package com.amilesend.tvdb.client.model
Class ArtworkType
java.lang.Object
com.amilesend.tvdb.client.model.ArtworkType
artwork type record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet heightgetId()Get idGet imageFormatgetName()Get nameGet recordTypegetSlug()Get slugGet thumbHeightGet thumbWidthgetWidth()Get widthinthashCode()imageFormat(String imageFormat) recordType(String recordType) voidvoidvoidsetImageFormat(String imageFormat) voidvoidsetRecordType(String recordType) voidvoidsetThumbHeight(Long thumbHeight) voidsetThumbWidth(Long thumbWidth) voidthumbHeight(Long thumbHeight) thumbWidth(Long thumbWidth) toString()
-
Constructor Details
-
ArtworkType
public ArtworkType()
-
-
Method Details
-
height
-
getHeight
Get height- Returns:
- height
-
setHeight
-
id
-
getId
Get id- Returns:
- id
-
setId
-
imageFormat
-
getImageFormat
Get imageFormat- Returns:
- imageFormat
-
setImageFormat
-
name
-
getName
Get name- Returns:
- name
-
setName
-
recordType
-
getRecordType
Get recordType- Returns:
- recordType
-
setRecordType
-
slug
-
getSlug
Get slug- Returns:
- slug
-
setSlug
-
thumbHeight
-
getThumbHeight
Get thumbHeight- Returns:
- thumbHeight
-
setThumbHeight
-
thumbWidth
-
getThumbWidth
Get thumbWidth- Returns:
- thumbWidth
-
setThumbWidth
-
width
-
getWidth
Get width- Returns:
- width
-
setWidth
-
equals
-
hashCode
public int hashCode() -
toString
-