Interface Srp

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Srp>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<SrpObject>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Object, ObjectHeader

    public interface Srp
    extends org.opendaylight.yangtools.yang.binding.ChildOf<SrpObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Srp>, Object

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

     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/srp

    To create instances of this class use SrpBuilder.

    See Also:
    SrpBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Srp> 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 Object
        Specified by:
        implementedInterface in interface ObjectHeader
      • getTlvs

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

        @Nullable SrpIdNumber getOperationId()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev181109.SrpIdNumber operationId, or null if not present