public class SubStatement extends StatementBase implements StatementTarget
| Constructor and Description |
|---|
SubStatement() |
SubStatement(com.fasterxml.jackson.databind.JsonNode jsonNode) |
SubStatement(StringOfJSON jsonStr) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getObjectType() |
int |
hashCode() |
com.fasterxml.jackson.databind.node.ObjectNode |
toJSONNode(TCAPIVersion version) |
String |
toString() |
addAttachment, addAttachments, getActor, getAttachments, getContext, getObject, getPartList, getResult, getTimestamp, getVerb, getVoided, hasAttachments, hasAttachmentsWithContent, setActor, setAttachments, setContext, setObject, setResult, setTimestamp, setVerb, setVoidedpublic SubStatement(com.fasterxml.jackson.databind.JsonNode jsonNode)
throws MalformedURLException,
URISyntaxException,
IOException,
NoSuchAlgorithmException
public SubStatement(StringOfJSON jsonStr) throws Exception
Exception@Generated(value="lombok") public SubStatement()
public com.fasterxml.jackson.databind.node.ObjectNode toJSONNode(TCAPIVersion version)
toJSONNode in interface JSONtoJSONNode in interface StatementTargettoJSONNode in class StatementBase@Generated(value="lombok") public String getObjectType()
getObjectType in interface StatementTarget@Generated(value="lombok") public String toString()
toString in class StatementBase@Generated(value="lombok") public boolean equals(Object o)
equals in class StatementBase@Generated(value="lombok") protected boolean canEqual(Object other)
canEqual in class StatementBase@Generated(value="lombok") public int hashCode()
hashCode in class StatementBaseCopyright © 2016 Rustici Software. All Rights Reserved.