@Generated(value="software.amazon.awssdk:codegen") public final class ResultRowValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResultRowValue.Builder,ResultRowValue>
Provides a single value and metadata about that value as part of an array of query results for a standard metric that applies to an application, campaign, or journey.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResultRowValue.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResultRowValue.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The friendly name of the metric whose value is specified by the Value property.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResultRowValue.Builder> |
serializableBuilderClass() |
ResultRowValue.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The data type of the value specified by the Value property.
|
String |
value()
In a Values object, the value for the metric that the query retrieved data for.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String key()
The friendly name of the metric whose value is specified by the Value property.
public String type()
The data type of the value specified by the Value property.
public String value()
In a Values object, the value for the metric that the query retrieved data for. In a GroupedBys object, the value for the field that was used to group data in a result set that contains multiple results (Values objects).
public ResultRowValue.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResultRowValue.Builder,ResultRowValue>public static ResultRowValue.Builder builder()
public static Class<? extends ResultRowValue.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.