Class ArtworkType

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

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-03-17T11:46:07.464798500-07:00[America/Los_Angeles]") public class ArtworkType extends Object
artwork type record
  • Constructor Details

    • ArtworkType

      public ArtworkType()
  • Method Details

    • height

      public ArtworkType height(Long height)
    • getHeight

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

      public void setHeight(Long height)
    • id

      public ArtworkType id(Long id)
    • getId

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

      public void setId(Long id)
    • imageFormat

      public ArtworkType imageFormat(String imageFormat)
    • getImageFormat

      public String getImageFormat()
      Get imageFormat
      Returns:
      imageFormat
    • setImageFormat

      public void setImageFormat(String imageFormat)
    • name

      public ArtworkType name(String name)
    • getName

      public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • recordType

      public ArtworkType recordType(String recordType)
    • getRecordType

      public String getRecordType()
      Get recordType
      Returns:
      recordType
    • setRecordType

      public void setRecordType(String recordType)
    • slug

      public ArtworkType slug(String slug)
    • getSlug

      public String getSlug()
      Get slug
      Returns:
      slug
    • setSlug

      public void setSlug(String slug)
    • thumbHeight

      public ArtworkType thumbHeight(Long thumbHeight)
    • getThumbHeight

      public Long getThumbHeight()
      Get thumbHeight
      Returns:
      thumbHeight
    • setThumbHeight

      public void setThumbHeight(Long thumbHeight)
    • thumbWidth

      public ArtworkType thumbWidth(Long thumbWidth)
    • getThumbWidth

      public Long getThumbWidth()
      Get thumbWidth
      Returns:
      thumbWidth
    • setThumbWidth

      public void setThumbWidth(Long thumbWidth)
    • width

      public ArtworkType 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