Interface Icmpv4MatchFields

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

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

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

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

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint8 getIcmpv4Type()
        Return icmpv4Type, or null if it is not present.
             
                 ICMP type.
             
         
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 icmpv4Type, or null if it is not present.
      • getIcmpv4Code

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