public class CometdInfo extends Object
| Constructor and Description |
|---|
CometdInfo()
Instantiates a CometdInfo object.
|
CometdInfo(String user,
String userToken,
String cometdPath,
String container,
String docId)
Instantiates a CometdInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCometdPath()
Gets the cometdPath.
|
String |
getContainer()
Gets the container.
|
String |
getDocId()
Gets the docId.
|
String |
getUser()
Gets the user.
|
String |
getUserToken()
Gets the userToken.
|
void |
setCometdPath(String cometdPath)
Sets the cometdPath.
|
void |
setContainer(String container)
Sets the container.
|
void |
setDocId(String docId)
Sets the docId.
|
void |
setUser(String user)
Sets the user.
|
void |
setUserToken(String userToken)
Sets the userToken.
|
public CometdInfo(String user, String userToken, String cometdPath, String container, String docId)
user - the useruserToken - the userTokencometdPath - the cometdPathcontainer - the containerdocId - the docIdpublic CometdInfo()
public String getUser()
public void setUser(String user)
user - the userpublic String getUserToken()
public void setUserToken(String userToken)
userToken - the userTokenpublic String getCometdPath()
public void setCometdPath(String cometdPath)
cometdPath - the cometdPathpublic String getContainer()
public void setContainer(String container)
container - the containerpublic String getDocId()
public void setDocId(String docId)
docId - the docIdCopyright © 2003–2019 eXo Platform SAS. All rights reserved.