public class DefaultActor extends Object implements Actor
| Constructor and Description |
|---|
DefaultActor(Client.WithManagement client,
@NonNull String name)
Constructs this object.
|
| Modifier and Type | Method and Description |
|---|---|
Client.WithManagement |
getClient()
Gets the Client to which this belongs.
|
long |
getCreationTime()
Gets the time this snapshot was created.
|
@NonNull String |
getName()
Gets the Actor's name.
|
@NonNull String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLowerCaseNamepublic DefaultActor(Client.WithManagement client, @NonNull String name)
client - clientname - namepublic Client.WithManagement getClient()
ClientLinkedgetClient in interface ClientLinkedpublic long getCreationTime()
SnapshotgetCreationTime in interface SnapshotSystem.currentTimeMillis()public @NonNull String getName()
ActorCopyright © 2013–2021 Kitteh. All rights reserved.