public class KeenProject
extends java.lang.Object
| Constructor and Description |
|---|
KeenProject() |
KeenProject(java.lang.String projectId,
java.lang.String writeKey,
java.lang.String readKey)
Construct a Keen project.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProjectId()
Getter for the Keen Project Id associated with this instance of the
KeenClient. |
java.lang.String |
getReadKey()
Getter for the Keen Read Key associated with this instance of the
KeenClient. |
java.lang.String |
getWriteKey()
Getter for the Keen Write Key associated with this instance of the
KeenClient. |
public KeenProject()
public KeenProject(java.lang.String projectId,
java.lang.String writeKey,
java.lang.String readKey)
projectId - The Keen IO Project ID.writeKey - Your Keen IO Write Key. This may be null if this project will only be used
for reading events.readKey - Your Keen IO Read Key. This may be null if this project will only be used
for writing events.public java.lang.String getProjectId()
KeenClient.public java.lang.String getReadKey()
KeenClient.public java.lang.String getWriteKey()
KeenClient.