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