public class Activity extends JSONBase implements QueryableStatementTarget
Constructor and Description |
---|
Activity() |
Activity(com.fasterxml.jackson.databind.JsonNode jsonNode) |
Activity(String id) |
Activity(StringOfJSON jsonStr) |
Activity(String id,
String name,
String description) |
Activity(URI id) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ActivityDefinition |
getDefinition() |
URI |
getId() |
String |
getObjectType() |
int |
hashCode() |
void |
setDefinition(ActivityDefinition definition) |
void |
setId(String id) |
void |
setId(URI id) |
com.fasterxml.jackson.databind.node.ObjectNode |
toJSONNode(TCAPIVersion version) |
String |
toString() |
toJSON, toJSON, toJSON, toJSON, toJSONNode
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
toJSON
public Activity(URI id)
public Activity(String id) throws URISyntaxException
URISyntaxException
public Activity(com.fasterxml.jackson.databind.JsonNode jsonNode) throws URISyntaxException
URISyntaxException
public Activity(String id, String name, String description) throws URISyntaxException
URISyntaxException
public Activity(StringOfJSON jsonStr) throws URISyntaxException, IOException
URISyntaxException
IOException
@Generated(value="lombok") public Activity()
public com.fasterxml.jackson.databind.node.ObjectNode toJSONNode(TCAPIVersion version)
toJSONNode
in interface JSON
toJSONNode
in interface StatementTarget
toJSONNode
in class JSONBase
public void setId(URI id)
public void setId(String id) throws URISyntaxException
URISyntaxException
@Generated(value="lombok") public String getObjectType()
getObjectType
in interface StatementTarget
@Generated(value="lombok") public URI getId()
@Generated(value="lombok") public ActivityDefinition getDefinition()
@Generated(value="lombok") public void setDefinition(ActivityDefinition definition)
@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.