@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JourneyDateRangeKpiResponse extends Object implements Serializable, Cloneable, StructuredPojo
Provides the results of a query that retrieved the data for a standard engagement metric that applies to a journey, and provides information about that query.
Constructor and Description |
---|
JourneyDateRangeKpiResponse() |
Modifier and Type | Method and Description |
---|---|
JourneyDateRangeKpiResponse |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique identifier for the application that the metric applies to.
|
Date |
getEndTime()
The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format.
|
String |
getJourneyId()
The unique identifier for the journey that the metric applies to.
|
String |
getKpiName()
The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved
for.
|
BaseKpiResult |
getKpiResult()
An array of objects that contains the results of the query.
|
String |
getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response.
|
Date |
getStartTime()
The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationId(String applicationId)
The unique identifier for the application that the metric applies to.
|
void |
setEndTime(Date endTime)
The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format.
|
void |
setJourneyId(String journeyId)
The unique identifier for the journey that the metric applies to.
|
void |
setKpiName(String kpiName)
The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved
for.
|
void |
setKpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query.
|
void |
setNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
void |
setStartTime(Date startTime)
The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format.
|
String |
toString()
Returns a string representation of this object.
|
JourneyDateRangeKpiResponse |
withApplicationId(String applicationId)
The unique identifier for the application that the metric applies to.
|
JourneyDateRangeKpiResponse |
withEndTime(Date endTime)
The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format.
|
JourneyDateRangeKpiResponse |
withJourneyId(String journeyId)
The unique identifier for the journey that the metric applies to.
|
JourneyDateRangeKpiResponse |
withKpiName(String kpiName)
The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved
for.
|
JourneyDateRangeKpiResponse |
withKpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query.
|
JourneyDateRangeKpiResponse |
withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
JourneyDateRangeKpiResponse |
withStartTime(Date startTime)
The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format.
|
public void setApplicationId(String applicationId)
The unique identifier for the application that the metric applies to.
applicationId
- The unique identifier for the application that the metric applies to.public String getApplicationId()
The unique identifier for the application that the metric applies to.
public JourneyDateRangeKpiResponse withApplicationId(String applicationId)
The unique identifier for the application that the metric applies to.
applicationId
- The unique identifier for the application that the metric applies to.public void setEndTime(Date endTime)
The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.
endTime
- The last date and time of the date range that was used to filter the query results, in extended ISO 8601
format. The date range is inclusive.public Date getEndTime()
The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.
public JourneyDateRangeKpiResponse withEndTime(Date endTime)
The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.
endTime
- The last date and time of the date range that was used to filter the query results, in extended ISO 8601
format. The date range is inclusive.public void setJourneyId(String journeyId)
The unique identifier for the journey that the metric applies to.
journeyId
- The unique identifier for the journey that the metric applies to.public String getJourneyId()
The unique identifier for the journey that the metric applies to.
public JourneyDateRangeKpiResponse withJourneyId(String journeyId)
The unique identifier for the journey that the metric applies to.
journeyId
- The unique identifier for the journey that the metric applies to.public void setKpiName(String kpiName)
The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved for. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. For a list of possible values, see the Amazon Pinpoint Developer Guide.
kpiName
- The name of the metric, also referred to as a key performance indicator (KPI), that the data was
retrieved for. This value describes the associated metric and consists of two or more terms, which are
comprised of lowercase alphanumeric characters, separated by a hyphen. For a list of possible values, see
the Amazon
Pinpoint Developer Guide.public String getKpiName()
The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved for. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. For a list of possible values, see the Amazon Pinpoint Developer Guide.
public JourneyDateRangeKpiResponse withKpiName(String kpiName)
The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved for. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. For a list of possible values, see the Amazon Pinpoint Developer Guide.
kpiName
- The name of the metric, also referred to as a key performance indicator (KPI), that the data was
retrieved for. This value describes the associated metric and consists of two or more terms, which are
comprised of lowercase alphanumeric characters, separated by a hyphen. For a list of possible values, see
the Amazon
Pinpoint Developer Guide.public void setKpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query. Each object contains the value for the metric and metadata about that value.
kpiResult
- An array of objects that contains the results of the query. Each object contains the value for the metric
and metadata about that value.public BaseKpiResult getKpiResult()
An array of objects that contains the results of the query. Each object contains the value for the metric and metadata about that value.
public JourneyDateRangeKpiResponse withKpiResult(BaseKpiResult kpiResult)
An array of objects that contains the results of the query. Each object contains the value for the metric and metadata about that value.
kpiResult
- An array of objects that contains the results of the query. Each object contains the value for the metric
and metadata about that value.public void setNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null for the Journey Engagement Metrics resource because the resource returns all results in a single page.
nextToken
- The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null for the Journey Engagement Metrics resource because the resource returns all results in a
single page.public String getNextToken()
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null for the Journey Engagement Metrics resource because the resource returns all results in a single page.
public JourneyDateRangeKpiResponse withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null for the Journey Engagement Metrics resource because the resource returns all results in a single page.
nextToken
- The string to use in a subsequent request to get the next page of results in a paginated response. This
value is null for the Journey Engagement Metrics resource because the resource returns all results in a
single page.public void setStartTime(Date startTime)
The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.
startTime
- The first date and time of the date range that was used to filter the query results, in extended ISO 8601
format. The date range is inclusive.public Date getStartTime()
The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.
public JourneyDateRangeKpiResponse withStartTime(Date startTime)
The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.
startTime
- The first date and time of the date range that was used to filter the query results, in extended ISO 8601
format. The date range is inclusive.public String toString()
toString
in class Object
Object.toString()
public JourneyDateRangeKpiResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.