public class CustomAffinityToken extends Object
Java class for CustomAffinityToken complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomAffinityToken">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customAffinityId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="customAffinityTokenId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="tokenType" type="{https://adwords.google.com/api/adwords/rm/v201809}CustomAffinityToken.TokenType" minOccurs="0"/>
<element name="parameter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
customAffinityId |
protected Long |
customAffinityTokenId |
protected String |
parameter |
protected CustomAffinityTokenTokenType |
tokenType |
| Constructor and Description |
|---|
CustomAffinityToken() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCustomAffinityId()
Gets the value of the customAffinityId property.
|
Long |
getCustomAffinityTokenId()
Gets the value of the customAffinityTokenId property.
|
String |
getParameter()
Gets the value of the parameter property.
|
CustomAffinityTokenTokenType |
getTokenType()
Gets the value of the tokenType property.
|
void |
setCustomAffinityId(Long value)
Sets the value of the customAffinityId property.
|
void |
setCustomAffinityTokenId(Long value)
Sets the value of the customAffinityTokenId property.
|
void |
setParameter(String value)
Sets the value of the parameter property.
|
void |
setTokenType(CustomAffinityTokenTokenType value)
Sets the value of the tokenType property.
|
protected Long customAffinityId
protected Long customAffinityTokenId
protected CustomAffinityTokenTokenType tokenType
protected String parameter
public Long getCustomAffinityId()
Longpublic void setCustomAffinityId(Long value)
value - allowed object is
Longpublic Long getCustomAffinityTokenId()
Longpublic void setCustomAffinityTokenId(Long value)
value - allowed object is
Longpublic CustomAffinityTokenTokenType getTokenType()
CustomAffinityTokenTokenTypepublic void setTokenType(CustomAffinityTokenTokenType value)
value - allowed object is
CustomAffinityTokenTokenTypepublic String getParameter()
StringCopyright © 2023. All rights reserved.