com.google.api.ads.common.lib.auth
Class ClientLogin
java.lang.Object
com.google.api.ads.common.lib.auth.ClientLogin
public class ClientLogin
- extends Object
Wrapper for
ClientLogin.
- Author:
- Adam Rogal
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientLogin
public ClientLogin()
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.