public class ConversionGoalRevenue extends Object
Java class for ConversionGoalRevenue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConversionGoalRevenue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CurrencyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{https://bingads.microsoft.com/CampaignManagement/v13}ConversionGoalRevenueType" minOccurs="0"/>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currencyCode |
protected ConversionGoalRevenueType |
type |
protected BigDecimal |
value |
| Constructor and Description |
|---|
ConversionGoalRevenue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrencyCode()
Gets the value of the currencyCode property.
|
ConversionGoalRevenueType |
getType()
Gets the value of the type property.
|
BigDecimal |
getValue()
Gets the value of the value property.
|
void |
setCurrencyCode(String value)
Sets the value of the currencyCode property.
|
void |
setType(ConversionGoalRevenueType value)
Sets the value of the type property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
protected String currencyCode
protected ConversionGoalRevenueType type
protected BigDecimal value
public String getCurrencyCode()
Stringpublic void setCurrencyCode(String value)
value - allowed object is
Stringpublic ConversionGoalRevenueType getType()
ConversionGoalRevenueTypepublic void setType(ConversionGoalRevenueType value)
value - allowed object is
ConversionGoalRevenueTypepublic BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2024. All rights reserved.