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) |
Agent |
eTag(String eTag) |
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 |
id(String id) |
Agent |
name(String name) |
Agent |
securityProfile(Agent.SecurityProfileEnum securityProfile) |
void |
setEntityId(String entityId) |
void |
setETag(String eTag) |
void |
setId(String id) |
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 Agent id(String id)
public String getId()
public void setId(String id)
public Agent eTag(String eTag)
public String getETag()
public void setETag(String eTag)
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