Class ResultRowValue
- java.lang.Object
-
- software.amazon.awssdk.services.pinpoint.model.ResultRowValue
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResultRowValue.Builder,ResultRowValue>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResultRowValue.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResultRowValue.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()The friendly name of the metric whose value is specified by the Value property.List<SdkField<?>>sdkFields()static Class<? extends ResultRowValue.Builder>serializableBuilderClass()ResultRowValue.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringtype()The data type of the value specified by the Value property.Stringvalue()In a Values object, the value for the metric that the query retrieved data for.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
key
public final String key()
The friendly name of the metric whose value is specified by the Value property.
- Returns:
- The friendly name of the metric whose value is specified by the Value property.
-
type
public final String type()
The data type of the value specified by the Value property.
- Returns:
- The data type of the value specified by the Value property.
-
value
public final 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).
- Returns:
- 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).
-
toBuilder
public ResultRowValue.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResultRowValue.Builder,ResultRowValue>
-
builder
public static ResultRowValue.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResultRowValue.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-