Package org.opendaylight.yang.gen.v1.urn.opendaylight.opendaylight.ipv6.arbitrary.bitmask.fields.rev160224
Interface Ipv6MatchArbitraryBitmaskFields
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Ipv6MatchArbitraryBitMask
@Generated("mdsal-binding-generator")
public interface Ipv6MatchArbitraryBitmaskFields
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module opendaylight-ipv6-arbitrary-bitmask-fields
grouping ipv6-match-arbitrary-bitmask-fields { leaf ipv6-source-address-no-mask { type inet:ipv6-address; } leaf ipv6-source-arbitrary-bitmask { type ipv6-arbitrary-mask; } leaf ipv6-destination-address-no-mask { type inet:ipv6-address; } leaf ipv6-destination-arbitrary-bitmask { type ipv6-arbitrary-mask; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address
Return ipv6DestinationAddressNoMask, ornull
if it is not present.Return ipv6DestinationArbitraryBitmask, ornull
if it is not present.org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address
Return ipv6SourceAddressNoMask, ornull
if it is not present.Return ipv6SourceArbitraryBitmask, ornull
if it is not present.Class<? extends Ipv6MatchArbitraryBitmaskFields>
default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address
Return ipv6DestinationAddressNoMask, guaranteed to be non-null.default @NonNull Ipv6ArbitraryMask
Return ipv6DestinationArbitraryBitmask, guaranteed to be non-null.default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address
Return ipv6SourceAddressNoMask, guaranteed to be non-null.default @NonNull Ipv6ArbitraryMask
Return ipv6SourceArbitraryBitmask, guaranteed to be non-null.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends Ipv6MatchArbitraryBitmaskFields> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getIpv6SourceAddressNoMask
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address getIpv6SourceAddressNoMask()Return ipv6SourceAddressNoMask, ornull
if it is not present.IPv6 source address with no mask.
- Returns:
Ipv6Address
ipv6SourceAddressNoMask, ornull
if it is not present.
-
requireIpv6SourceAddressNoMask
default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address requireIpv6SourceAddressNoMask()Return ipv6SourceAddressNoMask, guaranteed to be non-null.IPv6 source address with no mask.
- Returns:
Ipv6Address
ipv6SourceAddressNoMask, guaranteed to be non-null.- Throws:
NoSuchElementException
- if ipv6SourceAddressNoMask is not present
-
getIpv6SourceArbitraryBitmask
Ipv6ArbitraryMask getIpv6SourceArbitraryBitmask()Return ipv6SourceArbitraryBitmask, ornull
if it is not present.Arbitrary bit mask of IPv6 source address.
- Returns:
Ipv6ArbitraryMask
ipv6SourceArbitraryBitmask, ornull
if it is not present.
-
requireIpv6SourceArbitraryBitmask
Return ipv6SourceArbitraryBitmask, guaranteed to be non-null.Arbitrary bit mask of IPv6 source address.
- Returns:
Ipv6ArbitraryMask
ipv6SourceArbitraryBitmask, guaranteed to be non-null.- Throws:
NoSuchElementException
- if ipv6SourceArbitraryBitmask is not present
-
getIpv6DestinationAddressNoMask
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address getIpv6DestinationAddressNoMask()Return ipv6DestinationAddressNoMask, ornull
if it is not present.IPv6 destination address with no mask.
- Returns:
Ipv6Address
ipv6DestinationAddressNoMask, ornull
if it is not present.
-
requireIpv6DestinationAddressNoMask
default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address requireIpv6DestinationAddressNoMask()Return ipv6DestinationAddressNoMask, guaranteed to be non-null.IPv6 destination address with no mask.
- Returns:
Ipv6Address
ipv6DestinationAddressNoMask, guaranteed to be non-null.- Throws:
NoSuchElementException
- if ipv6DestinationAddressNoMask is not present
-
getIpv6DestinationArbitraryBitmask
Ipv6ArbitraryMask getIpv6DestinationArbitraryBitmask()Return ipv6DestinationArbitraryBitmask, ornull
if it is not present.Arbitrary bit mask of IPv6 destination address.
- Returns:
Ipv6ArbitraryMask
ipv6DestinationArbitraryBitmask, ornull
if it is not present.
-
requireIpv6DestinationArbitraryBitmask
Return ipv6DestinationArbitraryBitmask, guaranteed to be non-null.Arbitrary bit mask of IPv6 destination address.
- Returns:
Ipv6ArbitraryMask
ipv6DestinationArbitraryBitmask, guaranteed to be non-null.- Throws:
NoSuchElementException
- if ipv6DestinationArbitraryBitmask is not present
-