Interface Srps

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Srps>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Stateful>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, SrpObject

    public interface Srps
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Stateful>, org.opendaylight.yangtools.yang.binding.Augmentable<Srps>, SrpObject

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

     list srps {
       uses srp-object;
     }
     
    The schema path to identify an instance is odl-pcep-ietf-stateful07/pcerr/pcerr-message/error-type/(urn:opendaylight:params:xml:ns:yang:pcep:ietf:stateful?revision=2018-11-09)stateful-case/stateful/srps

    To create instances of this class use SrpsBuilder.

    See Also:
    SrpsBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default Class<Srps> implementedInterface()  
      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.Augmentable

        augmentation
      • Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev181109.SrpObject

        getSrp
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Srps> 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 SrpObject