public class CreateCampaignRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateCampaignRequest.Builder
Builder to make request construction easier.
|
| Constructor and Description |
|---|
CreateCampaignRequest()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateCampaignRequest.Builder |
builder()
Returns a builder for the request.
|
List<String> |
getChannelGuids()
Returns the channel GUIDs of the campaign.
|
String |
getDescription()
Returns the description of the campaign.
|
String |
getGroupGuid()
Returns the group GUID of the campaign.
|
String |
getName()
Returns the name of the campaign.
|
void |
setChannelGuids(List<String> channelGuids)
Sets the channel GUIDs of the campaign.
|
void |
setDescription(String description)
Sets the description of the campaign.
|
void |
setGroupGuid(String groupGuid)
Sets the group GUID of the campaign.
|
void |
setName(String name)
Sets the name of the campaign.
|
String |
toString()
Returns a string representation of the object.
|
public String getName()
public void setName(String name)
name - The name of the campaignpublic String getDescription()
public void setDescription(String description)
description - The description of the campaignpublic String getGroupGuid()
public void setGroupGuid(String groupGuid)
groupGuid - The group GUID of the campaignpublic List<String> getChannelGuids()
public void setChannelGuids(List<String> channelGuids)
channelGuids - The channel GUIDs of the campaignpublic String toString()
public static CreateCampaignRequest.Builder builder()
Copyright © 2020. All rights reserved.