public class VersionInfoDto extends Object
Constructor and Description |
---|
VersionInfoDto() |
Modifier and Type | Method and Description |
---|---|
Version |
getLocalVersion()
Gets the version of the system which created this
VersionInfoDto . |
Version |
getMinimumRemoteVersion()
Gets the minimum version expected from its remote peer by the system which created this
VersionInfoDto . |
void |
setLocalVersion(Version localVersion) |
void |
setMinimumRemoteVersion(Version minimumRemoteVersion) |
protected String |
toString_getProperties() |
String |
toString() |
public VersionInfoDto()
public Version getLocalVersion()
VersionInfoDto
.
Thus, if the server is asked for its version, this property represents the server's version.
null
.public void setLocalVersion(Version localVersion)
public Version getMinimumRemoteVersion()
VersionInfoDto
.
Thus, if the server is asked for this instance, this property represents the client's minimum version required.
If this VersionInfoDto
was created by the client, this property represents the
server's minimum version expected by the client.
null
.public void setMinimumRemoteVersion(Version minimumRemoteVersion)
protected String toString_getProperties()
Copyright © 2013–2019. All rights reserved.