@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalyticsSessionMetricResult extends Object implements Serializable, Cloneable, StructuredPojo
An object containing the results for a session metric you requested.
| Constructor and Description |
|---|
AnalyticsSessionMetricResult() |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsSessionMetricResult |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The metric that you requested.
|
String |
getStatistic()
The summary statistic that you requested to calculate.
|
Double |
getValue()
The value of the summary statistic for the metric that you requested.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The metric that you requested.
|
void |
setStatistic(String statistic)
The summary statistic that you requested to calculate.
|
void |
setValue(Double value)
The value of the summary statistic for the metric that you requested.
|
String |
toString()
Returns a string representation of this object.
|
AnalyticsSessionMetricResult |
withName(AnalyticsSessionMetricName name)
The metric that you requested.
|
AnalyticsSessionMetricResult |
withName(String name)
The metric that you requested.
|
AnalyticsSessionMetricResult |
withStatistic(AnalyticsMetricStatistic statistic)
The summary statistic that you requested to calculate.
|
AnalyticsSessionMetricResult |
withStatistic(String statistic)
The summary statistic that you requested to calculate.
|
AnalyticsSessionMetricResult |
withValue(Double value)
The value of the summary statistic for the metric that you requested.
|
public void setName(String name)
The metric that you requested.
Count – The number of sessions.
Success – The number of sessions that succeeded.
Failure – The number of sessions that failed.
Dropped – The number of sessions that the user dropped.
Duration – The duration of sessions.
TurnPersession – The number of turns in the sessions.
Concurrency – The number of sessions occurring in the same period of time.
name - The metric that you requested.
Count – The number of sessions.
Success – The number of sessions that succeeded.
Failure – The number of sessions that failed.
Dropped – The number of sessions that the user dropped.
Duration – The duration of sessions.
TurnPersession – The number of turns in the sessions.
Concurrency – The number of sessions occurring in the same period of time.
AnalyticsSessionMetricNamepublic String getName()
The metric that you requested.
Count – The number of sessions.
Success – The number of sessions that succeeded.
Failure – The number of sessions that failed.
Dropped – The number of sessions that the user dropped.
Duration – The duration of sessions.
TurnPersession – The number of turns in the sessions.
Concurrency – The number of sessions occurring in the same period of time.
Count – The number of sessions.
Success – The number of sessions that succeeded.
Failure – The number of sessions that failed.
Dropped – The number of sessions that the user dropped.
Duration – The duration of sessions.
TurnPersession – The number of turns in the sessions.
Concurrency – The number of sessions occurring in the same period of time.
AnalyticsSessionMetricNamepublic AnalyticsSessionMetricResult withName(String name)
The metric that you requested.
Count – The number of sessions.
Success – The number of sessions that succeeded.
Failure – The number of sessions that failed.
Dropped – The number of sessions that the user dropped.
Duration – The duration of sessions.
TurnPersession – The number of turns in the sessions.
Concurrency – The number of sessions occurring in the same period of time.
name - The metric that you requested.
Count – The number of sessions.
Success – The number of sessions that succeeded.
Failure – The number of sessions that failed.
Dropped – The number of sessions that the user dropped.
Duration – The duration of sessions.
TurnPersession – The number of turns in the sessions.
Concurrency – The number of sessions occurring in the same period of time.
AnalyticsSessionMetricNamepublic AnalyticsSessionMetricResult withName(AnalyticsSessionMetricName name)
The metric that you requested.
Count – The number of sessions.
Success – The number of sessions that succeeded.
Failure – The number of sessions that failed.
Dropped – The number of sessions that the user dropped.
Duration – The duration of sessions.
TurnPersession – The number of turns in the sessions.
Concurrency – The number of sessions occurring in the same period of time.
name - The metric that you requested.
Count – The number of sessions.
Success – The number of sessions that succeeded.
Failure – The number of sessions that failed.
Dropped – The number of sessions that the user dropped.
Duration – The duration of sessions.
TurnPersession – The number of turns in the sessions.
Concurrency – The number of sessions occurring in the same period of time.
AnalyticsSessionMetricNamepublic void setStatistic(String statistic)
The summary statistic that you requested to calculate.
Sum – The total count for the category you provide in name.
Average – The total count divided by the number of sessions in the category you provide in
name.
Max – The highest count in the category you provide in name.
statistic - The summary statistic that you requested to calculate.
Sum – The total count for the category you provide in name.
Average – The total count divided by the number of sessions in the category you provide in
name.
Max – The highest count in the category you provide in name.
AnalyticsMetricStatisticpublic String getStatistic()
The summary statistic that you requested to calculate.
Sum – The total count for the category you provide in name.
Average – The total count divided by the number of sessions in the category you provide in
name.
Max – The highest count in the category you provide in name.
Sum – The total count for the category you provide in name.
Average – The total count divided by the number of sessions in the category you provide in
name.
Max – The highest count in the category you provide in name.
AnalyticsMetricStatisticpublic AnalyticsSessionMetricResult withStatistic(String statistic)
The summary statistic that you requested to calculate.
Sum – The total count for the category you provide in name.
Average – The total count divided by the number of sessions in the category you provide in
name.
Max – The highest count in the category you provide in name.
statistic - The summary statistic that you requested to calculate.
Sum – The total count for the category you provide in name.
Average – The total count divided by the number of sessions in the category you provide in
name.
Max – The highest count in the category you provide in name.
AnalyticsMetricStatisticpublic AnalyticsSessionMetricResult withStatistic(AnalyticsMetricStatistic statistic)
The summary statistic that you requested to calculate.
Sum – The total count for the category you provide in name.
Average – The total count divided by the number of sessions in the category you provide in
name.
Max – The highest count in the category you provide in name.
statistic - The summary statistic that you requested to calculate.
Sum – The total count for the category you provide in name.
Average – The total count divided by the number of sessions in the category you provide in
name.
Max – The highest count in the category you provide in name.
AnalyticsMetricStatisticpublic void setValue(Double value)
The value of the summary statistic for the metric that you requested.
value - The value of the summary statistic for the metric that you requested.public Double getValue()
The value of the summary statistic for the metric that you requested.
public AnalyticsSessionMetricResult withValue(Double value)
The value of the summary statistic for the metric that you requested.
value - The value of the summary statistic for the metric that you requested.public String toString()
toString in class ObjectObject.toString()public AnalyticsSessionMetricResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.