public final class DefaultRobotLibrary extends java.lang.Object implements RobotLibrary
| Constructor and Description |
|---|
DefaultRobotLibrary()
Constructor.
|
| 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.
|
public 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 java.lang.Objectobj - 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 java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectRoboSuite Java API, v11.4.7880