| Modifier and Type | Field and Description | 
|---|---|
protected String | 
objectType  | 
| Constructor and Description | 
|---|
Person()  | 
Person(com.fasterxml.jackson.databind.JsonNode jsonNode)  | 
Person(StringOfJSON jsonStr)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
canEqual(Object other)  | 
boolean | 
equals(Object o)  | 
List<AgentAccount> | 
getAccount()  | 
List<String> | 
getMbox_sha1sum()  | 
List<String> | 
getMbox()  | 
List<String> | 
getName()  | 
String | 
getObjectType()  | 
List<String> | 
getOpenid()  | 
int | 
hashCode()  | 
void | 
setAccount(List<AgentAccount> account)  | 
void | 
setMbox_sha1sum(List<String> mbox_sha1sum)  | 
void | 
setMbox(List<String> mbox)  | 
void | 
setName(List<String> name)  | 
void | 
setOpenid(List<String> openid)  | 
com.fasterxml.jackson.databind.node.ObjectNode | 
toJSONNode(TCAPIVersion version)  | 
String | 
toString()  | 
protected final String objectType
public Person(StringOfJSON jsonStr) throws IOException
IOExceptionpublic Person(com.fasterxml.jackson.databind.JsonNode jsonNode)
@Generated(value="lombok") public Person()
public com.fasterxml.jackson.databind.node.ObjectNode toJSONNode(TCAPIVersion version)
toJSONNode in interface JSONtoJSONNode in class JSONBase@Generated(value="lombok") public String getObjectType()
@Generated(value="lombok") public List<String> getName()
@Generated(value="lombok") public List<String> getMbox()
@Generated(value="lombok") public List<String> getMbox_sha1sum()
@Generated(value="lombok") public List<String> getOpenid()
@Generated(value="lombok") public List<AgentAccount> getAccount()
@Generated(value="lombok") public void setName(List<String> name)
@Generated(value="lombok") public void setMbox(List<String> mbox)
@Generated(value="lombok") public void setMbox_sha1sum(List<String> mbox_sha1sum)
@Generated(value="lombok") public void setOpenid(List<String> openid)
@Generated(value="lombok") public void setAccount(List<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.