Class JsonTypeBean

java.lang.Object
com.atlassian.jira.rest.api.issue.JsonTypeBean

public class JsonTypeBean extends Object
JSON-marshalling version of JsonType
Since:
v5.0
  • Constructor Details

    • JsonTypeBean

      public JsonTypeBean()
    • JsonTypeBean

      public JsonTypeBean(String type, String items, String system, String custom, Long customId)
    • JsonTypeBean

      public JsonTypeBean(JsonType jsonType)
  • Method Details

    • getType

      public String getType()
    • getItems

      public String getItems()
    • getSystem

      public String getSystem()
    • getCustom

      public String getCustom()
    • getCustomId

      public Long getCustomId()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object