public class Member extends Object
Java class for Member complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Member">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="hashedEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mobileId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hashedPhoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="addressInfo" type="{https://adwords.google.com/api/adwords/rm/v201809}AddressInfo" minOccurs="0"/>
<element name="userId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AddressInfo |
addressInfo |
protected String |
hashedEmail |
protected String |
hashedPhoneNumber |
protected String |
mobileId |
protected String |
userId |
| Constructor and Description |
|---|
Member() |
| Modifier and Type | Method and Description |
|---|---|
AddressInfo |
getAddressInfo()
Gets the value of the addressInfo property.
|
String |
getHashedEmail()
Gets the value of the hashedEmail property.
|
String |
getHashedPhoneNumber()
Gets the value of the hashedPhoneNumber property.
|
String |
getMobileId()
Gets the value of the mobileId property.
|
String |
getUserId()
Gets the value of the userId property.
|
void |
setAddressInfo(AddressInfo value)
Sets the value of the addressInfo property.
|
void |
setHashedEmail(String value)
Sets the value of the hashedEmail property.
|
void |
setHashedPhoneNumber(String value)
Sets the value of the hashedPhoneNumber property.
|
void |
setMobileId(String value)
Sets the value of the mobileId property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
protected String hashedEmail
protected String mobileId
protected String hashedPhoneNumber
protected AddressInfo addressInfo
protected String userId
public String getHashedEmail()
Stringpublic void setHashedEmail(String value)
value - allowed object is
Stringpublic String getMobileId()
Stringpublic void setMobileId(String value)
value - allowed object is
Stringpublic String getHashedPhoneNumber()
Stringpublic void setHashedPhoneNumber(String value)
value - allowed object is
Stringpublic AddressInfo getAddressInfo()
AddressInfopublic void setAddressInfo(AddressInfo value)
value - allowed object is
AddressInfopublic String getUserId()
StringCopyright © 2023. All rights reserved.