Interface OfListTlv

  • 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 OfListTlv
    extends org.opendaylight.yangtools.yang.binding.DataObject
    OF-List TLV

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

     grouping of-list-tlv {
       container of-list {
         uses tlv;
         leaf-list codes {
           type of-id;
         }
       }
     }
     
    • 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 OfListTlv> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getOfList

        OfList getOfList()
        Return ofList, or null if it is not present.
        Returns:
        OfList ofList, or null if it is not present.