public class PerformanceInsightsDetail extends Object
Java class for PerformanceInsightsDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformanceInsightsDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EntityId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="EntityType" type="{https://bingads.microsoft.com/AdInsight/v13}EntityType" minOccurs="0"/>
<element name="KPIType" type="{https://bingads.microsoft.com/AdInsight/v13}KPIType" minOccurs="0"/>
<element name="Date" type="{https://bingads.microsoft.com/AdInsight/v13}DayMonthAndYear" minOccurs="0"/>
<element name="Description" type="{https://bingads.microsoft.com/AdInsight/v13}PerformanceInsightsMessage" minOccurs="0"/>
<element name="RootCauses" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfPerformanceInsightsMessage" minOccurs="0"/>
<element name="Actions" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfPerformanceInsightsMessage" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfPerformanceInsightsMessage |
actions |
protected DayMonthAndYear |
date |
protected PerformanceInsightsMessage |
description |
protected Long |
entityId |
protected EntityType |
entityType |
protected KPIType |
kpiType |
protected ArrayOfPerformanceInsightsMessage |
rootCauses |
| Constructor and Description |
|---|
PerformanceInsightsDetail() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfPerformanceInsightsMessage |
getActions()
Gets the value of the actions property.
|
DayMonthAndYear |
getDate()
Gets the value of the date property.
|
PerformanceInsightsMessage |
getDescription()
Gets the value of the description property.
|
Long |
getEntityId()
Gets the value of the entityId property.
|
EntityType |
getEntityType()
Gets the value of the entityType property.
|
KPIType |
getKPIType()
Gets the value of the kpiType property.
|
ArrayOfPerformanceInsightsMessage |
getRootCauses()
Gets the value of the rootCauses property.
|
void |
setActions(ArrayOfPerformanceInsightsMessage value)
Sets the value of the actions property.
|
void |
setDate(DayMonthAndYear value)
Sets the value of the date property.
|
void |
setDescription(PerformanceInsightsMessage value)
Sets the value of the description property.
|
void |
setEntityId(Long value)
Sets the value of the entityId property.
|
void |
setEntityType(EntityType value)
Sets the value of the entityType property.
|
void |
setKPIType(KPIType value)
Sets the value of the kpiType property.
|
void |
setRootCauses(ArrayOfPerformanceInsightsMessage value)
Sets the value of the rootCauses property.
|
protected Long entityId
protected EntityType entityType
protected KPIType kpiType
protected DayMonthAndYear date
protected PerformanceInsightsMessage description
protected ArrayOfPerformanceInsightsMessage rootCauses
protected ArrayOfPerformanceInsightsMessage actions
public Long getEntityId()
Longpublic void setEntityId(Long value)
value - allowed object is
Longpublic EntityType getEntityType()
EntityTypepublic void setEntityType(EntityType value)
value - allowed object is
EntityTypepublic KPIType getKPIType()
KPITypepublic void setKPIType(KPIType value)
value - allowed object is
KPITypepublic DayMonthAndYear getDate()
DayMonthAndYearpublic void setDate(DayMonthAndYear value)
value - allowed object is
DayMonthAndYearpublic PerformanceInsightsMessage getDescription()
PerformanceInsightsMessagepublic void setDescription(PerformanceInsightsMessage value)
value - allowed object is
PerformanceInsightsMessagepublic ArrayOfPerformanceInsightsMessage getRootCauses()
ArrayOfPerformanceInsightsMessagepublic void setRootCauses(ArrayOfPerformanceInsightsMessage value)
value - allowed object is
ArrayOfPerformanceInsightsMessagepublic ArrayOfPerformanceInsightsMessage getActions()
ArrayOfPerformanceInsightsMessagepublic void setActions(ArrayOfPerformanceInsightsMessage value)
value - allowed object is
ArrayOfPerformanceInsightsMessageCopyright © 2024. All rights reserved.