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