public class ProductMarketplaceInfo extends Object
Product.
Java class for ProductMarketplaceInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductMarketplaceInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="adExchangeEnvironment" type="{https://www.google.com/apis/ads/publisher/v201708}AdExchangeEnvironment" minOccurs="0"/>
<element name="additionalTerms" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="additionalTermsSource" type="{https://www.google.com/apis/ads/publisher/v201708}ValueSourceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalTerms |
protected ValueSourceType |
additionalTermsSource |
protected AdExchangeEnvironment |
adExchangeEnvironment |
| Constructor and Description |
|---|
ProductMarketplaceInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalTerms()
Gets the value of the additionalTerms property.
|
ValueSourceType |
getAdditionalTermsSource()
Gets the value of the additionalTermsSource property.
|
AdExchangeEnvironment |
getAdExchangeEnvironment()
Gets the value of the adExchangeEnvironment property.
|
void |
setAdditionalTerms(String value)
Sets the value of the additionalTerms property.
|
void |
setAdditionalTermsSource(ValueSourceType value)
Sets the value of the additionalTermsSource property.
|
void |
setAdExchangeEnvironment(AdExchangeEnvironment value)
Sets the value of the adExchangeEnvironment property.
|
protected AdExchangeEnvironment adExchangeEnvironment
protected String additionalTerms
protected ValueSourceType additionalTermsSource
public AdExchangeEnvironment getAdExchangeEnvironment()
AdExchangeEnvironmentpublic void setAdExchangeEnvironment(AdExchangeEnvironment value)
value - allowed object is
AdExchangeEnvironmentpublic String getAdditionalTerms()
Stringpublic void setAdditionalTerms(String value)
value - allowed object is
Stringpublic ValueSourceType getAdditionalTermsSource()
ValueSourceTypepublic void setAdditionalTermsSource(ValueSourceType value)
value - allowed object is
ValueSourceTypeCopyright © 2018. All Rights Reserved.