Interface OpenObject

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    OpenMessage, Session

    @Generated("mdsal-binding-generator")
    public interface OpenObject
    extends org.opendaylight.yangtools.yang.binding.DataObject
    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;
         }
       }
     }
     
    • 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 OpenObject> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getOpen

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