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, setOpenID
toJSON, toJSON, toJSON, toJSON, toJSONNode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
toJSON
protected 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 JSON
toJSONNode
in interface StatementTarget
toJSONNode
in class Agent
@Generated(value="lombok") public String getObjectType()
getObjectType
in interface StatementTarget
getObjectType
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.