public class SnapshotReportCategory
extends java.lang.Object
Constructor and Description |
---|
SnapshotReportCategory() |
Modifier and Type | Method and Description |
---|---|
ReportNameValuePair |
getByParamName(java.lang.String name) |
java.lang.String |
getCategoryName() |
ReportNameValuePair[] |
getNameValuePairs() |
void |
setCategoryName(java.lang.String categoryName) |
void |
setNameValuePairs(ReportNameValuePair[] nameValuePairs) |
public ReportNameValuePair getByParamName(java.lang.String name)
public java.lang.String getCategoryName()
public void setCategoryName(java.lang.String categoryName)
categoryName
- the categoryName to setpublic ReportNameValuePair[] getNameValuePairs()
public void setNameValuePairs(ReportNameValuePair[] nameValuePairs)
nameValuePairs
- the nameValuePairs to set