com.google.api.ads.dfp.axis.v201208
Class ClientLogin

java.lang.Object
  extended by com.google.api.ads.dfp.axis.v201208.Authentication
      extended by com.google.api.ads.dfp.axis.v201208.ClientLogin
All Implemented Interfaces:
Serializable

public class ClientLogin
extends Authentication
implements Serializable

The credentials for the ClientLogin API authentication protocol. See http://code.google.com/apis/accounts/docs/AuthForInstalledApps.html.

See Also:
Serialized Form

Constructor Summary
ClientLogin()
           
ClientLogin(String authenticationType, String token)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getToken()
          Gets the token value for this ClientLogin.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setToken(String token)
          Sets the token value for this ClientLogin.
 
Methods inherited from class com.google.api.ads.dfp.axis.v201208.Authentication
getAuthenticationType, setAuthenticationType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientLogin

public ClientLogin()

ClientLogin

public ClientLogin(String authenticationType,
                   String token)
Method Detail

getToken

public String getToken()
Gets the token value for this ClientLogin.

Returns:
token * The Auth token retrieved from the ClientLogin API.

setToken

public void setToken(String token)
Sets the token value for this ClientLogin.

Parameters:
token - * The Auth token retrieved from the ClientLogin API.

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Authentication

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.