Interface Codes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Codes>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Flowspec>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, NumericOneByteValue

    public interface Codes
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Flowspec>, org.opendaylight.yangtools.yang.binding.Augmentable<Codes>, NumericOneByteValue

    This class represents the following YANG schema fragment defined in module bgp-flowspec

     list codes {
       uses numeric-one-byte-value;
     }
     
    The schema path to identify an instance is bgp-flowspec/flowspec-destination/flowspec/flowspec-type/icmp-code-case/codes

    To create instances of this class use CodesBuilder.

    See Also:
    CodesBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Codes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface NumericOneByteValue