public class PerformanceInsightsMessageParameter extends Object
Java class for PerformanceInsightsMessageParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformanceInsightsMessageParameter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type" type="{https://bingads.microsoft.com/AdInsight/v13}ParameterType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ParameterType |
type |
| Constructor and Description |
|---|
PerformanceInsightsMessageParameter() |
| Modifier and Type | Method and Description |
|---|---|
ParameterType |
getType()
Gets the value of the type property.
|
void |
setType(ParameterType value)
Sets the value of the type property.
|
protected ParameterType type
public ParameterType getType()
ParameterTypepublic void setType(ParameterType value)
value - allowed object is
ParameterTypeCopyright © 2024. All rights reserved.