public static class Platform.PlatformChild extends Object implements Validatable
| Modifier and Type | Field and Description |
|---|---|
Boolean |
enabled |
Integer |
interval |
TimeUnits |
timeUnits |
| Constructor and Description |
|---|
PlatformChild() |
PlatformChild(Boolean e,
Integer i,
TimeUnits t) |
PlatformChild(Platform.PlatformChild 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 PlatformChild()
public PlatformChild(Platform.PlatformChild 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.