public class Diagnostics extends Object implements Validatable
| Modifier and Type | Class and Description |
|---|---|
static class |
Diagnostics.ReportTo |
| Modifier and Type | Field and Description |
|---|---|
Boolean |
enabled |
Integer |
interval |
Diagnostics.ReportTo |
reportTo |
TimeUnits |
timeUnits |
| Constructor and Description |
|---|
Diagnostics() |
Diagnostics(Diagnostics original) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Checks the state of the object to ensure it is valid.
|
public Boolean enabled
public Integer interval
public TimeUnits timeUnits
public Diagnostics.ReportTo reportTo
public Diagnostics()
public Diagnostics(Diagnostics original)
public void validate()
throws Exception
Validatablevalidate in interface ValidatableException - if the state of the object is not validCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.