クラス IssueMilestone

java.lang.Object
java.util.AbstractMap<String,​Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
org.thinkit.api.gateway.github.response.repos.issues.IssueMilestone
すべての実装されたインタフェース:
Serializable, Cloneable, Map<String,​Object>

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

    • IssueMilestone

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

    • toString

      public String toString()
      オーバーライド:
      toString クラス内 com.google.api.client.json.GenericJson
    • equals

      public boolean equals​(Object o)
      定義:
      equals インタフェース内 Map<String,​Object>
      オーバーライド:
      equals クラス内 com.google.api.client.util.GenericData
    • hashCode

      public int hashCode()
      定義:
      hashCode インタフェース内 Map<String,​Object>
      オーバーライド:
      hashCode クラス内 com.google.api.client.util.GenericData
    • getUrl

      public String getUrl()
      The url
    • getHtmlUrl

      public String getHtmlUrl()
      The html url
    • getLabelsUrl

      public String getLabelsUrl()
      The labels url
    • getId

      public int getId()
      The id
    • getNodeId

      public String getNodeId()
      The node id
    • getNumber

      public int getNumber()
      The number
    • getTitle

      public String getTitle()
      The title
    • getDescription

      public String getDescription()
      The description
    • getCreator

      public Creator getCreator()
      The creator
    • getOpenIssues

      public int getOpenIssues()
      The open issues
    • getClosedIssues

      public int getClosedIssues()
      The closed issues
    • getState

      public String getState()
      The state
    • getCreatedAt

      public String getCreatedAt()
      The closed datetime
    • getUpdatedAt

      public String getUpdatedAt()
      The updated datetime
    • getDueOn

      public String getDueOn()
      The due datetime
    • getClosedAt

      public String getClosedAt()
      The closed datetime