@Generated(value="software.amazon.awssdk:codegen") public final class ExperimentReport extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExperimentReport.Builder,ExperimentReport>
A structure that contains results of an experiment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExperimentReport.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExperimentReport.Builder |
builder() |
String |
content()
The content of the report.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
metricName()
The name of the metric that is analyzed in this experiment report.
|
ExperimentReportName |
reportName()
The type of analysis used for this report.
|
String |
reportNameAsString()
The type of analysis used for this report.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExperimentReport.Builder> |
serializableBuilderClass() |
ExperimentReport.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
treatmentName()
The name of the variation that this report pertains to.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String content()
The content of the report.
public final String metricName()
The name of the metric that is analyzed in this experiment report.
public final ExperimentReportName reportName()
The type of analysis used for this report.
If the service returns an enum value that is not available in the current SDK version, reportName will
return ExperimentReportName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from reportNameAsString().
ExperimentReportNamepublic final String reportNameAsString()
The type of analysis used for this report.
If the service returns an enum value that is not available in the current SDK version, reportName will
return ExperimentReportName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from reportNameAsString().
ExperimentReportNamepublic final String treatmentName()
The name of the variation that this report pertains to.
public ExperimentReport.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExperimentReport.Builder,ExperimentReport>public static ExperimentReport.Builder builder()
public static Class<? extends ExperimentReport.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.