com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client
Class IssueTransitionsMeta.JsonType

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.bundledplugins2.rest.client.IssueTransitionsMeta.JsonType
Enclosing class:
IssueTransitionsMeta

public static class IssueTransitionsMeta.JsonType
extends Object


Field Summary
 String custom
           
 Long customId
           
 String items
           
 String system
           
 String type
           
 
Constructor Summary
IssueTransitionsMeta.JsonType()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public String type

items

public String items

system

public String system

custom

public String custom

customId

public Long customId
Constructor Detail

IssueTransitionsMeta.JsonType

public IssueTransitionsMeta.JsonType()
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.