public class ProposalLineItemPremium extends Object
PremiumRateValue (formerly
referred to as a RateCardCustomization).
Java class for ProposalLineItemPremium complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProposalLineItemPremium">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="premiumRateValue" type="{https://www.google.com/apis/ads/publisher/v201711}PremiumRateValue" minOccurs="0"/>
<element name="status" type="{https://www.google.com/apis/ads/publisher/v201711}ProposalLineItemPremiumStatus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PremiumRateValue |
premiumRateValue |
protected ProposalLineItemPremiumStatus |
status |
| Constructor and Description |
|---|
ProposalLineItemPremium() |
| Modifier and Type | Method and Description |
|---|---|
PremiumRateValue |
getPremiumRateValue()
Gets the value of the premiumRateValue property.
|
ProposalLineItemPremiumStatus |
getStatus()
Gets the value of the status property.
|
void |
setPremiumRateValue(PremiumRateValue value)
Sets the value of the premiumRateValue property.
|
void |
setStatus(ProposalLineItemPremiumStatus value)
Sets the value of the status property.
|
protected PremiumRateValue premiumRateValue
protected ProposalLineItemPremiumStatus status
public PremiumRateValue getPremiumRateValue()
PremiumRateValuepublic void setPremiumRateValue(PremiumRateValue value)
value - allowed object is
PremiumRateValuepublic ProposalLineItemPremiumStatus getStatus()
ProposalLineItemPremiumStatuspublic void setStatus(ProposalLineItemPremiumStatus value)
value - allowed object is
ProposalLineItemPremiumStatusCopyright © 2018. All Rights Reserved.