Interface IdAttributes

    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getUuid()
        Return uuid, or null if it is not present.
             
                 UUID to index this neutron object.
             
         
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid uuid, or null if it is not present.
      • getTenantId

        @Deprecated
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getTenantId()
        Deprecated.
        Return tenantId, or null if it is not present.
             
                 The UUID of the tenant that will own the object.
             
         
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid tenantId, or null if it is not present.
      • getProjectId

        String getProjectId()
        Return projectId, or null if it is not present.
             
                 The id of the project.
             
         
        Returns:
        java.lang.String projectId, or null if it is not present.
      • getRevisionNumber

        Long getRevisionNumber()
        Return revisionNumber, or null if it is not present.
             
                 The revision number of the resource. Used as monotonic counter that is updated
                 whenever an object is updated on neutron server
             
         
        Returns:
        java.lang.Long revisionNumber, or null if it is not present.