com.google.api.ads.adwords.v201109.cm
Class QualityInfo

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.QualityInfo
All Implemented Interfaces:
Serializable

public class QualityInfo
extends Object
implements Serializable

Container for criterion quality information.

See Also:
Serialized Form

Constructor Summary
QualityInfo()
           
QualityInfo(Boolean isKeywordAdRelevanceAcceptable, Boolean isLandingPageQualityAcceptable, Boolean isLandingPageLatencyAcceptable, Integer qualityScore)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Boolean getIsKeywordAdRelevanceAcceptable()
          Gets the isKeywordAdRelevanceAcceptable value for this QualityInfo.
 Boolean getIsLandingPageLatencyAcceptable()
          Gets the isLandingPageLatencyAcceptable value for this QualityInfo.
 Boolean getIsLandingPageQualityAcceptable()
          Gets the isLandingPageQualityAcceptable value for this QualityInfo.
 Integer getQualityScore()
          Gets the qualityScore value for this QualityInfo.
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 setIsKeywordAdRelevanceAcceptable(Boolean isKeywordAdRelevanceAcceptable)
          Sets the isKeywordAdRelevanceAcceptable value for this QualityInfo.
 void setIsLandingPageLatencyAcceptable(Boolean isLandingPageLatencyAcceptable)
          Sets the isLandingPageLatencyAcceptable value for this QualityInfo.
 void setIsLandingPageQualityAcceptable(Boolean isLandingPageQualityAcceptable)
          Sets the isLandingPageQualityAcceptable value for this QualityInfo.
 void setQualityScore(Integer qualityScore)
          Sets the qualityScore value for this QualityInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QualityInfo

public QualityInfo()

QualityInfo

public QualityInfo(Boolean isKeywordAdRelevanceAcceptable,
                   Boolean isLandingPageQualityAcceptable,
                   Boolean isLandingPageLatencyAcceptable,
                   Integer qualityScore)
Method Detail

getIsKeywordAdRelevanceAcceptable

public Boolean getIsKeywordAdRelevanceAcceptable()
Gets the isKeywordAdRelevanceAcceptable value for this QualityInfo.

Returns:
isKeywordAdRelevanceAcceptable * Whether the keyword relevance is acceptable. This field can be selected using the value "IsKeywordAdRelevanceAcceptable".This field can be filtered on.

setIsKeywordAdRelevanceAcceptable

public void setIsKeywordAdRelevanceAcceptable(Boolean isKeywordAdRelevanceAcceptable)
Sets the isKeywordAdRelevanceAcceptable value for this QualityInfo.

Parameters:
isKeywordAdRelevanceAcceptable - * Whether the keyword relevance is acceptable. This field can be selected using the value "IsKeywordAdRelevanceAcceptable".This field can be filtered on.

getIsLandingPageQualityAcceptable

public Boolean getIsLandingPageQualityAcceptable()
Gets the isLandingPageQualityAcceptable value for this QualityInfo.

Returns:
isLandingPageQualityAcceptable * Whether the landing page quality is acceptable. This field can be selected using the value "IsLandingPageQualityAcceptable".This field can be filtered on.

setIsLandingPageQualityAcceptable

public void setIsLandingPageQualityAcceptable(Boolean isLandingPageQualityAcceptable)
Sets the isLandingPageQualityAcceptable value for this QualityInfo.

Parameters:
isLandingPageQualityAcceptable - * Whether the landing page quality is acceptable. This field can be selected using the value "IsLandingPageQualityAcceptable".This field can be filtered on.

getIsLandingPageLatencyAcceptable

public Boolean getIsLandingPageLatencyAcceptable()
Gets the isLandingPageLatencyAcceptable value for this QualityInfo.

Returns:
isLandingPageLatencyAcceptable * Whether the latency to load the landing page is acceptable. This field can be selected using the value "IsLandingPageLatencyAcceptable".This field can be filtered on.

setIsLandingPageLatencyAcceptable

public void setIsLandingPageLatencyAcceptable(Boolean isLandingPageLatencyAcceptable)
Sets the isLandingPageLatencyAcceptable value for this QualityInfo.

Parameters:
isLandingPageLatencyAcceptable - * Whether the latency to load the landing page is acceptable. This field can be selected using the value "IsLandingPageLatencyAcceptable".This field can be filtered on.

getQualityScore

public Integer getQualityScore()
Gets the qualityScore value for this QualityInfo.

Returns:
qualityScore * Keyword quality score that ranges from 1 to 10, 1 being the lowest, 10 the highest. This field can be selected using the value "QualityScore".This field can be filtered on.

setQualityScore

public void setQualityScore(Integer qualityScore)
Sets the qualityScore value for this QualityInfo.

Parameters:
qualityScore - * Keyword quality score that ranges from 1 to 10, 1 being the lowest, 10 the highest. This field can be selected using the value "QualityScore".This field can be filtered on.

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 © 2011. All Rights Reserved.