Class ArtworkBaseRecord

java.lang.Object
com.amilesend.tvdb.client.model.ArtworkBaseRecord

public class ArtworkBaseRecord extends Object
base artwork record
  • Constructor Details

    • ArtworkBaseRecord

      public ArtworkBaseRecord()
  • Method Details

    • height

      public ArtworkBaseRecord height(Long height)
    • getHeight

      public Long getHeight()
      Get height
      Returns:
      height
    • setHeight

      public void setHeight(Long height)
    • id

      public ArtworkBaseRecord id(Integer id)
    • getId

      public Integer getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Integer id)
    • image

      public ArtworkBaseRecord image(String image)
    • getImage

      public String getImage()
      Get image
      Returns:
      image
    • setImage

      public void setImage(String image)
    • includesText

      public ArtworkBaseRecord includesText(Boolean includesText)
    • isIncludesText

      public Boolean isIncludesText()
      Get includesText
      Returns:
      includesText
    • setIncludesText

      public void setIncludesText(Boolean includesText)
    • language

      public ArtworkBaseRecord language(String language)
    • getLanguage

      public String getLanguage()
      Get language
      Returns:
      language
    • setLanguage

      public void setLanguage(String language)
    • score

      public ArtworkBaseRecord score(BigDecimal score)
    • getScore

      public BigDecimal getScore()
      Get score
      Returns:
      score
    • setScore

      public void setScore(BigDecimal score)
    • thumbnail

      public ArtworkBaseRecord thumbnail(String thumbnail)
    • getThumbnail

      public String getThumbnail()
      Get thumbnail
      Returns:
      thumbnail
    • setThumbnail

      public void setThumbnail(String thumbnail)
    • type

      public ArtworkBaseRecord type(Long type)
    • getType

      public Long getType()
      The artwork type corresponds to the ids from the /artwork/types endpoint.
      Returns:
      type
    • setType

      public void setType(Long type)
    • width

      public ArtworkBaseRecord width(Long width)
    • getWidth

      public Long getWidth()
      Get width
      Returns:
      width
    • setWidth

      public void setWidth(Long width)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object