public class BridgeKeepAliveResponse extends Object
| Constructor and Description |
|---|
BridgeKeepAliveResponse()
Instantiates a new bridge keep alive response.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAppID()
Gets the app id.
|
String |
getDescription()
Gets the description.
|
String |
getEndpointType()
Gets the endpoint type.
|
String |
getReason()
Gets the reason.
|
String |
getStatus()
Gets the status.
|
String |
getUserID()
Gets the user id.
|
String |
getVersion()
Gets the version.
|
void |
setAppID(int appID)
Sets the app id.
|
void |
setDescription(String description)
Sets the description.
|
void |
setEndpointType(String endpointType)
Sets the endpoint type.
|
void |
setReason(String reason)
Sets the reason.
|
void |
setStatus(String status)
Sets the status.
|
void |
setUserID(String userID)
Sets the user id.
|
void |
setVersion(String version)
Sets the version.
|
public BridgeKeepAliveResponse()
public int getAppID()
public void setAppID(int appID)
appID - the new app idpublic String getUserID()
public void setUserID(String userID)
userID - the new user idpublic String getVersion()
public void setVersion(String version)
version - the new versionpublic String getEndpointType()
public void setEndpointType(String endpointType)
endpointType - the new endpoint typepublic String getStatus()
public void setStatus(String status)
status - the new statuspublic String getReason()
public void setReason(String reason)
reason - the new reasonpublic String getDescription()
public void setDescription(String description)
description - the new descriptionCopyright © 2016. All rights reserved.