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