com.atlassian.jira.rest.api.issue
Class JsonTypeBean

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

public class JsonTypeBean
extends Object

JSON-marshelling version of JsonType

Since:
v5.0

Constructor Summary
JsonTypeBean()
           
JsonTypeBean(String type, String items, String system, String custom, Long customid)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCustom()
           
 Long getCustomId()
           
 String getItems()
           
 String getSystem()
           
 String getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonTypeBean

public JsonTypeBean()

JsonTypeBean

public JsonTypeBean(String type,
                    String items,
                    String system,
                    String custom,
                    Long customid)
Method Detail

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.