public class DefaultActor extends Object implements Actor
| Constructor and Description |
|---|
DefaultActor(Client.WithManagement client,
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.
|
String |
getName()
Gets the Actor's name.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLowerCaseNamepublic DefaultActor(@Nonnull Client.WithManagement client, @Nonnull String name)
client - clientname - name@Nonnull public Client.WithManagement getClient()
ClientLinkedgetClient in interface ClientLinkedpublic long getCreationTime()
SnapshotgetCreationTime in interface SnapshotSystem.currentTimeMillis()@Nonnull public String getName()
ActorCopyright © 2013–2019 Kitteh. All rights reserved.