public final class ThreadDumpRequest extends RQLRequest
AUTHENTICATION_ENABLED_PREFIX, TRIAL_VERSION_LIMITATION_PREFIX
Constructor and Description |
---|
ThreadDumpRequest()
Constructor.
|
ThreadDumpRequest(java.lang.String username,
java.lang.String password)
Constructs a PingRequest with credentials.
|
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.
|
getHostName, getIPAddress, getPassword, getUsername
public ThreadDumpRequest()
public ThreadDumpRequest(java.lang.String username, java.lang.String password)
username
- username used for authenticating this requestpassword
- password used for authenticating this requestpublic 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 RQLRequest
obj
- 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 RQLRequest
public java.lang.String toString()
toString
in class RQLRequest
RoboSuite Java API, v11.4.7880