@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResultRowValue extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
ResultRowValue() |
Modifier and Type | Method and Description |
---|---|
ResultRowValue |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The friendly name of the metric whose value is specified by the Value property.
|
String |
getType()
The data type of the value specified by the Value property.
|
String |
getValue()
In a Values object, the value for the metric that the query retrieved data for.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKey(String key)
The friendly name of the metric whose value is specified by the Value property.
|
void |
setType(String type)
The data type of the value specified by the Value property.
|
void |
setValue(String value)
In a Values object, the value for the metric that the query retrieved data for.
|
String |
toString()
Returns a string representation of this object.
|
ResultRowValue |
withKey(String key)
The friendly name of the metric whose value is specified by the Value property.
|
ResultRowValue |
withType(String type)
The data type of the value specified by the Value property.
|
ResultRowValue |
withValue(String value)
In a Values object, the value for the metric that the query retrieved data for.
|
public void setKey(String key)
The friendly name of the metric whose value is specified by the Value property.
key
- The friendly name of the metric whose value is specified by the Value property.public String getKey()
The friendly name of the metric whose value is specified by the Value property.
public ResultRowValue withKey(String key)
The friendly name of the metric whose value is specified by the Value property.
key
- The friendly name of the metric whose value is specified by the Value property.public void setType(String type)
The data type of the value specified by the Value property.
type
- The data type of the value specified by the Value property.public String getType()
The data type of the value specified by the Value property.
public ResultRowValue withType(String type)
The data type of the value specified by the Value property.
type
- The data type of the value specified by the Value property.public void setValue(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).
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 String getValue()
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 withValue(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).
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 String toString()
toString
in class Object
Object.toString()
public ResultRowValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.