public class TextSample extends Metric
Modifier and Type | Class and Description |
---|---|
static class |
TextSample.Builder |
Constructor and Description |
---|
TextSample(TextSample.Builder builder) |
Modifier and Type | Method and Description |
---|---|
String |
getLine()
This is the line of text in the text data where this sample came from.
|
String |
getValue() |
void |
visit(MetricVisitor visitor) |
public TextSample(TextSample.Builder builder)
public String getValue()
public String getLine()
public void visit(MetricVisitor visitor)
Copyright © 2021. All rights reserved.