public class BuildStatisticValue extends MessageWithAttributes
ServiceMessage.TimestampARG_ATTRIBUTE, DISABLE, ENABLE, PARSE_SERVICE_MESSAGES_INSIDE_TAG, SERVICE_MESSAGE_END, SERVICE_MESSAGE_START, TAGS_ATRRIBUTE, TAGS_SEPARATOR| Constructor and Description |
|---|
BuildStatisticValue(@NotNull java.lang.String key,
float value) |
BuildStatisticValue(@NotNull java.lang.String key,
int value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey() |
java.lang.String |
getValue() |
void |
visit(@NotNull ServiceMessageVisitor visitor)
Depending on this service message type calls corresponding method in the supplied visitor.
|
addTag, asString, asString, asString, getArgument, getAttributes, getAttributeValue, getCreationTimestamp, getFlowId, getMessageName, getTags, parse, parse, parseSimple, setFlowId, setTimestamp, toString, validatepublic BuildStatisticValue(@NotNull
@NotNull java.lang.String key,
int value)
public BuildStatisticValue(@NotNull
@NotNull java.lang.String key,
float value)
@RequiredAttribute(attributeName="key") public java.lang.String getKey()
@RequiredAttribute(attributeName="value") public java.lang.String getValue()
public void visit(@NotNull
@NotNull ServiceMessageVisitor visitor)
ServiceMessagevisit in class ServiceMessagevisitor - visitor