public class PerformanceInsightsMessage extends Object
Java class for PerformanceInsightsMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformanceInsightsMessage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TemplateId" type="{https://bingads.microsoft.com/AdInsight/v13}PerformanceInsightsMessageTemplateId" minOccurs="0"/>
<element name="Parameters" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfPerformanceInsightsMessageParameter" minOccurs="0"/>
<element name="IndentationLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
indentationLevel |
protected ArrayOfPerformanceInsightsMessageParameter |
parameters |
protected PerformanceInsightsMessageTemplateId |
templateId |
| Constructor and Description |
|---|
PerformanceInsightsMessage() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getIndentationLevel()
Gets the value of the indentationLevel property.
|
ArrayOfPerformanceInsightsMessageParameter |
getParameters()
Gets the value of the parameters property.
|
PerformanceInsightsMessageTemplateId |
getTemplateId()
Gets the value of the templateId property.
|
void |
setIndentationLevel(Integer value)
Sets the value of the indentationLevel property.
|
void |
setParameters(ArrayOfPerformanceInsightsMessageParameter value)
Sets the value of the parameters property.
|
void |
setTemplateId(PerformanceInsightsMessageTemplateId value)
Sets the value of the templateId property.
|
protected PerformanceInsightsMessageTemplateId templateId
protected ArrayOfPerformanceInsightsMessageParameter parameters
protected Integer indentationLevel
public PerformanceInsightsMessageTemplateId getTemplateId()
PerformanceInsightsMessageTemplateIdpublic void setTemplateId(PerformanceInsightsMessageTemplateId value)
value - allowed object is
PerformanceInsightsMessageTemplateIdpublic ArrayOfPerformanceInsightsMessageParameter getParameters()
ArrayOfPerformanceInsightsMessageParameterpublic void setParameters(ArrayOfPerformanceInsightsMessageParameter value)
value - allowed object is
ArrayOfPerformanceInsightsMessageParameterpublic Integer getIndentationLevel()
IntegerCopyright © 2024. All rights reserved.