Class TopicResponse

java.lang.Object
io.gitea.model.TopicResponse

public class TopicResponse
extends java.lang.Object
TopicResponse for returning topics
  • Constructor Details

  • Method Details

    • created

      public TopicResponse created​(org.threeten.bp.OffsetDateTime created)
    • getCreated

      public org.threeten.bp.OffsetDateTime getCreated()
      Get created
      Returns:
      created
    • setCreated

      public void setCreated​(org.threeten.bp.OffsetDateTime created)
    • id

      public TopicResponse id​(java.lang.Long id)
    • getId

      public java.lang.Long getId()
      Get id
      Returns:
      id
    • setId

      public void setId​(java.lang.Long id)
    • repoCount

      public TopicResponse repoCount​(java.lang.Long repoCount)
    • getRepoCount

      public java.lang.Long getRepoCount()
      Get repoCount
      Returns:
      repoCount
    • setRepoCount

      public void setRepoCount​(java.lang.Long repoCount)
    • topicName

      public TopicResponse topicName​(java.lang.String topicName)
    • getTopicName

      public java.lang.String getTopicName()
      Get topicName
      Returns:
      topicName
    • setTopicName

      public void setTopicName​(java.lang.String topicName)
    • updated

      public TopicResponse updated​(org.threeten.bp.OffsetDateTime updated)
    • getUpdated

      public org.threeten.bp.OffsetDateTime getUpdated()
      Get updated
      Returns:
      updated
    • setUpdated

      public void setUpdated​(org.threeten.bp.OffsetDateTime updated)
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

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

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object