Interface UpdateLspOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<UpdateLspOutput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, OperationResult, org.opendaylight.yangtools.yang.binding.RpcOutput

    public interface UpdateLspOutput
    extends OperationResult, org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<UpdateLspOutput>

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

     output output {
       uses operation-result;
     }
     
    The schema path to identify an instance is network-topology-pcep/update-lsp/output

    To create instances of this class use UpdateLspOutputBuilder.

    See Also:
    UpdateLspOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<UpdateLspOutput> 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 OperationResult
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcOutput