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:
OpenMessage, Session

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

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

 grouping open-object {
   container open {
     uses object;
     container tlvs {
       uses of-list-tlv;
       uses vendor-information-tlvs;
     }
     leaf version {
       type protocol-version;
       default 1;
     }
     leaf keepalive {
       type uint8 {
         range 0..255;
       }
     }
     leaf dead-timer {
       type uint8 {
         range 0..255;
       }
     }
     leaf session-id {
       type uint8;
     }
   }
 }
 
  • Method Summary

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

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

    implementedInterface
  • Method Details

    • getOpen

      Open getOpen()
      Return open, or null if it is not present.
      Returns:
      Open open, or null if it is not present.
    • nonnullOpen

      @NonNull Open nonnullOpen()
      Return open, or an empty instance if it is not present.
      Returns:
      Open open, or an empty instance if it is not present.