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 |
|---|---|
static List<com.google.common.collect.Range<BigInteger>> |
_mask_range()
Deprecated.
This method is slated for removal in a future release. See BUG-1485 for details.
|
static List<com.google.common.collect.Range<BigInteger>> |
_port_range()
Deprecated.
This method is slated for removal in a future release. See BUG-1485 for details.
|
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.rev100924.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.rev100924.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.rev100924.PortNumber getPort()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfUdpDst>> E getAugmentation(Class<E> augmentationType)
public NxmOfUdpDstBuilder setMask(Integer value)
@Deprecated public static List<com.google.common.collect.Range<BigInteger>> _mask_range()
public NxmOfUdpDstBuilder setPort(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.PortNumber value)
@Deprecated public static List<com.google.common.collect.Range<BigInteger>> _port_range()
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. All rights reserved.