twitter4j
Class StatusDeletionNotice

java.lang.Object
  extended by twitter4j.StatusDeletionNotice
All Implemented Interfaces:
java.io.Serializable

public final 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

Method Summary
 boolean equals(java.lang.Object o)
           
 long getStatusId()
           
 int getUserId()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.