Class RemoteInformation


  • public class RemoteInformation
    extends java.lang.Object
    Represents the remote connection details, such as name and version.
    • Constructor Detail

      • RemoteInformation

        public RemoteInformation​(java.lang.String name,
                                 int major,
                                 int minor,
                                 ApiPlatform platform)
    • Method Detail

      • getName

        public java.lang.String getName()
        the name of the remote
      • 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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object