public class CreateAutomationAgentRequest extends ApiServiceRequest
| Constructor and Description |
|---|
CreateAutomationAgentRequest() |
| Modifier and Type | Method and Description |
|---|---|
AutomationAgent |
getAgent() |
java.lang.Long |
getProjectId() |
void |
setAgent(AutomationAgent agent)
Sets the agent.
|
void |
setProjectId(java.lang.Long projectId)
Sets the project identifier.
|
java.lang.String |
toString() |
CreateAutomationAgentRequest |
withAgent(AutomationAgent agent)
Sets the agent.
|
CreateAutomationAgentRequest |
withProjectId(java.lang.Long projectId)
Sets the project identifier.
|
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic AutomationAgent getAgent()
public void setAgent(AutomationAgent agent)
agent - the given agent to set.public CreateAutomationAgentRequest withAgent(AutomationAgent agent)
agent - the given agent to set.public java.lang.Long getProjectId()
public void setProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public CreateAutomationAgentRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public java.lang.String toString()
toString in class ApiServiceRequest