public class Group extends Agent
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
objectType  | 
| Constructor and Description | 
|---|
Group()  | 
Group(com.fasterxml.jackson.databind.JsonNode jsonNode)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
canEqual(Object other)  | 
boolean | 
equals(Object o)  | 
List<Agent> | 
getMembers()  | 
String | 
getObjectType()  | 
int | 
hashCode()  | 
void | 
setMembers(List<Agent> members)  | 
com.fasterxml.jackson.databind.node.ObjectNode | 
toJSONNode(TCAPIVersion version)  | 
String | 
toString()  | 
fromJson, getAccount, getMbox, getMboxSHA1Sum, getName, getOpenID, setAccount, setMbox, setMboxSHA1Sum, setName, setOpenIDtoJSON, toJSON, toJSON, toJSON, toJSONNodeclone, finalize, getClass, notify, notifyAll, wait, wait, waittoJSONprotected final String objectType
public Group()
public Group(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 Agent@Generated(value="lombok") public String getObjectType()
getObjectType in interface StatementTargetgetObjectType in class Agent@Generated(value="lombok") public List<Agent> getMembers()
@Generated(value="lombok") public void setMembers(List<Agent> members)
@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.