public class EntityParameter extends PerformanceInsightsMessageParameter
Java class for EntityParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntityParameter">
<complexContent>
<extension base="{https://bingads.microsoft.com/AdInsight/v13}PerformanceInsightsMessageParameter">
<sequence>
<element name="EntityCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="EntityDetails" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfEntityDetail" minOccurs="0"/>
<element name="EntityType" type="{https://bingads.microsoft.com/AdInsight/v13}PerformanceInsightsEntityType" minOccurs="0"/>
<element name="SuggestedText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
entityCount |
protected ArrayOfEntityDetail |
entityDetails |
protected PerformanceInsightsEntityType |
entityType |
protected String |
suggestedText |
type| Constructor and Description |
|---|
EntityParameter() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getEntityCount()
Gets the value of the entityCount property.
|
ArrayOfEntityDetail |
getEntityDetails()
Gets the value of the entityDetails property.
|
PerformanceInsightsEntityType |
getEntityType()
Gets the value of the entityType property.
|
String |
getSuggestedText()
Gets the value of the suggestedText property.
|
void |
setEntityCount(Integer value)
Sets the value of the entityCount property.
|
void |
setEntityDetails(ArrayOfEntityDetail value)
Sets the value of the entityDetails property.
|
void |
setEntityType(PerformanceInsightsEntityType value)
Sets the value of the entityType property.
|
void |
setSuggestedText(String value)
Sets the value of the suggestedText property.
|
getType, setTypeprotected Integer entityCount
protected ArrayOfEntityDetail entityDetails
protected PerformanceInsightsEntityType entityType
protected String suggestedText
public Integer getEntityCount()
Integerpublic void setEntityCount(Integer value)
value - allowed object is
Integerpublic ArrayOfEntityDetail getEntityDetails()
ArrayOfEntityDetailpublic void setEntityDetails(ArrayOfEntityDetail value)
value - allowed object is
ArrayOfEntityDetailpublic PerformanceInsightsEntityType getEntityType()
PerformanceInsightsEntityTypepublic void setEntityType(PerformanceInsightsEntityType value)
value - allowed object is
PerformanceInsightsEntityTypepublic String getSuggestedText()
StringCopyright © 2024. All rights reserved.