public class DaiAuthenticationKey extends Object
DaiAuthenticationKey is used to authenticate stream requests to the IMA SDK API.
Java class for DaiAuthenticationKey complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DaiAuthenticationKey">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="creationDateTime" type="{https://www.google.com/apis/ads/publisher/v201805}DateTime" minOccurs="0"/>
<element name="status" type="{https://www.google.com/apis/ads/publisher/v201805}DaiAuthenticationKeyStatus" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="keyType" type="{https://www.google.com/apis/ads/publisher/v201805}DaiAuthenticationKeyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DateTime |
creationDateTime |
protected Long |
id |
protected String |
key |
protected DaiAuthenticationKeyType |
keyType |
protected String |
name |
protected DaiAuthenticationKeyStatus |
status |
| Constructor and Description |
|---|
DaiAuthenticationKey() |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
getCreationDateTime()
Gets the value of the creationDateTime property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getKey()
Gets the value of the key property.
|
DaiAuthenticationKeyType |
getKeyType()
Gets the value of the keyType property.
|
String |
getName()
Gets the value of the name property.
|
DaiAuthenticationKeyStatus |
getStatus()
Gets the value of the status property.
|
void |
setCreationDateTime(DateTime value)
Sets the value of the creationDateTime property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setKeyType(DaiAuthenticationKeyType value)
Sets the value of the keyType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStatus(DaiAuthenticationKeyStatus value)
Sets the value of the status property.
|
protected Long id
protected String key
protected DateTime creationDateTime
protected DaiAuthenticationKeyStatus status
protected String name
protected DaiAuthenticationKeyType keyType
public void setId(Long value)
value - allowed object is
Longpublic String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic DateTime getCreationDateTime()
DateTimepublic void setCreationDateTime(DateTime value)
value - allowed object is
DateTimepublic DaiAuthenticationKeyStatus getStatus()
DaiAuthenticationKeyStatuspublic void setStatus(DaiAuthenticationKeyStatus value)
value - allowed object is
DaiAuthenticationKeyStatuspublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic DaiAuthenticationKeyType getKeyType()
DaiAuthenticationKeyTypepublic void setKeyType(DaiAuthenticationKeyType value)
value - allowed object is
DaiAuthenticationKeyTypeCopyright © 2018. All Rights Reserved.