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