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, setVoided
public 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 JSON
toJSONNode
in interface StatementTarget
toJSONNode
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 StatementBase
Copyright © 2016 Rustici Software. All Rights Reserved.