Interface Ipv4MatchArbitraryBitmaskFields

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Ipv4MatchArbitraryBitMask

    @Generated("mdsal-binding-generator")
    public interface Ipv4MatchArbitraryBitmaskFields
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module opendaylight-arbitrary-bitmask-fields

     grouping ipv4-match-arbitrary-bitmask-fields {
       leaf ipv4-source-address-no-mask {
         type inet:ipv4-address;
       }
       leaf ipv4-destination-address-no-mask {
         type inet:ipv4-address;
       }
       leaf ipv4-source-arbitrary-bitmask {
         type yang:dotted-quad;
       }
       leaf ipv4-destination-arbitrary-bitmask {
         type yang:dotted-quad;
       }
     }
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address getIpv4DestinationAddressNoMask()
      Return ipv4DestinationAddressNoMask, or null if it is not present.
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.DottedQuad getIpv4DestinationArbitraryBitmask()
      Return ipv4DestinationArbitraryBitmask, or null if it is not present.
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address getIpv4SourceAddressNoMask()
      Return ipv4SourceAddressNoMask, or null if it is not present.
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.DottedQuad getIpv4SourceArbitraryBitmask()
      Return ipv4SourceArbitraryBitmask, or null if it is not present.
      Class<? extends Ipv4MatchArbitraryBitmaskFields> implementedInterface()  
      default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address requireIpv4DestinationAddressNoMask()
      Return ipv4DestinationAddressNoMask, guaranteed to be non-null.
      default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.DottedQuad requireIpv4DestinationArbitraryBitmask()
      Return ipv4DestinationArbitraryBitmask, guaranteed to be non-null.
      default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address requireIpv4SourceAddressNoMask()
      Return ipv4SourceAddressNoMask, guaranteed to be non-null.
      default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.DottedQuad requireIpv4SourceArbitraryBitmask()
      Return ipv4SourceArbitraryBitmask, guaranteed to be non-null.
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends Ipv4MatchArbitraryBitmaskFields> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getIpv4SourceAddressNoMask

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address getIpv4SourceAddressNoMask()
        Return ipv4SourceAddressNoMask, or null if it is not present.
             
                 IPv4 source address with no mask.
             
         
        Returns:
        Ipv4Address ipv4SourceAddressNoMask, or null if it is not present.
      • requireIpv4SourceAddressNoMask

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address requireIpv4SourceAddressNoMask()
        Return ipv4SourceAddressNoMask, guaranteed to be non-null.
             
                 IPv4 source address with no mask.
             
         
        Returns:
        Ipv4Address ipv4SourceAddressNoMask, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if ipv4SourceAddressNoMask is not present
      • getIpv4DestinationAddressNoMask

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address getIpv4DestinationAddressNoMask()
        Return ipv4DestinationAddressNoMask, or null if it is not present.
             
                 IPv4 destination address with no mask.
             
         
        Returns:
        Ipv4Address ipv4DestinationAddressNoMask, or null if it is not present.
      • requireIpv4DestinationAddressNoMask

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address requireIpv4DestinationAddressNoMask()
        Return ipv4DestinationAddressNoMask, guaranteed to be non-null.
             
                 IPv4 destination address with no mask.
             
         
        Returns:
        Ipv4Address ipv4DestinationAddressNoMask, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if ipv4DestinationAddressNoMask is not present
      • getIpv4SourceArbitraryBitmask

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.DottedQuad getIpv4SourceArbitraryBitmask()
        Return ipv4SourceArbitraryBitmask, or null if it is not present.
             
                 Arbitrary bit mask of IPv4 source address.
             
         
        Returns:
        DottedQuad ipv4SourceArbitraryBitmask, or null if it is not present.
      • requireIpv4SourceArbitraryBitmask

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.DottedQuad requireIpv4SourceArbitraryBitmask()
        Return ipv4SourceArbitraryBitmask, guaranteed to be non-null.
             
                 Arbitrary bit mask of IPv4 source address.
             
         
        Returns:
        DottedQuad ipv4SourceArbitraryBitmask, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if ipv4SourceArbitraryBitmask is not present
      • getIpv4DestinationArbitraryBitmask

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.DottedQuad getIpv4DestinationArbitraryBitmask()
        Return ipv4DestinationArbitraryBitmask, or null if it is not present.
             
                 Arbitrary bit mask of IPv4 destination address.
             
         
        Returns:
        DottedQuad ipv4DestinationArbitraryBitmask, or null if it is not present.
      • requireIpv4DestinationArbitraryBitmask

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.DottedQuad requireIpv4DestinationArbitraryBitmask()
        Return ipv4DestinationArbitraryBitmask, guaranteed to be non-null.
             
                 Arbitrary bit mask of IPv4 destination address.
             
         
        Returns:
        DottedQuad ipv4DestinationArbitraryBitmask, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if ipv4DestinationArbitraryBitmask is not present