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, wait
getLowerCaseName
public DefaultActor(@Nonnull Client.WithManagement client, @Nonnull String name)
client
- clientname
- name@Nonnull public Client.WithManagement getClient()
ClientLinked
getClient
in interface ClientLinked
public long getCreationTime()
Snapshot
getCreationTime
in interface Snapshot
System.currentTimeMillis()
@Nonnull public String getName()
Actor
Copyright © 2013–2019 Kitteh. All rights reserved.