public class CreateAgentRequest
extends Object
implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
CreateAgentRequest.SecurityProfileEnum
Gets or Sets securityProfile
|
Constructor and Description |
---|
CreateAgentRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAgentRequest |
entityId(String entityId) |
boolean |
equals(Object o) |
String |
getEntityId()
Unique identifier of the entity
|
String |
getName()
Name must be unique per tenant.
|
CreateAgentRequest.SecurityProfileEnum |
getSecurityProfile()
Get securityProfile
|
int |
hashCode() |
CreateAgentRequest |
name(String name) |
CreateAgentRequest |
securityProfile(CreateAgentRequest.SecurityProfileEnum securityProfile) |
void |
setEntityId(String entityId) |
void |
setName(String name) |
void |
setSecurityProfile(CreateAgentRequest.SecurityProfileEnum securityProfile) |
String |
toString() |
public CreateAgentRequest name(String name)
public String getName()
public void setName(String name)
public CreateAgentRequest securityProfile(CreateAgentRequest.SecurityProfileEnum securityProfile)
public CreateAgentRequest.SecurityProfileEnum getSecurityProfile()
public void setSecurityProfile(CreateAgentRequest.SecurityProfileEnum securityProfile)
public CreateAgentRequest entityId(String entityId)
public String getEntityId()
public void setEntityId(String entityId)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object