Class DiagnosticsSample

  • All Implemented Interfaces:
    java.io.Serializable

    public abstract class DiagnosticsSample
    extends java.lang.Object
    implements java.io.Serializable
    DiagnosticSample is a tree of data about a target. To begin, create a sample wiht DiagnosticSample.newSample(). You can add messages, metrics, values, etc to a sample, and then use getSubSample() to get a deeper level of the tree.
    See Also:
    Serialized Form