public class UserIdentifier extends Object
Java class for UserIdentifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserIdentifier">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userIdentifierType" type="{https://adwords.google.com/api/adwords/rm/v201809}OfflineDataUploadUserIdentifierType" minOccurs="0"/>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OfflineDataUploadUserIdentifierType |
userIdentifierType |
protected String |
value |
| Constructor and Description |
|---|
UserIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
OfflineDataUploadUserIdentifierType |
getUserIdentifierType()
Gets the value of the userIdentifierType property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setUserIdentifierType(OfflineDataUploadUserIdentifierType value)
Sets the value of the userIdentifierType property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected OfflineDataUploadUserIdentifierType userIdentifierType
protected String value
public OfflineDataUploadUserIdentifierType getUserIdentifierType()
OfflineDataUploadUserIdentifierTypepublic void setUserIdentifierType(OfflineDataUploadUserIdentifierType value)
value - allowed object is
OfflineDataUploadUserIdentifierTypepublic String getValue()
StringCopyright © 2023. All rights reserved.