com.google.api.ads.common.lib.auth
Class ClientLogin

java.lang.Object
  extended by com.google.api.ads.common.lib.auth.ClientLogin

public class ClientLogin
extends Object

Wrapper for ClientLogin.

Author:
Adam Rogal

Constructor Summary
ClientLogin()
           
 
Method Summary
 String getAccountType()
           
 String getApplicationName()
           
 String getAuthTokenType()
           
 String getCaptchaAnswer()
           
 String getCaptchaToken()
           
 String getPassword()
           
 com.google.api.client.http.GenericUrl getServerUrl()
           
 com.google.api.client.http.HttpTransport getTransport()
           
 String getUsername()
           
 void setAccountType(String accountType)
           
 void setApplicationName(String applicationName)
           
 void setAuthTokenType(String authTokenType)
           
 void setCaptchaAnswer(String captchaAnswer)
           
 void setCaptchaToken(String captchaToken)
           
 void setPassword(String password)
           
 void setServerUrl(com.google.api.client.http.GenericUrl serverUrl)
           
 void setTransport(com.google.api.client.http.HttpTransport transport)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientLogin

public ClientLogin()
Method Detail

getAccountType

public String getAccountType()

setAccountType

public void setAccountType(String accountType)

getAuthTokenType

public String getAuthTokenType()

setAuthTokenType

public void setAuthTokenType(String authTokenType)

getApplicationName

public String getApplicationName()

setApplicationName

public void setApplicationName(String applicationName)

getCaptchaAnswer

public String getCaptchaAnswer()

setCaptchaAnswer

public void setCaptchaAnswer(String captchaAnswer)

getCaptchaToken

public String getCaptchaToken()

setCaptchaToken

public void setCaptchaToken(String captchaToken)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getServerUrl

public com.google.api.client.http.GenericUrl getServerUrl()

setServerUrl

public void setServerUrl(com.google.api.client.http.GenericUrl serverUrl)

getTransport

public com.google.api.client.http.HttpTransport getTransport()

setTransport

public void setTransport(com.google.api.client.http.HttpTransport transport)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)


Copyright © 2012. All Rights Reserved.