com.google.api.ads.dfp.axis.v201201
Class ComputedStatus

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

public class ComputedStatus
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _CANCELED
           
static String _COMPLETED
           
static String _DELIVERING
           
static String _DELIVERY_EXTENDED
           
static String _DISAPPROVED
           
static String _DRAFT
           
static String _NEEDS_CREATIVES
           
static String _PAUSED
           
static String _PAUSED_INVENTORY_RELEASED
           
static String _PENDING_APPROVAL
           
static String _READY
           
static ComputedStatus CANCELED
           
static ComputedStatus COMPLETED
           
static ComputedStatus DELIVERING
           
static ComputedStatus DELIVERY_EXTENDED
           
static ComputedStatus DISAPPROVED
           
static ComputedStatus DRAFT
           
static ComputedStatus NEEDS_CREATIVES
           
static ComputedStatus PAUSED
           
static ComputedStatus PAUSED_INVENTORY_RELEASED
           
static ComputedStatus PENDING_APPROVAL
           
static ComputedStatus READY
           
 
Constructor Summary
protected ComputedStatus(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static ComputedStatus fromString(String value)
           
static ComputedStatus fromValue(String value)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getValue()
           
 int hashCode()
           
 Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_DELIVERY_EXTENDED

public static final String _DELIVERY_EXTENDED
See Also:
Constant Field Values

_DELIVERING

public static final String _DELIVERING
See Also:
Constant Field Values

_READY

public static final String _READY
See Also:
Constant Field Values

_PAUSED

public static final String _PAUSED
See Also:
Constant Field Values

_NEEDS_CREATIVES

public static final String _NEEDS_CREATIVES
See Also:
Constant Field Values

_PAUSED_INVENTORY_RELEASED

public static final String _PAUSED_INVENTORY_RELEASED
See Also:
Constant Field Values

_PENDING_APPROVAL

public static final String _PENDING_APPROVAL
See Also:
Constant Field Values

_COMPLETED

public static final String _COMPLETED
See Also:
Constant Field Values

_DISAPPROVED

public static final String _DISAPPROVED
See Also:
Constant Field Values

_DRAFT

public static final String _DRAFT
See Also:
Constant Field Values

_CANCELED

public static final String _CANCELED
See Also:
Constant Field Values

DELIVERY_EXTENDED

public static final ComputedStatus DELIVERY_EXTENDED

DELIVERING

public static final ComputedStatus DELIVERING

READY

public static final ComputedStatus READY

PAUSED

public static final ComputedStatus PAUSED

NEEDS_CREATIVES

public static final ComputedStatus NEEDS_CREATIVES

PAUSED_INVENTORY_RELEASED

public static final ComputedStatus PAUSED_INVENTORY_RELEASED

PENDING_APPROVAL

public static final ComputedStatus PENDING_APPROVAL

COMPLETED

public static final ComputedStatus COMPLETED

DISAPPROVED

public static final ComputedStatus DISAPPROVED

DRAFT

public static final ComputedStatus DRAFT

CANCELED

public static final ComputedStatus CANCELED
Constructor Detail

ComputedStatus

protected ComputedStatus(String value)
Method Detail

getValue

public String getValue()

fromValue

public static ComputedStatus fromValue(String value)
                                throws IllegalArgumentException
Throws:
IllegalArgumentException

fromString

public static ComputedStatus fromString(String value)
                                 throws IllegalArgumentException
Throws:
IllegalArgumentException

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getSerializer

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

getDeserializer

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

getTypeDesc

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



Copyright © 2012. All Rights Reserved.