public class PerformanceTarget extends Object
Java class for PerformanceTarget complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PerformanceTarget">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="volumeGoalType" type="{https://adwords.google.com/api/adwords/cm/v201809}VolumeGoalType" minOccurs="0"/>
<element name="volumeTargetValue" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="efficiencyTargetType" type="{https://adwords.google.com/api/adwords/cm/v201809}EfficiencyTargetType" minOccurs="0"/>
<element name="efficiencyTargetValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="spendTarget" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="spendTargetType" type="{https://adwords.google.com/api/adwords/cm/v201809}SpendTargetType" minOccurs="0"/>
<element name="forecastStatus" type="{https://adwords.google.com/api/adwords/cm/v201809}PerformanceTargetStatus" minOccurs="0"/>
<element name="hasPromotedSuggestions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="startDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EfficiencyTargetType |
efficiencyTargetType |
protected Double |
efficiencyTargetValue |
protected String |
endDate |
protected PerformanceTargetStatus |
forecastStatus |
protected Boolean |
hasPromotedSuggestions |
protected Money |
spendTarget |
protected SpendTargetType |
spendTargetType |
protected String |
startDate |
protected VolumeGoalType |
volumeGoalType |
protected Long |
volumeTargetValue |
| Constructor and Description |
|---|
PerformanceTarget() |
| Modifier and Type | Method and Description |
|---|---|
EfficiencyTargetType |
getEfficiencyTargetType()
Gets the value of the efficiencyTargetType property.
|
Double |
getEfficiencyTargetValue()
Gets the value of the efficiencyTargetValue property.
|
String |
getEndDate()
Gets the value of the endDate property.
|
PerformanceTargetStatus |
getForecastStatus()
Gets the value of the forecastStatus property.
|
Money |
getSpendTarget()
Gets the value of the spendTarget property.
|
SpendTargetType |
getSpendTargetType()
Gets the value of the spendTargetType property.
|
String |
getStartDate()
Gets the value of the startDate property.
|
VolumeGoalType |
getVolumeGoalType()
Gets the value of the volumeGoalType property.
|
Long |
getVolumeTargetValue()
Gets the value of the volumeTargetValue property.
|
Boolean |
isHasPromotedSuggestions()
Gets the value of the hasPromotedSuggestions property.
|
void |
setEfficiencyTargetType(EfficiencyTargetType value)
Sets the value of the efficiencyTargetType property.
|
void |
setEfficiencyTargetValue(Double value)
Sets the value of the efficiencyTargetValue property.
|
void |
setEndDate(String value)
Sets the value of the endDate property.
|
void |
setForecastStatus(PerformanceTargetStatus value)
Sets the value of the forecastStatus property.
|
void |
setHasPromotedSuggestions(Boolean value)
Sets the value of the hasPromotedSuggestions property.
|
void |
setSpendTarget(Money value)
Sets the value of the spendTarget property.
|
void |
setSpendTargetType(SpendTargetType value)
Sets the value of the spendTargetType property.
|
void |
setStartDate(String value)
Sets the value of the startDate property.
|
void |
setVolumeGoalType(VolumeGoalType value)
Sets the value of the volumeGoalType property.
|
void |
setVolumeTargetValue(Long value)
Sets the value of the volumeTargetValue property.
|
protected VolumeGoalType volumeGoalType
protected Long volumeTargetValue
protected EfficiencyTargetType efficiencyTargetType
protected Double efficiencyTargetValue
protected Money spendTarget
protected SpendTargetType spendTargetType
protected PerformanceTargetStatus forecastStatus
protected Boolean hasPromotedSuggestions
protected String startDate
protected String endDate
public VolumeGoalType getVolumeGoalType()
VolumeGoalTypepublic void setVolumeGoalType(VolumeGoalType value)
value - allowed object is
VolumeGoalTypepublic Long getVolumeTargetValue()
Longpublic void setVolumeTargetValue(Long value)
value - allowed object is
Longpublic EfficiencyTargetType getEfficiencyTargetType()
EfficiencyTargetTypepublic void setEfficiencyTargetType(EfficiencyTargetType value)
value - allowed object is
EfficiencyTargetTypepublic Double getEfficiencyTargetValue()
Doublepublic void setEfficiencyTargetValue(Double value)
value - allowed object is
Doublepublic Money getSpendTarget()
Moneypublic void setSpendTarget(Money value)
value - allowed object is
Moneypublic SpendTargetType getSpendTargetType()
SpendTargetTypepublic void setSpendTargetType(SpendTargetType value)
value - allowed object is
SpendTargetTypepublic PerformanceTargetStatus getForecastStatus()
PerformanceTargetStatuspublic void setForecastStatus(PerformanceTargetStatus value)
value - allowed object is
PerformanceTargetStatuspublic Boolean isHasPromotedSuggestions()
Booleanpublic void setHasPromotedSuggestions(Boolean value)
value - allowed object is
Booleanpublic String getStartDate()
Stringpublic void setStartDate(String value)
value - allowed object is
Stringpublic String getEndDate()
StringCopyright © 2023. All rights reserved.