public class SetTopBoxInfo extends Object implements Serializable
line items.| Constructor and Description |
|---|
SetTopBoxInfo() |
SetTopBoxInfo(SetTopBoxSyncStatus syncStatus,
CanoeSyncResult lastSyncResult,
String lastSyncCanoeResponseMessage,
String nielsenProductCategoryCode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getLastSyncCanoeResponseMessage()
Gets the lastSyncCanoeResponseMessage value for this SetTopBoxInfo.
|
CanoeSyncResult |
getLastSyncResult()
Gets the lastSyncResult value for this SetTopBoxInfo.
|
String |
getNielsenProductCategoryCode()
Gets the nielsenProductCategoryCode value for this SetTopBoxInfo.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
SetTopBoxSyncStatus |
getSyncStatus()
Gets the syncStatus value for this SetTopBoxInfo.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setLastSyncCanoeResponseMessage(String lastSyncCanoeResponseMessage)
Sets the lastSyncCanoeResponseMessage value for this SetTopBoxInfo.
|
void |
setLastSyncResult(CanoeSyncResult lastSyncResult)
Sets the lastSyncResult value for this SetTopBoxInfo.
|
void |
setNielsenProductCategoryCode(String nielsenProductCategoryCode)
Sets the nielsenProductCategoryCode value for this SetTopBoxInfo.
|
void |
setSyncStatus(SetTopBoxSyncStatus syncStatus)
Sets the syncStatus value for this SetTopBoxInfo.
|
String |
toString() |
public SetTopBoxInfo()
public SetTopBoxInfo(SetTopBoxSyncStatus syncStatus, CanoeSyncResult lastSyncResult, String lastSyncCanoeResponseMessage, String nielsenProductCategoryCode)
public SetTopBoxSyncStatus getSyncStatus()
public void setSyncStatus(SetTopBoxSyncStatus syncStatus)
syncStatus - * Indicates if the line item is ready to be synced with Canoe
or if there are changes on this
line item that are waiting to be pushed on the next
sync with Canoe. This attribute is
read-only.public CanoeSyncResult getLastSyncResult()
public void setLastSyncResult(CanoeSyncResult lastSyncResult)
lastSyncResult - * The result of the last sync attempt with Canoe. This attribute
is read-only.public String getLastSyncCanoeResponseMessage()
public void setLastSyncCanoeResponseMessage(String lastSyncCanoeResponseMessage)
lastSyncCanoeResponseMessage - * The response that Canoe sent for the last sync attempt. This
attribute is read-only.public String getNielsenProductCategoryCode()
public void setNielsenProductCategoryCode(String nielsenProductCategoryCode)
nielsenProductCategoryCode - * The Nielsen product category code for the line item.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2021. All rights reserved.