com.google.api.ads.dfp.axis.v201203
Class DeliveryIndicator

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201203.DeliveryIndicator
All Implemented Interfaces:
Serializable

public class DeliveryIndicator
extends Object
implements Serializable

Indicates the delivery performance of the LineItem.

See Also:
Serialized Form

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

DeliveryIndicator

public DeliveryIndicator()

DeliveryIndicator

public DeliveryIndicator(Double expectedDeliveryPercentage,
                         Double actualDeliveryPercentage)
Method Detail

getExpectedDeliveryPercentage

public Double getExpectedDeliveryPercentage()
Gets the expectedDeliveryPercentage value for this DeliveryIndicator.

Returns:
expectedDeliveryPercentage * How much the LineItem was expected to deliver as a percentage of LineItemSummary.unitsBought.

setExpectedDeliveryPercentage

public void setExpectedDeliveryPercentage(Double expectedDeliveryPercentage)
Sets the expectedDeliveryPercentage value for this DeliveryIndicator.

Parameters:
expectedDeliveryPercentage - * How much the LineItem was expected to deliver as a percentage of LineItemSummary.unitsBought.

getActualDeliveryPercentage

public Double getActualDeliveryPercentage()
Gets the actualDeliveryPercentage value for this DeliveryIndicator.

Returns:
actualDeliveryPercentage * How much the line item actually delivered as a percentage of LineItemSummary.unitsBought.

setActualDeliveryPercentage

public void setActualDeliveryPercentage(Double actualDeliveryPercentage)
Sets the actualDeliveryPercentage value for this DeliveryIndicator.

Parameters:
actualDeliveryPercentage - * How much the line item actually delivered as a percentage of LineItemSummary.unitsBought.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.