public class BlockOpened extends BaseBlockMessage
ServiceMessage.TimestampARG_ATTRIBUTE, DISABLE, ENABLE, PARSE_SERVICE_MESSAGES_INSIDE_TAG, SERVICE_MESSAGE_END, SERVICE_MESSAGE_START, TAGS_ATRRIBUTE, TAGS_SEPARATOR| Constructor and Description |
|---|
BlockOpened(@NotNull java.lang.String blockName) |
BlockOpened(@NotNull java.lang.String blockName,
@Nullable java.lang.String description) |
BlockOpened(@NotNull java.lang.String blockName,
@Nullable java.lang.String description,
@Nullable java.lang.String blockType) |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(@NotNull ServiceMessageVisitor visitor)
Depending on this service message type calls corresponding method in the supplied visitor.
|
getBlockNameaddTag, asString, asString, asString, getArgument, getAttributes, getAttributeValue, getCreationTimestamp, getFlowId, getMessageName, getTags, parse, parse, parseSimple, setFlowId, setTimestamp, toString, validatepublic BlockOpened(@NotNull
@NotNull java.lang.String blockName)
public BlockOpened(@NotNull
@NotNull java.lang.String blockName,
@Nullable
@Nullable java.lang.String description)
public BlockOpened(@NotNull
@NotNull java.lang.String blockName,
@Nullable
@Nullable java.lang.String description,
@Nullable
@Nullable java.lang.String blockType)
blockName - description - blockType - public void visit(@NotNull
@NotNull ServiceMessageVisitor visitor)
ServiceMessagevisit in class ServiceMessagevisitor - visitor