クラス IssueComment

java.lang.Object
org.thinkit.api.gateway.github.response.repos.issues.comments.IssueComment
すべての実装されたインタフェース:
Serializable

public final class IssueComment
extends Object
implements Serializable
The entity that manages the issue comment.
導入されたバージョン:
1.0.0
関連項目:
直列化された形式
  • コンストラクタの詳細

    • IssueComment

      public IssueComment()
  • メソッドの詳細

    • toString

      public String toString()
      オーバーライド:
      toString クラス内 Object
    • equals

      public boolean equals​(Object o)
      オーバーライド:
      equals クラス内 Object
    • hashCode

      public int hashCode()
      オーバーライド:
      hashCode クラス内 Object
    • getUrl

      public String getUrl()
      The url
    • getHtmlUrl

      public String getHtmlUrl()
      The html url
    • getIssueUrl

      public String getIssueUrl()
      The issue url
    • getId

      public int getId()
      The id
    • getNodeId

      public String getNodeId()
      The node id
    • getOwner

      public Creator getOwner()
      The comment owner
    • getCreatedAt

      public String getCreatedAt()
      The created datetime
    • getUpdatedAt

      public String getUpdatedAt()
      The updated datetime
    • getAuthorAssociation

      public String getAuthorAssociation()
      The author association
    • getBody

      public String getBody()
      The body
    • getPerformedViaGithubApp

      public String getPerformedViaGithubApp()
      The performed github app