com.google.api.adwords.v10
Class ApiError

java.lang.Object
  extended by com.google.api.adwords.v10.ApiError
All Implemented Interfaces:
java.io.Serializable

public class ApiError
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ApiError()
           
ApiError(int code, java.lang.String detail, java.lang.String field, int index, boolean isExemptable, java.lang.Integer textIndex, java.lang.Integer textLength, java.lang.String trigger)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getCode()
          Gets the code value for this ApiError.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getDetail()
          Gets the detail value for this ApiError.
 java.lang.String getField()
          Gets the field value for this ApiError.
 int getIndex()
          Gets the index value for this ApiError.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.Integer getTextIndex()
          Gets the textIndex value for this ApiError.
 java.lang.Integer getTextLength()
          Gets the textLength value for this ApiError.
 java.lang.String getTrigger()
          Gets the trigger value for this ApiError.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isIsExemptable()
          Gets the isExemptable value for this ApiError.
 void setCode(int code)
          Sets the code value for this ApiError.
 void setDetail(java.lang.String detail)
          Sets the detail value for this ApiError.
 void setField(java.lang.String field)
          Sets the field value for this ApiError.
 void setIndex(int index)
          Sets the index value for this ApiError.
 void setIsExemptable(boolean isExemptable)
          Sets the isExemptable value for this ApiError.
 void setTextIndex(java.lang.Integer textIndex)
          Sets the textIndex value for this ApiError.
 void setTextLength(java.lang.Integer textLength)
          Sets the textLength value for this ApiError.
 void setTrigger(java.lang.String trigger)
          Sets the trigger value for this ApiError.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiError

public ApiError()

ApiError

public ApiError(int code,
                java.lang.String detail,
                java.lang.String field,
                int index,
                boolean isExemptable,
                java.lang.Integer textIndex,
                java.lang.Integer textLength,
                java.lang.String trigger)
Method Detail

getCode

public int getCode()
Gets the code value for this ApiError.

Returns:
code

setCode

public void setCode(int code)
Sets the code value for this ApiError.

Parameters:
code -

getDetail

public java.lang.String getDetail()
Gets the detail value for this ApiError.

Returns:
detail

setDetail

public void setDetail(java.lang.String detail)
Sets the detail value for this ApiError.

Parameters:
detail -

getField

public java.lang.String getField()
Gets the field value for this ApiError.

Returns:
field

setField

public void setField(java.lang.String field)
Sets the field value for this ApiError.

Parameters:
field -

getIndex

public int getIndex()
Gets the index value for this ApiError.

Returns:
index

setIndex

public void setIndex(int index)
Sets the index value for this ApiError.

Parameters:
index -

isIsExemptable

public boolean isIsExemptable()
Gets the isExemptable value for this ApiError.

Returns:
isExemptable

setIsExemptable

public void setIsExemptable(boolean isExemptable)
Sets the isExemptable value for this ApiError.

Parameters:
isExemptable -

getTextIndex

public java.lang.Integer getTextIndex()
Gets the textIndex value for this ApiError.

Returns:
textIndex

setTextIndex

public void setTextIndex(java.lang.Integer textIndex)
Sets the textIndex value for this ApiError.

Parameters:
textIndex -

getTextLength

public java.lang.Integer getTextLength()
Gets the textLength value for this ApiError.

Returns:
textLength

setTextLength

public void setTextLength(java.lang.Integer textLength)
Sets the textLength value for this ApiError.

Parameters:
textLength -

getTrigger

public java.lang.String getTrigger()
Gets the trigger value for this ApiError.

Returns:
trigger

setTrigger

public void setTrigger(java.lang.String trigger)
Sets the trigger value for this ApiError.

Parameters:
trigger -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright © 2005 Google Corp. All Rights Reserved.