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 |
|---|---|
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.
|
NxmOfUdpSrcBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfUdpSrc>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfUdpSrc> augmentation) |
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.rev100924.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.rev100924.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.rev100924.PortNumber getPort()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfUdpSrc>> E getAugmentation(Class<E> augmentationType)
public NxmOfUdpSrcBuilder setMask(Integer value)
@Deprecated public static List<com.google.common.collect.Range<BigInteger>> _mask_range()
public NxmOfUdpSrcBuilder 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 NxmOfUdpSrcBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfUdpSrc>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfUdpSrc> augmentation)
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 © 2016. All rights reserved.