public class AggregateStatusDefinition extends Object
| Constructor and Description | 
|---|
AggregateStatusDefinition()
Constructor for AggregateStatusDefinition. 
 | 
AggregateStatusDefinition(String aggrStatus,
                         Set<OnmsCategory> categories)
Constructor for AggregateStatusDefinition. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<OnmsCategory> | 
getCategories()
getCategories 
 | 
Integer | 
getId()
getId 
 | 
String | 
getName()
getName 
 | 
String | 
getReportCategory()
getReportCategory 
 | 
void | 
setCategories(Set<OnmsCategory> categories)
setCategories 
 | 
void | 
setId(Integer id)
setId 
 | 
void | 
setName(String name)
setName 
 | 
void | 
setReportCategory(String reportCategory)
setReportCategory 
 | 
String | 
toString()
toString 
 | 
public AggregateStatusDefinition()
Constructor for AggregateStatusDefinition.
public AggregateStatusDefinition(String aggrStatus, Set<OnmsCategory> categories)
Constructor for AggregateStatusDefinition.
public Set<OnmsCategory> getCategories()
getCategories
Set object.public void setCategories(Set<OnmsCategory> categories)
setCategories
categories - a Set object.public String toString()
toString
Copyright © 2020. All rights reserved.