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