public class ListJobRequest extends ApiServiceRequest
| Constructor and Description |
|---|
ListJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getEndDate() |
java.lang.Long |
getHostServerId() |
java.util.Date |
getStartDate() |
void |
setEndDate(java.util.Date endDate)
Sets the end date.
|
void |
setHostServerId(java.lang.Long hostServerId)
Sets the host server identifier.
|
void |
setStartDate(java.util.Date startDate)
Sets the start date.
|
java.lang.String |
toString() |
ListJobRequest |
withEndDate(java.util.Date endDate)
Sets the end date.
|
ListJobRequest |
withHostServerId(java.lang.Long hostServerId)
Sets the host server identifier.
|
ListJobRequest |
withStartDate(java.util.Date startDate)
Sets the start date.
|
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
startDate - the start date to setpublic ListJobRequest withStartDate(java.util.Date startDate)
startDate - the given start date to set.public java.util.Date getEndDate()
public void setEndDate(java.util.Date endDate)
endDate - the end date to set.public ListJobRequest withEndDate(java.util.Date endDate)
endDate - the end date to set.public java.lang.Long getHostServerId()
public void setHostServerId(java.lang.Long hostServerId)
hostServerId - the given host server identifier to set.public ListJobRequest withHostServerId(java.lang.Long hostServerId)
hostServerId - the given host server identifier.public java.lang.String toString()
toString in class ApiServiceRequest