Class SourceType

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

public class SourceType extends Object
source type record
  • Constructor Details

    • SourceType

      public SourceType()
  • Method Details

    • id

      public SourceType id(Long id)
    • getId

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

      public void setId(Long id)
    • name

      public SourceType name(String name)
    • getName

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

      public void setName(String name)
    • postfix

      public SourceType postfix(String postfix)
    • getPostfix

      public String getPostfix()
      Get postfix
      Returns:
      postfix
    • setPostfix

      public void setPostfix(String postfix)
    • prefix

      public SourceType prefix(String prefix)
    • getPrefix

      public String getPrefix()
      Get prefix
      Returns:
      prefix
    • setPrefix

      public void setPrefix(String prefix)
    • slug

      public SourceType slug(String slug)
    • getSlug

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

      public void setSlug(String slug)
    • sort

      public SourceType sort(Long sort)
    • getSort

      public Long getSort()
      Get sort
      Returns:
      sort
    • setSort

      public void setSort(Long sort)
    • 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