Package com.thecoderscorner.menu.remote
Class RemoteInformation
java.lang.Object
com.thecoderscorner.menu.remote.RemoteInformation
Represents the remote connection details, such as name and version.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRemoteInformation(String name, UUID uuid, int serialNumber, int major, int minor, ApiPlatform platform) -
Method Summary
-
Field Details
-
NOT_CONNECTED
-
-
Constructor Details
-
Method Details
-
getName
the name of the remote -
getUuid
- Returns:
- the uuid of the remote party
-
getPlatform
the platform type of the remote host -
getMajorVersion
public int getMajorVersion()the major version of the remote host -
getMinorVersion
public int getMinorVersion()the minor version of the remote host -
getSerialNumber
public int getSerialNumber()the serial number -
toString
-