public class DeleteAutomationAgentRequest extends ApiServiceRequest
| Constructor and Description |
|---|
DeleteAutomationAgentRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAgentServerId() |
java.lang.Long |
getHostServerId() |
java.lang.Long |
getProjectId() |
void |
setAgentServerId(java.lang.Long agentServerId)
Sets the agent server identifier.
|
void |
setHostServerId(java.lang.Long hostServerId)
Sets the host server identifier.
|
void |
setProjectId(java.lang.Long projectId)
Sets the project identifier.
|
java.lang.String |
toString() |
DeleteAutomationAgentRequest |
withAgentServerId(java.lang.Long agentServerId)
Sets the agent server identifier.
|
DeleteAutomationAgentRequest |
withHostServerId(java.lang.Long hostServerId)
Sets the host server identifier.
|
DeleteAutomationAgentRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic java.lang.Long getProjectId()
public void setProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public DeleteAutomationAgentRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public java.lang.Long getAgentServerId()
public void setAgentServerId(java.lang.Long agentServerId)
agentServerId - the given agent server identifier.public DeleteAutomationAgentRequest withAgentServerId(java.lang.Long agentServerId)
agentServerId - the given agent server identifier.public java.lang.Long getHostServerId()
public void setHostServerId(java.lang.Long hostServerId)
hostServerId - the given host server identifier to set.public DeleteAutomationAgentRequest withHostServerId(java.lang.Long hostServerId)
hostServerId - the given host server identifier to set.public java.lang.String toString()
toString in class ApiServiceRequest