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

    @Generated("mdsal-binding-generator")
    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-stateful

     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;
         }
       }
     }
     
    • 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 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

        Srp getSrp()
        Return srp, or null if it is not present.
        Returns:
        Srp srp, or null if it is not present.