public abstract class ServerInfoResponse extends ServerResponse
ServerInfoResponse is a ServerResponse that contains non-error
information related to the operation of the server sending the response.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns
true if this object and the specified object have the same property values, and
false otherwise. |
int |
hashCode()
Returns the hash code of this object based on property values.
|
java.lang.String |
toString()
Returns a human readable string representation of this object.
|
getDatepublic boolean equals(java.lang.Object obj)
true if this object and the specified object have the same property values, and
false otherwise.equals in class ServerResponseobj - the object to test for equality.true if this object and the specified object have the same property values, and
false otherwise.public int hashCode()
hashCode in class ServerResponsepublic java.lang.String toString()
toString in class ServerResponseRoboSuite Java API, v11.2.8