public abstract class Source extends Object
Constructor and Description |
---|
Source() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Reporting |
getReporting() |
SourceType |
getType() |
int |
hashCode() |
void |
setReporting(Reporting reporting)
Sets the OK/WARNING/CRTICAL structures.
|
void |
setType(SourceType type) |
public SourceType getType()
public void setType(SourceType type)
type
- the type to set.public Reporting getReporting()
public void setReporting(Reporting reporting)
reporting
- the reporting structure or null
for none.Copyright © 2022 Apache Software Foundation. All rights reserved.