All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.BindingObject, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.Grouping
All Known Subinterfaces:
Arguments2, Arguments3, P2mp1, P2p1, Path1, Reports, Requests, Tlvs4, Updates

@Generated("mdsal-binding-generator") public interface LspObject extends org.opendaylight.yangtools.binding.Grouping
LSP Object

This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful

 grouping lsp-object {
   container lsp {
     uses pcep:object;
     container tlvs {
       uses lsp-error-code-tlv;
       uses lsp-identifiers-tlv;
       uses rsvp-error-spec-tlv;
       uses symbolic-path-name-tlv;
       uses pcep:vs-tlv;
       uses pcep:vendor-information-tlvs;
       uses path-binding-tlv;
     }
     leaf plsp-id {
       type plsp-id;
     }
     leaf delegate {
       type boolean;
       default false;
     }
     leaf sync {
       type boolean;
       default false;
     }
     leaf remove {
       type boolean;
       default false;
     }
     leaf administrative {
       type boolean;
       default false;
     }
     leaf operational {
       type operational-status;
     }
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return lsp, or null if it is not present.
    @NonNull Lsp
    Return lsp, or an empty instance if it is not present.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getLsp

      Lsp getLsp()
      Return lsp, or null if it is not present.
      Returns:
      Lsp lsp, or null if it is not present.
    • nonnullLsp

      @NonNull Lsp nonnullLsp()
      Return lsp, or an empty instance if it is not present.
      Returns:
      Lsp lsp, or an empty instance if it is not present.