|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.mcm.Account
public class Account
Represents a single AdWords account.
| Constructor Summary | |
|---|---|
Account()
|
|
Account(Long customerId,
String login,
String companyName,
Boolean canManageClients,
String currencyCode,
String dateTimeZone)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Boolean |
getCanManageClients()
Gets the canManageClients value for this Account. |
String |
getCompanyName()
Gets the companyName value for this Account. |
String |
getCurrencyCode()
Gets the currencyCode value for this Account. |
Long |
getCustomerId()
Gets the customerId value for this Account. |
String |
getDateTimeZone()
Gets the dateTimeZone value for this Account. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getLogin()
Gets the login value for this Account. |
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 |
setCanManageClients(Boolean canManageClients)
Sets the canManageClients value for this Account. |
void |
setCompanyName(String companyName)
Sets the companyName value for this Account. |
void |
setCurrencyCode(String currencyCode)
Sets the currencyCode value for this Account. |
void |
setCustomerId(Long customerId)
Sets the customerId value for this Account. |
void |
setDateTimeZone(String dateTimeZone)
Sets the dateTimeZone value for this Account. |
void |
setLogin(String login)
Sets the login value for this Account. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Account()
public Account(Long customerId,
String login,
String companyName,
Boolean canManageClients,
String currencyCode,
String dateTimeZone)
| Method Detail |
|---|
public Long getCustomerId()
Operators : ADD. If this field is
sent to the API, it will be ignored.public void setCustomerId(Long customerId)
customerId - * The 10-digit ID that uniquely identifies the AdWords account.
This field is read only and should
not be set for following Operators : ADD. If this field is
sent to the API, it will be ignored.public String getLogin()
Operators : ADD. If this field is
sent to the API, it will be ignored.public void setLogin(String login)
login - * The email address of the account's first login user, if any.
This field is read only and should
not be set for following Operators : ADD. If this field is
sent to the API, it will be ignored.public String getCompanyName()
Operators : ADD.
If this field is sent to the API, it will be ignored.public void setCompanyName(String companyName)
companyName - * The company name of the account, if any.
This field is read
only and should not be set for following Operators : ADD.
If this field is sent to the API, it will be ignored.public Boolean getCanManageClients()
Operators : ADD.
If this field is sent to the API, it will be ignored.public void setCanManageClients(Boolean canManageClients)
canManageClients - * Whether this account can manage clients.
This field is read
only and should not be set for following Operators : ADD.
If this field is sent to the API, it will be ignored.public String getCurrencyCode()
This field can only be set during creation of the
account.
This field is required
and should not be null when it is contained within Operators : ADD.
The length of
this string should be between 3 and 3, inclusive.
public void setCurrencyCode(String currencyCode)
currencyCode - * The currency in which this account operates.
We support a subset of the currency codes derived
from the ISO 4217 standard.
See Currency Codes for the currently supported currencies.
This field can only be set during creation of the
account.
This field is required
and should not be null when it is contained within Operators : ADD.
The length of
this string should be between 3 and 3, inclusive.
public String getDateTimeZone()
This field can only be set during creation of the account.
This field is not provided by ServicedAccountService.
This field is required and should
not be null when it is contained within Operators
: ADD.
public void setDateTimeZone(String dateTimeZone)
dateTimeZone - * The local timezone ID for this Account.
See Time Zone Codes for the currently supported list.
This field can only be set during creation of the account.
This field is not provided by ServicedAccountService.
This field is required and should
not be null when it is contained within Operators
: ADD.
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||