@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.
AnalyticsSessionMetricName
public 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.
AnalyticsSessionMetricName
public 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.
AnalyticsSessionMetricName
public 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.
AnalyticsSessionMetricName
public 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
.
AnalyticsMetricStatistic
public 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
.
AnalyticsMetricStatistic
public 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
.
AnalyticsMetricStatistic
public 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
.
AnalyticsMetricStatistic
public 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 Object
Object.toString()
public AnalyticsSessionMetricResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.