public static interface ActivityResponse.Builder extends SdkPojo, CopyableBuilder<ActivityResponse.Builder,ActivityResponse>
| Modifier and Type | Method and Description |
|---|---|
ActivityResponse.Builder |
applicationId(String applicationId)
The unique identifier for the application that the campaign applies to.
|
ActivityResponse.Builder |
campaignId(String campaignId)
The unique identifier for the campaign that the activity applies to.
|
ActivityResponse.Builder |
end(String end)
The actual time, in ISO 8601 format, when the activity was marked CANCELLED or COMPLETED.
|
ActivityResponse.Builder |
id(String id)
The unique identifier for the activity.
|
ActivityResponse.Builder |
result(String result)
Specifies whether the activity succeeded.
|
ActivityResponse.Builder |
scheduledStart(String scheduledStart)
The scheduled start time, in ISO 8601 format, for the activity.
|
ActivityResponse.Builder |
start(String start)
The actual start time, in ISO 8601 format, of the activity.
|
ActivityResponse.Builder |
state(String state)
The current status of the activity.
|
ActivityResponse.Builder |
successfulEndpointCount(Integer successfulEndpointCount)
The total number of endpoints that the campaign successfully delivered messages to.
|
ActivityResponse.Builder |
timezonesCompletedCount(Integer timezonesCompletedCount)
The total number of time zones that were completed.
|
ActivityResponse.Builder |
timezonesTotalCount(Integer timezonesTotalCount)
The total number of unique time zones that are in the segment for the campaign.
|
ActivityResponse.Builder |
totalEndpointCount(Integer totalEndpointCount)
The total number of endpoints that the campaign attempted to deliver messages to.
|
ActivityResponse.Builder |
treatmentId(String treatmentId)
The unique identifier for the campaign treatment that the activity applies to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActivityResponse.Builder applicationId(String applicationId)
The unique identifier for the application that the campaign applies to.
applicationId - The unique identifier for the application that the campaign applies to.ActivityResponse.Builder campaignId(String campaignId)
The unique identifier for the campaign that the activity applies to.
campaignId - The unique identifier for the campaign that the activity applies to.ActivityResponse.Builder end(String end)
The actual time, in ISO 8601 format, when the activity was marked CANCELLED or COMPLETED.
end - The actual time, in ISO 8601 format, when the activity was marked CANCELLED or COMPLETED.ActivityResponse.Builder id(String id)
The unique identifier for the activity.
id - The unique identifier for the activity.ActivityResponse.Builder result(String result)
Specifies whether the activity succeeded. Possible values are SUCCESS and FAIL.
result - Specifies whether the activity succeeded. Possible values are SUCCESS and FAIL.ActivityResponse.Builder scheduledStart(String scheduledStart)
The scheduled start time, in ISO 8601 format, for the activity.
scheduledStart - The scheduled start time, in ISO 8601 format, for the activity.ActivityResponse.Builder start(String start)
The actual start time, in ISO 8601 format, of the activity.
start - The actual start time, in ISO 8601 format, of the activity.ActivityResponse.Builder state(String state)
The current status of the activity. Possible values are: PENDING, INITIALIZING, RUNNING, PAUSED, CANCELLED, and COMPLETED.
state - The current status of the activity. Possible values are: PENDING, INITIALIZING, RUNNING, PAUSED,
CANCELLED, and COMPLETED.ActivityResponse.Builder successfulEndpointCount(Integer successfulEndpointCount)
The total number of endpoints that the campaign successfully delivered messages to.
successfulEndpointCount - The total number of endpoints that the campaign successfully delivered messages to.ActivityResponse.Builder timezonesCompletedCount(Integer timezonesCompletedCount)
The total number of time zones that were completed.
timezonesCompletedCount - The total number of time zones that were completed.ActivityResponse.Builder timezonesTotalCount(Integer timezonesTotalCount)
The total number of unique time zones that are in the segment for the campaign.
timezonesTotalCount - The total number of unique time zones that are in the segment for the campaign.ActivityResponse.Builder totalEndpointCount(Integer totalEndpointCount)
The total number of endpoints that the campaign attempted to deliver messages to.
totalEndpointCount - The total number of endpoints that the campaign attempted to deliver messages to.ActivityResponse.Builder treatmentId(String treatmentId)
The unique identifier for the campaign treatment that the activity applies to. A treatment is a variation of a campaign that's used for A/B testing of a campaign.
treatmentId - The unique identifier for the campaign treatment that the activity applies to. A treatment is a
variation of a campaign that's used for A/B testing of a campaign.Copyright © 2023. All rights reserved.