public class SetTopBoxInfo extends Object
line items.
Java class for SetTopBoxInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetTopBoxInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="syncStatus" type="{https://www.google.com/apis/ads/publisher/v201805}SetTopBoxSyncStatus" minOccurs="0"/>
<element name="lastSyncResult" type="{https://www.google.com/apis/ads/publisher/v201805}CanoeSyncResult" minOccurs="0"/>
<element name="lastSyncCanoeResponseMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nielsenProductCategoryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lastSyncCanoeResponseMessage |
protected CanoeSyncResult |
lastSyncResult |
protected String |
nielsenProductCategoryCode |
protected SetTopBoxSyncStatus |
syncStatus |
| Constructor and Description |
|---|
SetTopBoxInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLastSyncCanoeResponseMessage()
Gets the value of the lastSyncCanoeResponseMessage property.
|
CanoeSyncResult |
getLastSyncResult()
Gets the value of the lastSyncResult property.
|
String |
getNielsenProductCategoryCode()
Gets the value of the nielsenProductCategoryCode property.
|
SetTopBoxSyncStatus |
getSyncStatus()
Gets the value of the syncStatus property.
|
void |
setLastSyncCanoeResponseMessage(String value)
Sets the value of the lastSyncCanoeResponseMessage property.
|
void |
setLastSyncResult(CanoeSyncResult value)
Sets the value of the lastSyncResult property.
|
void |
setNielsenProductCategoryCode(String value)
Sets the value of the nielsenProductCategoryCode property.
|
void |
setSyncStatus(SetTopBoxSyncStatus value)
Sets the value of the syncStatus property.
|
protected SetTopBoxSyncStatus syncStatus
protected CanoeSyncResult lastSyncResult
protected String lastSyncCanoeResponseMessage
protected String nielsenProductCategoryCode
public SetTopBoxSyncStatus getSyncStatus()
SetTopBoxSyncStatuspublic void setSyncStatus(SetTopBoxSyncStatus value)
value - allowed object is
SetTopBoxSyncStatuspublic CanoeSyncResult getLastSyncResult()
CanoeSyncResultpublic void setLastSyncResult(CanoeSyncResult value)
value - allowed object is
CanoeSyncResultpublic String getLastSyncCanoeResponseMessage()
Stringpublic void setLastSyncCanoeResponseMessage(String value)
value - allowed object is
Stringpublic String getNielsenProductCategoryCode()
StringCopyright © 2018. All Rights Reserved.