public class Agent extends JSONBase implements QueryableStatementTarget
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
objectType  | 
| Modifier | Constructor and Description | 
|---|---|
  | 
Agent()  | 
protected  | 
Agent(com.fasterxml.jackson.databind.JsonNode jsonNode)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
canEqual(Object other)  | 
boolean | 
equals(Object o)  | 
static Agent | 
fromJson(com.fasterxml.jackson.databind.JsonNode jsonNode)  | 
AgentAccount | 
getAccount()  | 
String | 
getMbox()  | 
String | 
getMboxSHA1Sum()  | 
String | 
getName()  | 
String | 
getObjectType()  | 
String | 
getOpenID()  | 
int | 
hashCode()  | 
void | 
setAccount(AgentAccount account)  | 
void | 
setMbox(String mbox)  | 
void | 
setMboxSHA1Sum(String mboxSHA1Sum)  | 
void | 
setName(String name)  | 
void | 
setOpenID(String openID)  | 
com.fasterxml.jackson.databind.node.ObjectNode | 
toJSONNode(TCAPIVersion version)  | 
String | 
toString()  | 
toJSON, toJSON, toJSON, toJSON, toJSONNodeclone, finalize, getClass, notify, notifyAll, wait, wait, waittoJSONprotected final String objectType
protected Agent(com.fasterxml.jackson.databind.JsonNode jsonNode)
@Generated(value="lombok") public Agent()
public static Agent fromJson(com.fasterxml.jackson.databind.JsonNode jsonNode)
public com.fasterxml.jackson.databind.node.ObjectNode toJSONNode(TCAPIVersion version)
toJSONNode in interface JSONtoJSONNode in interface StatementTargettoJSONNode in class JSONBase@Generated(value="lombok") public String getObjectType()
getObjectType in interface StatementTarget@Generated(value="lombok") public String getName()
@Generated(value="lombok") public String getMbox()
@Generated(value="lombok") public String getMboxSHA1Sum()
@Generated(value="lombok") public String getOpenID()
@Generated(value="lombok") public AgentAccount getAccount()
@Generated(value="lombok") public void setName(String name)
@Generated(value="lombok") public void setMbox(String mbox)
@Generated(value="lombok") public void setMboxSHA1Sum(String mboxSHA1Sum)
@Generated(value="lombok") public void setOpenID(String openID)
@Generated(value="lombok") public void setAccount(AgentAccount account)
@Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
Copyright © 2016 Rustici Software. All Rights Reserved.