@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BaseKpiResult extends Object implements Serializable, Cloneable, StructuredPojo
Provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.
Constructor and Description |
---|
BaseKpiResult() |
Modifier and Type | Method and Description |
---|---|
BaseKpiResult |
clone() |
boolean |
equals(Object obj) |
List<ResultRow> |
getRows()
An array of objects that provides the results of a query that retrieved the data for a standard metric that
applies to an application, campaign, or journey.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRows(Collection<ResultRow> rows)
An array of objects that provides the results of a query that retrieved the data for a standard metric that
applies to an application, campaign, or journey.
|
String |
toString()
Returns a string representation of this object.
|
BaseKpiResult |
withRows(Collection<ResultRow> rows)
An array of objects that provides the results of a query that retrieved the data for a standard metric that
applies to an application, campaign, or journey.
|
BaseKpiResult |
withRows(ResultRow... rows)
An array of objects that provides the results of a query that retrieved the data for a standard metric that
applies to an application, campaign, or journey.
|
public List<ResultRow> getRows()
An array of objects that provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.
public void setRows(Collection<ResultRow> rows)
An array of objects that provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.
rows
- An array of objects that provides the results of a query that retrieved the data for a standard metric
that applies to an application, campaign, or journey.public BaseKpiResult withRows(ResultRow... rows)
An array of objects that provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.
NOTE: This method appends the values to the existing list (if any). Use
setRows(java.util.Collection)
or withRows(java.util.Collection)
if you want to override the
existing values.
rows
- An array of objects that provides the results of a query that retrieved the data for a standard metric
that applies to an application, campaign, or journey.public BaseKpiResult withRows(Collection<ResultRow> rows)
An array of objects that provides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.
rows
- An array of objects that provides the results of a query that retrieved the data for a standard metric
that applies to an application, campaign, or journey.public String toString()
toString
in class Object
Object.toString()
public BaseKpiResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.