public class BridgeKeepAliveMessage extends Object
| Constructor and Description |
|---|
BridgeKeepAliveMessage(int appID,
String bridgeID,
String version,
String apiTS,
String token)
Instantiates a new bridge keep alive message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApiTS()
Gets the api ts.
|
int |
getAppID()
Gets the app id.
|
String |
getBridgeID()
Gets the bridge id.
|
String |
getToken()
Gets the token.
|
String |
getVersion()
Gets the version.
|
void |
setApiTS(String apiTS)
Sets the api ts.
|
void |
setAppID(int appID)
Sets the app id.
|
void |
setBridgeID(String bridgeID)
Sets the bridge id.
|
void |
setToken(String token)
Sets the token.
|
void |
setVersion(String version)
Sets the version.
|
public int getAppID()
public void setAppID(int appID)
appID - the new app idpublic String getBridgeID()
public void setBridgeID(String bridgeID)
bridgeID - the new bridge idpublic String getVersion()
public void setVersion(String version)
version - the new versionpublic String getApiTS()
public void setApiTS(String apiTS)
apiTS - the new api tspublic String getToken()
public void setToken(String token)
token - the new tokenCopyright © 2016. All rights reserved.