public class HealthCheckInputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<HealthCheckInput>
HealthCheckInput instances.HealthCheckInput| Constructor and Description |
|---|
HealthCheckInputBuilder() |
HealthCheckInputBuilder(HealthCheckInput base) |
HealthCheckInputBuilder(OcpHeader arg) |
| Modifier and Type | Method and Description |
|---|---|
HealthCheckInputBuilder |
addAugmentation(Class<? extends Augmentation<HealthCheckInput>> augmentationType,
Augmentation<HealthCheckInput> augmentation) |
HealthCheckInput |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
<E extends Augmentation<HealthCheckInput>> |
getAugmentation(Class<E> augmentationType) |
OcpMsgType |
getMsgType() |
XsdUnsignedShort |
getTcpLinkMonTimeout() |
Long |
getXid() |
HealthCheckInputBuilder |
removeAugmentation(Class<? extends Augmentation<HealthCheckInput>> augmentationType) |
HealthCheckInputBuilder |
setMsgType(OcpMsgType value) |
HealthCheckInputBuilder |
setTcpLinkMonTimeout(XsdUnsignedShort value) |
HealthCheckInputBuilder |
setXid(Long value) |
public HealthCheckInputBuilder()
public HealthCheckInputBuilder(OcpHeader arg)
public HealthCheckInputBuilder(HealthCheckInput base)
public void fieldsFrom(DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic OcpMsgType getMsgType()
public XsdUnsignedShort getTcpLinkMonTimeout()
public Long getXid()
public <E extends Augmentation<HealthCheckInput>> E getAugmentation(Class<E> augmentationType)
public HealthCheckInputBuilder setMsgType(OcpMsgType value)
public HealthCheckInputBuilder setTcpLinkMonTimeout(XsdUnsignedShort value)
public HealthCheckInputBuilder setXid(Long value)
public HealthCheckInputBuilder addAugmentation(Class<? extends Augmentation<HealthCheckInput>> augmentationType, Augmentation<HealthCheckInput> augmentation)
public HealthCheckInputBuilder removeAugmentation(Class<? extends Augmentation<HealthCheckInput>> augmentationType)
public HealthCheckInput build()
build in interface org.opendaylight.yangtools.concepts.Builder<HealthCheckInput>Copyright © 2016 OpenDaylight. All rights reserved.