public class PremiumRateValue extends Object
RateCard which could be applied to the line item and charges extra.
Java class for PremiumRateValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PremiumRateValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="premiumRateId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="premiumFeature" type="{https://www.google.com/apis/ads/publisher/v201805}PremiumFeature" minOccurs="0"/>
<element name="rateType" type="{https://www.google.com/apis/ads/publisher/v201805}RateType" minOccurs="0"/>
<element name="adjustmentType" type="{https://www.google.com/apis/ads/publisher/v201805}PremiumAdjustmentType" minOccurs="0"/>
<element name="adjustmentSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
adjustmentSize |
protected PremiumAdjustmentType |
adjustmentType |
protected PremiumFeature |
premiumFeature |
protected Long |
premiumRateId |
protected RateType |
rateType |
| Constructor and Description |
|---|
PremiumRateValue() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAdjustmentSize()
Gets the value of the adjustmentSize property.
|
PremiumAdjustmentType |
getAdjustmentType()
Gets the value of the adjustmentType property.
|
PremiumFeature |
getPremiumFeature()
Gets the value of the premiumFeature property.
|
Long |
getPremiumRateId()
Gets the value of the premiumRateId property.
|
RateType |
getRateType()
Gets the value of the rateType property.
|
void |
setAdjustmentSize(Long value)
Sets the value of the adjustmentSize property.
|
void |
setAdjustmentType(PremiumAdjustmentType value)
Sets the value of the adjustmentType property.
|
void |
setPremiumFeature(PremiumFeature value)
Sets the value of the premiumFeature property.
|
void |
setPremiumRateId(Long value)
Sets the value of the premiumRateId property.
|
void |
setRateType(RateType value)
Sets the value of the rateType property.
|
protected Long premiumRateId
protected PremiumFeature premiumFeature
protected RateType rateType
protected PremiumAdjustmentType adjustmentType
protected Long adjustmentSize
public Long getPremiumRateId()
Longpublic void setPremiumRateId(Long value)
value - allowed object is
Longpublic PremiumFeature getPremiumFeature()
PremiumFeaturepublic void setPremiumFeature(PremiumFeature value)
value - allowed object is
PremiumFeaturepublic RateType getRateType()
RateTypepublic void setRateType(RateType value)
value - allowed object is
RateTypepublic PremiumAdjustmentType getAdjustmentType()
PremiumAdjustmentTypepublic void setAdjustmentType(PremiumAdjustmentType value)
value - allowed object is
PremiumAdjustmentTypepublic Long getAdjustmentSize()
LongCopyright © 2018. All Rights Reserved.