public class ConsentSection
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ConsentSection.Type |
Constructor and Description |
---|
ConsentSection(ConsentSection.Type type)
Returns an initialized consent section using the specified type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContent() |
java.lang.String |
getCustomImageName() |
java.lang.String |
getCustomLearnMoreButtonTitle() |
java.lang.String |
getEscapedContent() |
java.lang.String |
getFormalTitle() |
java.lang.String |
getHtmlContent() |
java.lang.String |
getSummary() |
java.lang.String |
getTitle() |
ConsentSection.Type |
getType() |
void |
setContent(java.lang.String content) |
void |
setHtmlContent(java.lang.String htmlContent) |
void |
setSummary(java.lang.String summary) |
void |
setTitle(java.lang.String title) |
public ConsentSection(ConsentSection.Type type)
type
- The consent section type.public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public java.lang.String getFormalTitle()
public ConsentSection.Type getType()
public java.lang.String getHtmlContent()
public void setHtmlContent(java.lang.String htmlContent)
public java.lang.String getCustomImageName()
public java.lang.String getContent()
public void setContent(java.lang.String content)
public java.lang.String getSummary()
public void setSummary(java.lang.String summary)
public java.lang.String getEscapedContent()
public java.lang.String getCustomLearnMoreButtonTitle()