クラス IssueLabel

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.IssueLabel
すべての実装されたインタフェース:
Serializable, Cloneable, Map<String,​Object>

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

    • IssueLabel

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

    • 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
    • getId

      public int getId()
      The id
    • getNodeId

      public String getNodeId()
      The node id
    • getUrl

      public String getUrl()
      The url
    • getName

      public String getName()
      The name
    • getColor

      public String getColor()
      The color
    • isDefaultLabel

      public boolean isDefaultLabel()
      The default flag
    • getDescription

      public String getDescription()
      The description