com.atlassian.jira.gadgets.system
Class RecentlyCreatedChartResource.DataRow

java.lang.Object
  extended by com.atlassian.jira.gadgets.system.RecentlyCreatedChartResource.DataRow
Enclosing class:
RecentlyCreatedChartResource

public static class RecentlyCreatedChartResource.DataRow
extends Object


Constructor Summary
RecentlyCreatedChartResource.DataRow()
           
RecentlyCreatedChartResource.DataRow(Object key, int createdValue, int resolvedValue, String resolvedUrl, int unresolvedValue, String unresolvedUrl)
           
 
Method Summary
 boolean equals(Object o)
           
 int getCreatedValue()
           
 String getKey()
           
 Object getRawKey()
           
 String getResolvedUrl()
           
 int getResolvedValue()
           
 String getUnresolvedUrl()
           
 int getUnresolvedValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecentlyCreatedChartResource.DataRow

public RecentlyCreatedChartResource.DataRow()

RecentlyCreatedChartResource.DataRow

public RecentlyCreatedChartResource.DataRow(Object key,
                                            int createdValue,
                                            int resolvedValue,
                                            String resolvedUrl,
                                            int unresolvedValue,
                                            String unresolvedUrl)
Method Detail

getKey

public String getKey()

getRawKey

public Object getRawKey()

getCreatedValue

public int getCreatedValue()

getResolvedValue

public int getResolvedValue()

getResolvedUrl

public String getResolvedUrl()

getUnresolvedValue

public int getUnresolvedValue()

getUnresolvedUrl

public String getUnresolvedUrl()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.