public static class

RecentlyCreatedChartResource.DataRow

extends Object
java.lang.Object
   ↳ com.atlassian.jira.gadgets.system.RecentlyCreatedChartResource.DataRow

Summary

Public Constructors
RecentlyCreatedChartResource.DataRow()
RecentlyCreatedChartResource.DataRow(Object key, int createdValue, int resolvedValue, String resolvedUrl, int unresolvedValue, String unresolvedUrl)
Public Methods
boolean equals(Object o)
int getCreatedValue()
String getKey()
Object getRawKey()
String getResolvedUrl()
int getResolvedValue()
String getUnresolvedUrl()
int getUnresolvedValue()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RecentlyCreatedChartResource.DataRow ()

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

Public Methods

public boolean equals (Object o)

public int getCreatedValue ()

public String getKey ()

public Object getRawKey ()

public String getResolvedUrl ()

public int getResolvedValue ()

public String getUnresolvedUrl ()

public int getUnresolvedValue ()

public int hashCode ()

public String toString ()