Class RemoteInformation

java.lang.Object
com.thecoderscorner.menu.remote.RemoteInformation

public class RemoteInformation extends Object
Represents the remote connection details, such as name and version.
  • Field Details

  • Constructor Details

    • RemoteInformation

      public RemoteInformation(String name, UUID uuid, int major, int minor, ApiPlatform platform)
  • Method Details

    • getName

      public String getName()
      the name of the remote
    • getUuid

      public UUID getUuid()
      Returns:
      the uuid of the remote party
    • getPlatform

      public ApiPlatform 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
    • toString

      public String toString()
      Overrides:
      toString in class Object