Package com.longbridge.agent
Class Workspace
- java.lang.Object
-
- com.longbridge.agent.Workspace
-
public class Workspace extends Object
A Workspace the current account belongs to
-
-
Constructor Summary
Constructors Constructor Description Workspace()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCreatedAt()Returns the creation time, Unix timestamp in seconds.StringgetId()Returns the Workspace ID.StringgetName()Returns the Workspace name.longgetUpdatedAt()Returns the last updated time, Unix timestamp in seconds.StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
Returns the Workspace ID.- Returns:
- Workspace ID
-
getName
public String getName()
Returns the Workspace name.- Returns:
- Workspace name
-
getCreatedAt
public long getCreatedAt()
Returns the creation time, Unix timestamp in seconds.- Returns:
- creation time
-
getUpdatedAt
public long getUpdatedAt()
Returns the last updated time, Unix timestamp in seconds.- Returns:
- last updated time
-
-