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:
CCloseMessage

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

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

 grouping close-object {
   container c-close {
     uses object;
     leaf reason {
       type uint8;
     }
     container tlvs {
       uses vendor-information-tlvs;
     }
   }
 }
 
  • Method Summary

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

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

    implementedInterface
  • Method Details

    • getCClose

      CClose getCClose()
      Return cClose, or null if it is not present.
      Returns:
      CClose cClose, or null if it is not present.
    • nonnullCClose

      @NonNull CClose nonnullCClose()
      Return cClose, or an empty instance if it is not present.
      Returns:
      CClose cClose, or an empty instance if it is not present.