public static class Platform.PlatformChild extends Object implements Validatable
| Constructor and Description |
|---|
PlatformChild() |
PlatformChild(Boolean e,
Integer i,
TimeUnits t) |
PlatformChild(Platform.PlatformChild original) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnabled() |
Integer |
getInterval() |
TimeUnits |
getTimeUnits() |
void |
setEnabled(Boolean enabled) |
void |
setInterval(Integer interval) |
void |
setTimeUnits(TimeUnits timeUnits) |
void |
validate()
Checks the state of the object to ensure it is valid.
|
public PlatformChild()
public PlatformChild(Platform.PlatformChild original)
public void validate()
throws Exception
Validatablevalidate in interface ValidatableException - if the state of the object is not validpublic Boolean getEnabled()
public void setEnabled(Boolean enabled)
public Integer getInterval()
public void setInterval(Integer interval)
public TimeUnits getTimeUnits()
public void setTimeUnits(TimeUnits timeUnits)
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.