
com.plivo.api.models.campaign.CampaignAttributes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plivo-java Show documentation
Show all versions of plivo-java Show documentation
A Java SDK to make voice calls & send SMS using Plivo and to generate Plivo XML
package com.plivo.api.models.campaign;
import com.fasterxml.jackson.annotation.JsonInclude;
@JsonInclude(JsonInclude.Include.NON_NULL)
public class CampaignAttributes {
private Boolean embeddedLink;
private Boolean embeddedPhone;
private Boolean ageGated;
private Boolean directLending;
private Boolean subscriberOptin;
private Boolean subscriberOptout;
private Boolean subscriberHelp;
private Boolean affiliateMarketing;
/**
* @return Boolean return the embeddedLink
*/
public Boolean getEmbeddedLink() {
return embeddedLink;
}
/**
* @return Boolean return the embeddedPhone
*/
public Boolean getEmbeddedPhone() {
return embeddedPhone;
}
/**
* @return Boolean return the ageGated
*/
public Boolean getAgeGated() {
return ageGated;
}
/**
* @return Boolean return the directLending
*/
public Boolean getDirectLending() {
return directLending;
}
/**
* @return Boolean return the subscriberOptin
*/
public Boolean getSubscriberOptin() {
return subscriberOptin;
}
/**
* @return Boolean return the subscriberOptout
*/
public Boolean getSubscriberOptout() {
return subscriberOptout;
}
/**
* @return Boolean return the subscriberHelp
*/
public Boolean getSubscriberHelp() {
return subscriberHelp;
}
/**
* @return Boolean return the affiliateMarketing
*/
public Boolean getAffiliateMarketing() {
return affiliateMarketing;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy