public class ScheduleRequest extends RQLRequest
AUTHENTICATION_ENABLED_PREFIX, TRIAL_VERSION_LIMITATION_PREFIX| Constructor and Description |
|---|
ScheduleRequest(java.util.List<ExecuteRequest> executeRequests,
java.lang.String scheduleId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Returns
true if this object and the specified object have the same property values, and
false otherwise. |
java.util.List<ExecuteRequest> |
getExecuteRequests() |
java.lang.String |
getScheduleId() |
int |
hashCode()
Returns the hash code of this object based on property values.
|
getHostName, getIPAddress, getPassword, getUsername, toStringpublic ScheduleRequest(java.util.List<ExecuteRequest> executeRequests, java.lang.String scheduleId)
public java.lang.String getScheduleId()
public java.util.List<ExecuteRequest> getExecuteRequests()
public boolean equals(java.lang.Object o)
RQLRequesttrue if this object and the specified object have the same property values, and
false otherwise.equals in class RQLRequesto - 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()
RQLRequesthashCode in class RQLRequestRoboSuite Java API, v11.2.8