twitter4j
Class StatusDeletionNotice

java.lang.Object
  extended by 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

Field Summary
private static long serialVersionUID
           
private  long statusId
           
private  int userId
           
 
Constructor Summary
StatusDeletionNotice(twitter4j.org.json.JSONObject json)
           
 
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
 

Field Detail

statusId

private long statusId

userId

private int userId

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

StatusDeletionNotice

StatusDeletionNotice(twitter4j.org.json.JSONObject json)
               throws twitter4j.org.json.JSONException
Throws:
twitter4j.org.json.JSONException
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