public class

DeviceInfoResponse

extends Object
java.lang.Object
   ↳ com.commsignia.v2x.client.model.dev.DeviceInfoResponse

Class Overview

Represents the response to the device info request.

Summary

Public Constructors
DeviceInfoResponse(String version)
Creates a new instance.
Public Methods
boolean equals(Object o)
String getVersion()
Returns the device version contained in the response.
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DeviceInfoResponse (String version)

Creates a new instance.

Public Methods

public boolean equals (Object o)

public String getVersion ()

Returns the device version contained in the response.

Returns
  • device version

public int hashCode ()

public String toString ()