public class Robot
extends java.lang.Object
Constructor and Description |
---|
Robot(java.lang.String name,
java.lang.String version,
java.util.Date lastModified,
java.lang.String modifiedBy,
java.lang.String checksum)
Constructs a new Robot object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChecksum()
Gets the checksum of the body of the robot.
|
java.util.Date |
getLastModified()
gets date when the robot was last modified
|
java.lang.String |
getModifiedBy()
Gets the ID of the user who modified the robot most recently.
|
java.lang.String |
getName()
Gets the name of the robot
|
java.lang.String |
getVersion()
get the version
|
java.lang.String |
toString()
returns a string with all property values (subject to change, do not parse this string)
|
public Robot(java.lang.String name, java.lang.String version, java.util.Date lastModified, java.lang.String modifiedBy, java.lang.String checksum)
name
- the name of the robot.version
- the version number of the robot (product version it vas created of modified by).lastModified
- the date when the robot was last modifiedmodifiedBy
- the ID of the user who most recently has modified the robot in the repositorychecksum
- a checksum of the body of the robot itself (name, version, lastModified and modifiedBy are not
part of the checksum)public java.lang.String getName()
public java.lang.String getVersion()
public java.util.Date getLastModified()
public java.lang.String getModifiedBy()
public java.lang.String getChecksum()
public java.lang.String toString()
toString
in class java.lang.Object
RoboSuite Java API, v9.7.7763