public final class InfoResponse extends Response
extendedInformation| Constructor and Description |
|---|
InfoResponse(String name,
String version,
String buildNumber,
String buildTime,
Boolean versionChecked)
constructor for
InfoResponse |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
if the param is a
InfoResponse, compare contents for equality |
String |
getBuildNumber()
get the build number
|
String |
getBuildTime()
get the build time
|
String |
getName()
get the name
|
String |
getVersion()
get the version
|
int |
hashCode() |
Boolean |
isVersionChecked()
is client version checked to be compatible
|
getExtendedInformationpublic String getName()
public String getVersion()
public String getBuildNumber()
public String getBuildTime()
public Boolean isVersionChecked()
Copyright © 2014–2016 Basis Technology Corp.. All rights reserved.