Interface OrderTlv

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

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

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

     grouping order-tlv {
       container order {
         uses tlv;
         leaf delete {
           type uint32;
         }
         leaf setup {
           type uint32;
         }
       }
     }
     
    The schema path to identify an instance is pcep-typesorder-tlv
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        Order getOrder()
        Return order, or null if it is not present.
        Returns:
        Order order, or null if it is not present.