Interface SrlgSubobject

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, CSubobject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Srlg

    @Generated("mdsal-binding-generator")
    public interface SrlgSubobject
    extends org.opendaylight.yangtools.yang.binding.DataObject, CSubobject

    This class represents the following YANG schema fragment defined in module rsvp

     grouping srlg-subobject {
       uses c-subobject;
       leaf srlg-id {
         type srlg-id;
       }
     }
     
    The schema path to identify an instance is rsvp/srlg-subobject
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        SrlgId getSrlgId()
        Return srlgId, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.SrlgId srlgId, or null if it is not present.