Class AccessGroupImpl

java.lang.Object
io.aether.cloud.client.AccessGroupImpl
All Implemented Interfaces:
io.aether.common.AccessGroupI

public abstract class AccessGroupImpl extends Object implements io.aether.common.AccessGroupI
  • Field Details

    • id

      protected final long id
    • data

      protected final Set<UUID> data
    • owner

      protected final UUID owner
  • Constructor Details

    • AccessGroupImpl

      public AccessGroupImpl(io.aether.api.common.AccessGroup accessGroup)
  • Method Details

    • getId

      public long getId()
      Specified by:
      getId in interface io.aether.common.AccessGroupI
    • getOwner

      public UUID getOwner()
      Specified by:
      getOwner in interface io.aether.common.AccessGroupI
    • contains

      public io.aether.utils.futures.ARFuture<Boolean> contains(UUID uid)
      Specified by:
      contains in interface io.aether.common.AccessGroupI