public class User extends Object
Java class for User complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="User">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ContactInfo" type="{https://bingads.microsoft.com/Customer/v13/Entities}ContactInfo" minOccurs="0"/>
<element name="CustomerId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="JobTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastModifiedByUserId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="LastModifiedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Lcid" type="{https://bingads.microsoft.com/Customer/v13/Entities}LCID" minOccurs="0"/>
<element name="Name" type="{https://bingads.microsoft.com/Customer/v13/Entities}PersonName" minOccurs="0"/>
<element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SecretAnswer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SecretQuestion" type="{https://bingads.microsoft.com/Customer/v13/Entities}SecretQuestion" minOccurs="0"/>
<element name="UserLifeCycleStatus" type="{https://bingads.microsoft.com/Customer/v13/Entities}UserLifeCycleStatus" minOccurs="0"/>
<element name="TimeStamp" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="UserName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ForwardCompatibilityMap" type="{http://schemas.datacontract.org/2004/07/System.Collections.Generic}ArrayOfKeyValuePairOfstringstring" minOccurs="0"/>
<element name="AuthenticationToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
authenticationToken |
protected ContactInfo |
contactInfo |
protected Long |
customerId |
protected ArrayOfKeyValuePairOfstringstring |
forwardCompatibilityMap |
protected Long |
id |
protected String |
jobTitle |
protected Long |
lastModifiedByUserId |
protected Calendar |
lastModifiedTime |
protected LCID |
lcid |
protected PersonName |
name |
protected String |
password |
protected String |
secretAnswer |
protected SecretQuestion |
secretQuestion |
protected byte[] |
timeStamp |
protected UserLifeCycleStatus |
userLifeCycleStatus |
protected String |
userName |
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationToken()
Gets the value of the authenticationToken property.
|
ContactInfo |
getContactInfo()
Gets the value of the contactInfo property.
|
Long |
getCustomerId()
Gets the value of the customerId property.
|
ArrayOfKeyValuePairOfstringstring |
getForwardCompatibilityMap()
Gets the value of the forwardCompatibilityMap property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getJobTitle()
Gets the value of the jobTitle property.
|
Long |
getLastModifiedByUserId()
Gets the value of the lastModifiedByUserId property.
|
Calendar |
getLastModifiedTime()
Gets the value of the lastModifiedTime property.
|
LCID |
getLcid()
Gets the value of the lcid property.
|
PersonName |
getName()
Gets the value of the name property.
|
String |
getPassword()
Gets the value of the password property.
|
String |
getSecretAnswer()
Gets the value of the secretAnswer property.
|
SecretQuestion |
getSecretQuestion()
Gets the value of the secretQuestion property.
|
byte[] |
getTimeStamp()
Gets the value of the timeStamp property.
|
UserLifeCycleStatus |
getUserLifeCycleStatus()
Gets the value of the userLifeCycleStatus property.
|
String |
getUserName()
Gets the value of the userName property.
|
void |
setAuthenticationToken(String value)
Sets the value of the authenticationToken property.
|
void |
setContactInfo(ContactInfo value)
Sets the value of the contactInfo property.
|
void |
setCustomerId(Long value)
Sets the value of the customerId property.
|
void |
setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
Sets the value of the forwardCompatibilityMap property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setJobTitle(String value)
Sets the value of the jobTitle property.
|
void |
setLastModifiedByUserId(Long value)
Sets the value of the lastModifiedByUserId property.
|
void |
setLastModifiedTime(Calendar value)
Sets the value of the lastModifiedTime property.
|
void |
setLcid(LCID value)
Sets the value of the lcid property.
|
void |
setName(PersonName value)
Sets the value of the name property.
|
void |
setPassword(String value)
Sets the value of the password property.
|
void |
setSecretAnswer(String value)
Sets the value of the secretAnswer property.
|
void |
setSecretQuestion(SecretQuestion value)
Sets the value of the secretQuestion property.
|
void |
setTimeStamp(byte[] value)
Sets the value of the timeStamp property.
|
void |
setUserLifeCycleStatus(UserLifeCycleStatus value)
Sets the value of the userLifeCycleStatus property.
|
void |
setUserName(String value)
Sets the value of the userName property.
|
protected ContactInfo contactInfo
protected Long customerId
protected Long id
protected String jobTitle
protected Long lastModifiedByUserId
protected Calendar lastModifiedTime
protected LCID lcid
protected PersonName name
protected String password
protected String secretAnswer
protected SecretQuestion secretQuestion
protected UserLifeCycleStatus userLifeCycleStatus
protected byte[] timeStamp
protected String userName
protected ArrayOfKeyValuePairOfstringstring forwardCompatibilityMap
protected String authenticationToken
public ContactInfo getContactInfo()
ContactInfopublic void setContactInfo(ContactInfo value)
value - allowed object is
ContactInfopublic Long getCustomerId()
Longpublic void setCustomerId(Long value)
value - allowed object is
Longpublic void setId(Long value)
value - allowed object is
Longpublic String getJobTitle()
Stringpublic void setJobTitle(String value)
value - allowed object is
Stringpublic Long getLastModifiedByUserId()
Longpublic void setLastModifiedByUserId(Long value)
value - allowed object is
Longpublic Calendar getLastModifiedTime()
Stringpublic void setLastModifiedTime(Calendar value)
value - allowed object is
Stringpublic void setLcid(LCID value)
value - allowed object is
LCIDpublic PersonName getName()
PersonNamepublic void setName(PersonName value)
value - allowed object is
PersonNamepublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getSecretAnswer()
Stringpublic void setSecretAnswer(String value)
value - allowed object is
Stringpublic SecretQuestion getSecretQuestion()
SecretQuestionpublic void setSecretQuestion(SecretQuestion value)
value - allowed object is
SecretQuestionpublic UserLifeCycleStatus getUserLifeCycleStatus()
UserLifeCycleStatuspublic void setUserLifeCycleStatus(UserLifeCycleStatus value)
value - allowed object is
UserLifeCycleStatuspublic byte[] getTimeStamp()
public void setTimeStamp(byte[] value)
value - allowed object is
byte[]public String getUserName()
Stringpublic void setUserName(String value)
value - allowed object is
Stringpublic ArrayOfKeyValuePairOfstringstring getForwardCompatibilityMap()
ArrayOfKeyValuePairOfstringstringpublic void setForwardCompatibilityMap(ArrayOfKeyValuePairOfstringstring value)
value - allowed object is
ArrayOfKeyValuePairOfstringstringpublic String getAuthenticationToken()
StringCopyright © 2024. All rights reserved.