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