Interface Icmpv6MatchFields

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

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

    This class represents the following YANG schema fragment defined in module opendaylight-match-types

     grouping icmpv6-match-fields {
       leaf icmpv6-type {
         type uint8;
       }
       leaf icmpv6-code {
         type uint8;
       }
     }
     
    The schema path to identify an instance is opendaylight-match-types/icmpv6-match-fields
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint8 getIcmpv6Type()
        Return icmpv6Type, or null if it is not present.
             
                 ICMP type.
             
         
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 icmpv6Type, or null if it is not present.
      • getIcmpv6Code

        org.opendaylight.yangtools.yang.common.Uint8 getIcmpv6Code()
        Return icmpv6Code, or null if it is not present.
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 icmpv6Code, or null if it is not present.