Class EntityUpdate

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

public class EntityUpdate extends Object
entity update record
  • Constructor Details

    • EntityUpdate

      public EntityUpdate()
  • Method Details

    • entityType

      public EntityUpdate entityType(String entityType)
    • getEntityType

      public String getEntityType()
      Get entityType
      Returns:
      entityType
    • setEntityType

      public void setEntityType(String entityType)
    • methodInt

      public EntityUpdate methodInt(Integer methodInt)
    • getMethodInt

      public Integer getMethodInt()
      Get methodInt
      Returns:
      methodInt
    • setMethodInt

      public void setMethodInt(Integer methodInt)
    • method

      public EntityUpdate method(String method)
    • getMethod

      public String getMethod()
      Get method
      Returns:
      method
    • setMethod

      public void setMethod(String method)
    • extraInfo

      public EntityUpdate extraInfo(String extraInfo)
    • getExtraInfo

      public String getExtraInfo()
      Get extraInfo
      Returns:
      extraInfo
    • setExtraInfo

      public void setExtraInfo(String extraInfo)
    • userId

      public EntityUpdate userId(Integer userId)
    • getUserId

      public Integer getUserId()
      Get userId
      Returns:
      userId
    • setUserId

      public void setUserId(Integer userId)
    • recordType

      public EntityUpdate recordType(String recordType)
    • getRecordType

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

      public void setRecordType(String recordType)
    • recordId

      public EntityUpdate recordId(Long recordId)
    • getRecordId

      public Long getRecordId()
      Get recordId
      Returns:
      recordId
    • setRecordId

      public void setRecordId(Long recordId)
    • timeStamp

      public EntityUpdate timeStamp(Long timeStamp)
    • getTimeStamp

      public Long getTimeStamp()
      Get timeStamp
      Returns:
      timeStamp
    • setTimeStamp

      public void setTimeStamp(Long timeStamp)
    • seriesId

      public EntityUpdate seriesId(Long seriesId)
    • getSeriesId

      public Long getSeriesId()
      Only present for episodes records
      Returns:
      seriesId
    • setSeriesId

      public void setSeriesId(Long seriesId)
    • mergeToId

      public EntityUpdate mergeToId(Long mergeToId)
    • getMergeToId

      public Long getMergeToId()
      Get mergeToId
      Returns:
      mergeToId
    • setMergeToId

      public void setMergeToId(Long mergeToId)
    • mergeToEntityType

      public EntityUpdate mergeToEntityType(String mergeToEntityType)
    • getMergeToEntityType

      public String getMergeToEntityType()
      Get mergeToEntityType
      Returns:
      mergeToEntityType
    • setMergeToEntityType

      public void setMergeToEntityType(String mergeToEntityType)
    • 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