Class JourneyResponse
- java.lang.Object
-
- software.amazon.awssdk.services.pinpoint.model.JourneyResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JourneyResponse.Builder,JourneyResponse>
@Generated("software.amazon.awssdk:codegen") public final class JourneyResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JourneyResponse.Builder,JourneyResponse>
Provides information about the status, configuration, and other settings for a journey.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJourneyResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Activity>activities()A map that contains a set of Activity objects, one object for each activity in the journey.StringapplicationId()The unique identifier for the application that the journey applies to.static JourneyResponse.Builderbuilder()ClosedDaysclosedDays()The time when a journey will not send messages.StringcreationDate()The date, in ISO 8601 format, when the journey was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasActivities()For responses, this returns true if the service returned a value for the Activities property.inthashCode()booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.booleanhasTimezoneEstimationMethods()For responses, this returns true if the service returned a value for the TimezoneEstimationMethods property.Stringid()The unique identifier for the journey.JourneyChannelSettingsjourneyChannelSettings()The channel-specific configurations for the journey.StringlastModifiedDate()The date, in ISO 8601 format, when the journey was last modified.JourneyLimitslimits()The messaging and entry limits for the journey.BooleanlocalTime()Specifies whether the journey's scheduled start and end times use each participant's local time.Stringname()The name of the journey.OpenHoursopenHours()The time when a journey can send messages.QuietTimequietTime()The quiet time settings for the journey.StringrefreshFrequency()The frequency with which Amazon Pinpoint evaluates segment and event data for the journey, as a duration in ISO 8601 format.BooleanrefreshOnSegmentUpdate()Indicates whether the journey participants should be refreshed when a segment is updated.JourneyScheduleschedule()The schedule settings for the journey.List<SdkField<?>>sdkFields()BooleansendingSchedule()Indicates if journey has Advance Quiet Time enabled.static Class<? extends JourneyResponse.Builder>serializableBuilderClass()StringstartActivity()The unique identifier for the first activity in the journey.StartConditionstartCondition()The segment that defines which users are participants in the journey.Statestate()The current status of the journey.StringstateAsString()The current status of the journey.Map<String,String>tags()This object is not used or supported.List<__TimezoneEstimationMethodsElement>timezoneEstimationMethods()An array of time zone estimation methods, if any, to use for determining an Endpoints time zone if the Endpoint does not have a value for the Demographic.Timezone attribute.List<String>timezoneEstimationMethodsAsStrings()An array of time zone estimation methods, if any, to use for determining an Endpoints time zone if the Endpoint does not have a value for the Demographic.Timezone attribute.JourneyResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.BooleanwaitForQuietTime()Indicates whether endpoints in quiet hours should enter a wait activity until quiet hours have elapsed.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
hasActivities
public final boolean hasActivities()
For responses, this returns true if the service returned a value for the Activities property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
activities
public final Map<String,Activity> activities()
A map that contains a set of Activity objects, one object for each activity in the journey. For each Activity object, the key is the unique identifier (string) for an activity and the value is the settings for the activity.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasActivities()method.- Returns:
- A map that contains a set of Activity objects, one object for each activity in the journey. For each Activity object, the key is the unique identifier (string) for an activity and the value is the settings for the activity.
-
applicationId
public final String applicationId()
The unique identifier for the application that the journey applies to.
- Returns:
- The unique identifier for the application that the journey applies to.
-
creationDate
public final String creationDate()
The date, in ISO 8601 format, when the journey was created.
- Returns:
- The date, in ISO 8601 format, when the journey was created.
-
id
public final String id()
The unique identifier for the journey.
- Returns:
- The unique identifier for the journey.
-
lastModifiedDate
public final String lastModifiedDate()
The date, in ISO 8601 format, when the journey was last modified.
- Returns:
- The date, in ISO 8601 format, when the journey was last modified.
-
limits
public final JourneyLimits limits()
The messaging and entry limits for the journey.
- Returns:
- The messaging and entry limits for the journey.
-
localTime
public final Boolean localTime()
Specifies whether the journey's scheduled start and end times use each participant's local time. If this value is true, the schedule uses each participant's local time.
- Returns:
- Specifies whether the journey's scheduled start and end times use each participant's local time. If this value is true, the schedule uses each participant's local time.
-
name
public final String name()
The name of the journey.
- Returns:
- The name of the journey.
-
quietTime
public final QuietTime quietTime()
The quiet time settings for the journey. Quiet time is a specific time range when a journey doesn't send messages to participants, if all the following conditions are met:
-
The EndpointDemographic.Timezone property of the endpoint for the participant is set to a valid value.
-
The current time in the participant's time zone is later than or equal to the time specified by the QuietTime.Start property for the journey.
-
The current time in the participant's time zone is earlier than or equal to the time specified by the QuietTime.End property for the journey.
If any of the preceding conditions isn't met, the participant will receive messages from the journey, even if quiet time is enabled.
- Returns:
- The quiet time settings for the journey. Quiet time is a specific time range when a journey doesn't send
messages to participants, if all the following conditions are met:
-
The EndpointDemographic.Timezone property of the endpoint for the participant is set to a valid value.
-
The current time in the participant's time zone is later than or equal to the time specified by the QuietTime.Start property for the journey.
-
The current time in the participant's time zone is earlier than or equal to the time specified by the QuietTime.End property for the journey.
If any of the preceding conditions isn't met, the participant will receive messages from the journey, even if quiet time is enabled.
-
-
-
refreshFrequency
public final String refreshFrequency()
The frequency with which Amazon Pinpoint evaluates segment and event data for the journey, as a duration in ISO 8601 format.
- Returns:
- The frequency with which Amazon Pinpoint evaluates segment and event data for the journey, as a duration in ISO 8601 format.
-
schedule
public final JourneySchedule schedule()
The schedule settings for the journey.
- Returns:
- The schedule settings for the journey.
-
startActivity
public final String startActivity()
The unique identifier for the first activity in the journey.
- Returns:
- The unique identifier for the first activity in the journey.
-
startCondition
public final StartCondition startCondition()
The segment that defines which users are participants in the journey.
- Returns:
- The segment that defines which users are participants in the journey.
-
state
public final State state()
The current status of the journey. Possible values are:
-
DRAFT - The journey is being developed and hasn't been published yet.
-
ACTIVE - The journey has been developed and published. Depending on the journey's schedule, the journey may currently be running or scheduled to start running at a later time. If a journey's status is ACTIVE, you can't add, change, or remove activities from it.
-
COMPLETED - The journey has been published and has finished running. All participants have entered the journey and no participants are waiting to complete the journey or any activities in the journey.
-
CANCELLED - The journey has been stopped. If a journey's status is CANCELLED, you can't add, change, or remove activities or segment settings from the journey.
-
CLOSED - The journey has been published and has started running. It may have also passed its scheduled end time, or passed its scheduled start time and a refresh frequency hasn't been specified for it. If a journey's status is CLOSED, you can't add participants to it, and no existing participants can enter the journey for the first time. However, any existing participants who are currently waiting to start an activity may continue the journey.
If the service returns an enum value that is not available in the current SDK version,
statewill returnState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current status of the journey. Possible values are:
-
DRAFT - The journey is being developed and hasn't been published yet.
-
ACTIVE - The journey has been developed and published. Depending on the journey's schedule, the journey may currently be running or scheduled to start running at a later time. If a journey's status is ACTIVE, you can't add, change, or remove activities from it.
-
COMPLETED - The journey has been published and has finished running. All participants have entered the journey and no participants are waiting to complete the journey or any activities in the journey.
-
CANCELLED - The journey has been stopped. If a journey's status is CANCELLED, you can't add, change, or remove activities or segment settings from the journey.
-
CLOSED - The journey has been published and has started running. It may have also passed its scheduled end time, or passed its scheduled start time and a refresh frequency hasn't been specified for it. If a journey's status is CLOSED, you can't add participants to it, and no existing participants can enter the journey for the first time. However, any existing participants who are currently waiting to start an activity may continue the journey.
-
- See Also:
State
-
-
stateAsString
public final String stateAsString()
The current status of the journey. Possible values are:
-
DRAFT - The journey is being developed and hasn't been published yet.
-
ACTIVE - The journey has been developed and published. Depending on the journey's schedule, the journey may currently be running or scheduled to start running at a later time. If a journey's status is ACTIVE, you can't add, change, or remove activities from it.
-
COMPLETED - The journey has been published and has finished running. All participants have entered the journey and no participants are waiting to complete the journey or any activities in the journey.
-
CANCELLED - The journey has been stopped. If a journey's status is CANCELLED, you can't add, change, or remove activities or segment settings from the journey.
-
CLOSED - The journey has been published and has started running. It may have also passed its scheduled end time, or passed its scheduled start time and a refresh frequency hasn't been specified for it. If a journey's status is CLOSED, you can't add participants to it, and no existing participants can enter the journey for the first time. However, any existing participants who are currently waiting to start an activity may continue the journey.
If the service returns an enum value that is not available in the current SDK version,
statewill returnState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current status of the journey. Possible values are:
-
DRAFT - The journey is being developed and hasn't been published yet.
-
ACTIVE - The journey has been developed and published. Depending on the journey's schedule, the journey may currently be running or scheduled to start running at a later time. If a journey's status is ACTIVE, you can't add, change, or remove activities from it.
-
COMPLETED - The journey has been published and has finished running. All participants have entered the journey and no participants are waiting to complete the journey or any activities in the journey.
-
CANCELLED - The journey has been stopped. If a journey's status is CANCELLED, you can't add, change, or remove activities or segment settings from the journey.
-
CLOSED - The journey has been published and has started running. It may have also passed its scheduled end time, or passed its scheduled start time and a refresh frequency hasn't been specified for it. If a journey's status is CLOSED, you can't add participants to it, and no existing participants can enter the journey for the first time. However, any existing participants who are currently waiting to start an activity may continue the journey.
-
- See Also:
State
-
-
hasTags
public final boolean hasTags()
For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
tags
public final Map<String,String> tags()
This object is not used or supported.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasTags()method.- Returns:
- This object is not used or supported.
-
waitForQuietTime
public final Boolean waitForQuietTime()
Indicates whether endpoints in quiet hours should enter a wait activity until quiet hours have elapsed.
- Returns:
- Indicates whether endpoints in quiet hours should enter a wait activity until quiet hours have elapsed.
-
refreshOnSegmentUpdate
public final Boolean refreshOnSegmentUpdate()
Indicates whether the journey participants should be refreshed when a segment is updated.
- Returns:
- Indicates whether the journey participants should be refreshed when a segment is updated.
-
journeyChannelSettings
public final JourneyChannelSettings journeyChannelSettings()
The channel-specific configurations for the journey.
- Returns:
- The channel-specific configurations for the journey.
-
sendingSchedule
public final Boolean sendingSchedule()
Indicates if journey has Advance Quiet Time enabled. This flag should be set to true in order to allow using OpenHours and ClosedDays.
- Returns:
- Indicates if journey has Advance Quiet Time enabled. This flag should be set to true in order to allow using OpenHours and ClosedDays.
-
openHours
public final OpenHours openHours()
The time when a journey can send messages. QuietTime should be configured first and SendingSchedule should be set to true.
- Returns:
- The time when a journey can send messages. QuietTime should be configured first and SendingSchedule should be set to true.
-
closedDays
public final ClosedDays closedDays()
The time when a journey will not send messages. QuietTime should be configured first and SendingSchedule should be set to true.
- Returns:
- The time when a journey will not send messages. QuietTime should be configured first and SendingSchedule should be set to true.
-
timezoneEstimationMethods
public final List<__TimezoneEstimationMethodsElement> timezoneEstimationMethods()
An array of time zone estimation methods, if any, to use for determining an Endpoints time zone if the Endpoint does not have a value for the Demographic.Timezone attribute.
-
PHONE_NUMBER - A time zone is determined based on the Endpoint.Address and Endpoint.Location.Country.
-
POSTAL_CODE - A time zone is determined based on the Endpoint.Location.PostalCode and Endpoint.Location.Country.
POSTAL_CODE detection is only supported in the United States, United Kingdom, Australia, New Zealand, Canada, France, Italy, Spain, Germany and in regions where Amazon Pinpoint is available.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasTimezoneEstimationMethods()method.- Returns:
- An array of time zone estimation methods, if any, to use for determining an Endpoints time zone if the Endpoint does not have a value for the Demographic.Timezone
attribute.
-
PHONE_NUMBER - A time zone is determined based on the Endpoint.Address and Endpoint.Location.Country.
-
POSTAL_CODE - A time zone is determined based on the Endpoint.Location.PostalCode and Endpoint.Location.Country.
POSTAL_CODE detection is only supported in the United States, United Kingdom, Australia, New Zealand, Canada, France, Italy, Spain, Germany and in regions where Amazon Pinpoint is available.
-
-
-
hasTimezoneEstimationMethods
public final boolean hasTimezoneEstimationMethods()
For responses, this returns true if the service returned a value for the TimezoneEstimationMethods property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
timezoneEstimationMethodsAsStrings
public final List<String> timezoneEstimationMethodsAsStrings()
An array of time zone estimation methods, if any, to use for determining an Endpoints time zone if the Endpoint does not have a value for the Demographic.Timezone attribute.
-
PHONE_NUMBER - A time zone is determined based on the Endpoint.Address and Endpoint.Location.Country.
-
POSTAL_CODE - A time zone is determined based on the Endpoint.Location.PostalCode and Endpoint.Location.Country.
POSTAL_CODE detection is only supported in the United States, United Kingdom, Australia, New Zealand, Canada, France, Italy, Spain, Germany and in regions where Amazon Pinpoint is available.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasTimezoneEstimationMethods()method.- Returns:
- An array of time zone estimation methods, if any, to use for determining an Endpoints time zone if the Endpoint does not have a value for the Demographic.Timezone
attribute.
-
PHONE_NUMBER - A time zone is determined based on the Endpoint.Address and Endpoint.Location.Country.
-
POSTAL_CODE - A time zone is determined based on the Endpoint.Location.PostalCode and Endpoint.Location.Country.
POSTAL_CODE detection is only supported in the United States, United Kingdom, Australia, New Zealand, Canada, France, Italy, Spain, Germany and in regions where Amazon Pinpoint is available.
-
-
-
toBuilder
public JourneyResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JourneyResponse.Builder,JourneyResponse>
-
builder
public static JourneyResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends JourneyResponse.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-