|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.qualcommlabs.usercontext.protocol.ContentDescriptorHistory
public class ContentDescriptorHistory
The ContentDescriptorHistory class provides details about a history of content delivered to the user.
Constructor Summary | |
---|---|
ContentDescriptorHistory()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
ContentDescriptor |
getContentDescriptor()
Gets the content descriptor. |
Integer |
getDeliveredToUserCount()
Gets the delivered to user count. |
Long |
getLastDeliveryTime()
Gets the last delivery time. |
int |
hashCode()
|
void |
setContentDescriptor(ContentDescriptor contentDescriptor)
Sets the content descriptor. |
void |
setDeliveredToUserCount(Integer deliveredToUserCount)
Sets the delivered to user count. |
void |
setLastDeliveryTime(Long lastDeliveryTime)
Sets the last delivery time. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentDescriptorHistory()
Method Detail |
---|
public ContentDescriptor getContentDescriptor()
public void setContentDescriptor(ContentDescriptor contentDescriptor)
contentDescriptor
- the new content descriptorpublic Integer getDeliveredToUserCount()
public void setDeliveredToUserCount(Integer deliveredToUserCount)
deliveredToUserCount
- the new delivered to user countpublic Long getLastDeliveryTime()
public void setLastDeliveryTime(Long lastDeliveryTime)
lastDeliveryTime
- the new last delivery timepublic int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |