Interface StatefulTlv

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<StatefulTlv>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<PathComputationClient>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface StatefulTlv
    extends org.opendaylight.yangtools.yang.binding.ChildOf<PathComputationClient>, org.opendaylight.yangtools.yang.binding.Augmentable<StatefulTlv>

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

     container stateful-tlv;
     
    The schema path to identify an instance is network-topology-pcep/pcep-client-attributes/path-computation-client/stateful-tlv

    To create instances of this class use StatefulTlvBuilder.

    See Also:
    StatefulTlvBuilder
    • 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<StatefulTlv> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject