public class FindingsSummaryGroupInfo extends FindingsSummaryInfoBase implements java.io.Serializable
count, countRed
Constructor and Description |
---|
FindingsSummaryGroupInfo(java.lang.String groupName,
int count,
int countRed)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addTypeIdInfo(FindingsSummaryTypeIdInfo typeIdInfo)
Adds the given group info to this category info.
|
java.lang.String |
getGroup()
Returns the finding group.
|
java.util.List<FindingsSummaryTypeIdInfo> |
getTypeIdInfos()
Returns the TypeId infos.
|
getCount, getCountRed
public FindingsSummaryGroupInfo(java.lang.String groupName, int count, int countRed)
public java.lang.String getGroup()
public java.util.List<FindingsSummaryTypeIdInfo> getTypeIdInfos()
public void addTypeIdInfo(FindingsSummaryTypeIdInfo typeIdInfo)