Package com.seeq.model
Class ActivityOutputV1
java.lang.Object
com.seeq.model.ActivityOutputV1
The set of Activities in the graph. Each ID in the nodes will be unique in this list. The order is not guaranteed to be meaningful. Correspond the IDs with edges to determine current leaf Activities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChildrenIdsItem
(String childrenIdsItem) childrenIds
(List<String> childrenIds) description
(String description) boolean
The kind of activity this represents, irrespective of specific instance parameters.The (ephemeral) IDs of all children for this activity.An admin-readable description of the operation being performedgetId()
The (ephemeral) ID of the Activity.Additional details, such as the time interval, names, or identifiersint
hashCode()
properties
(Map<String, String> properties) putPropertiesItem
(String key, String propertiesItem) void
setCategory
(String category) void
setChildrenIds
(List<String> childrenIds) void
setDescription
(String description) void
void
setProperties
(Map<String, String> properties) toString()
-
Constructor Details
-
ActivityOutputV1
public ActivityOutputV1()
-
-
Method Details
-
category
-
getCategory
The kind of activity this represents, irrespective of specific instance parameters. Use this to do things like coloring activities of the same kind.- Returns:
- category
-
setCategory
-
childrenIds
-
addChildrenIdsItem
-
getChildrenIds
The (ephemeral) IDs of all children for this activity.- Returns:
- childrenIds
-
setChildrenIds
-
description
-
getDescription
An admin-readable description of the operation being performed- Returns:
- description
-
setDescription
-
id
-
getId
The (ephemeral) ID of the Activity. Only valid within the context of a particular snapshot, for example for correlating activities shared amongst multiple requests.- Returns:
- id
-
setId
-
properties
-
putPropertiesItem
-
getProperties
Additional details, such as the time interval, names, or identifiers- Returns:
- properties
-
setProperties
-
equals
-
hashCode
public int hashCode() -
toString
-