@Generated(value="software.amazon.awssdk:codegen") public final class RandomSplitEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RandomSplitEntry.Builder,RandomSplitEntry>
Specifies the settings for a path in a random split activity in a journey.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RandomSplitEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RandomSplitEntry.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextActivity()
The unique identifier for the next activity to perform, after completing the activity for the path.
|
Integer |
percentage()
The percentage of participants to send down the activity path.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RandomSplitEntry.Builder> |
serializableBuilderClass() |
RandomSplitEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextActivity()
The unique identifier for the next activity to perform, after completing the activity for the path.
public final Integer percentage()
The percentage of participants to send down the activity path.
To determine which participants are sent down each path, Amazon Pinpoint applies a probability-based algorithm to the percentages that you specify for the paths. Therefore, the actual percentage of participants who are sent down a path may not be equal to the percentage that you specify.
To determine which participants are sent down each path, Amazon Pinpoint applies a probability-based algorithm to the percentages that you specify for the paths. Therefore, the actual percentage of participants who are sent down a path may not be equal to the percentage that you specify.
public RandomSplitEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RandomSplitEntry.Builder,RandomSplitEntry>public static RandomSplitEntry.Builder builder()
public static Class<? extends RandomSplitEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.