public class TaskResultDetail
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.Appendable |
appendTo(java.lang.Appendable out)
Write a textual representation of this task result.
|
java.lang.String |
getLocalizedMessageText()
Get the localized message text.
|
int |
getOccurrences()
Get the number of occurrences.
|
java.lang.String |
getType()
Get the type of detail.
|
java.util.Map<java.lang.String,java.lang.String> |
getValues()
Get any additional information as key/value pairs.
|
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Appendable appendTo(java.lang.Appendable out) throws java.io.IOException
out
- the object to receive the formatted outputjava.io.IOException
public java.lang.String getType()
public java.util.Map<java.lang.String,java.lang.String> getValues()
public java.lang.String getLocalizedMessageText()
public int getOccurrences()