|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201201.DeliveryIndicator
public class DeliveryIndicator
Indicates the delivery performance of the LineItem.
| Constructor Summary | |
|---|---|
DeliveryIndicator()
|
|
DeliveryIndicator(Double expectedDeliveryPercentage,
Double actualDeliveryPercentage)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Double |
getActualDeliveryPercentage()
Gets the actualDeliveryPercentage value for this DeliveryIndicator. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Double |
getExpectedDeliveryPercentage()
Gets the expectedDeliveryPercentage value for this DeliveryIndicator. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setActualDeliveryPercentage(Double actualDeliveryPercentage)
Sets the actualDeliveryPercentage value for this DeliveryIndicator. |
void |
setExpectedDeliveryPercentage(Double expectedDeliveryPercentage)
Sets the expectedDeliveryPercentage value for this DeliveryIndicator. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeliveryIndicator()
public DeliveryIndicator(Double expectedDeliveryPercentage,
Double actualDeliveryPercentage)
| Method Detail |
|---|
public Double getExpectedDeliveryPercentage()
LineItem was expected to deliver as a
percentage of
LineItemSummary.unitsBought.public void setExpectedDeliveryPercentage(Double expectedDeliveryPercentage)
expectedDeliveryPercentage - * How much the LineItem was expected to deliver as a
percentage of
LineItemSummary.unitsBought.public Double getActualDeliveryPercentage()
LineItemSummary.unitsBought.public void setActualDeliveryPercentage(Double actualDeliveryPercentage)
actualDeliveryPercentage - * How much the line item actually delivered as a percentage of
LineItemSummary.unitsBought.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||