twitter4j
Class StatusDeletionNotice
java.lang.Object
twitter4j.StatusDeletionNotice
- All Implemented Interfaces:
- java.io.Serializable
public class StatusDeletionNotice
- extends java.lang.Object
- implements java.io.Serializable
A data class representing Status deletionNotice
Clients are urged to honor deletionNotice requests and discard deleted statuses immediately. At times, status deletionNotice messages may arrive before the status. Even in this case, the late arriving status should be deleted from your backing store.
- Since:
- Twitter4J 2.1.0
- Author:
- Yusuke Yamamoto - yusuke at mac.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
getStatusId
public long getStatusId()
getUserId
public int getUserId()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010. All Rights Reserved.