|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectio.keen.client.java.KeenProject
public class KeenProject
Encapsulation of a single Keen project, including read/write keys.
| Constructor Summary | |
|---|---|
KeenProject()
|
|
KeenProject(java.lang.String projectId,
java.lang.String writeKey,
java.lang.String readKey)
Construct a Keen project. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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.| Method Detail |
|---|
public java.lang.String getProjectId()
KeenClient.
public java.lang.String getReadKey()
KeenClient.
public java.lang.String getWriteKey()
KeenClient.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||