public class NxmOfTcpSrcBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<NxmOfTcpSrc>
NxmOfTcpSrc instances.NxmOfTcpSrc| Constructor and Description |
|---|
NxmOfTcpSrcBuilder() |
NxmOfTcpSrcBuilder(NxmOfTcpSrc base) |
| Modifier and Type | Method and Description |
|---|---|
NxmOfTcpSrcBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfTcpSrc>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfTcpSrc> augmentationValue) |
NxmOfTcpSrc |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfTcpSrc>> |
getAugmentation(Class<E> augmentationType) |
Integer |
getMask() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber |
getPort() |
NxmOfTcpSrcBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfTcpSrc>> augmentationType) |
NxmOfTcpSrcBuilder |
setMask(Integer value) |
NxmOfTcpSrcBuilder |
setPort(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber value) |
public NxmOfTcpSrcBuilder()
public NxmOfTcpSrcBuilder(NxmOfTcpSrc base)
public Integer getMask()
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber getPort()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfTcpSrc>> E getAugmentation(Class<E> augmentationType)
public NxmOfTcpSrcBuilder setMask(Integer value)
public NxmOfTcpSrcBuilder setPort(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber value)
public NxmOfTcpSrcBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfTcpSrc>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfTcpSrc> augmentationValue)
public NxmOfTcpSrcBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfTcpSrc>> augmentationType)
public NxmOfTcpSrc build()
build in interface org.opendaylight.yangtools.concepts.Builder<NxmOfTcpSrc>Copyright © 2018 OpenDaylight. All rights reserved.