Interface SrpObject

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Reports, Requests, Srps, Updates

    public interface SrpObject
    extends org.opendaylight.yangtools.yang.binding.DataObject
    SRP Object

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

     grouping srp-object {
       container srp {
         uses pcep:object;
         container tlvs {
           uses symbolic-path-name-tlv;
           uses pcep:vendor-information-tlvs;
           uses pcep:path-setup-type-tlv;
         }
         leaf operation-id {
           type srp-id-number;
         }
       }
     }
     
    The schema path to identify an instance is odl-pcep-ietf-stateful07/srp-object
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends SrpObject> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getSrp

        @Nullable Srp getSrp()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev181109.srp.object.Srp srp, or null if not present