class StatusDeletionNoticeImpl extends java.lang.Object implements StatusDeletionNotice, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private long |
statusId |
private int |
userId |
Constructor and Description |
---|
StatusDeletionNoticeImpl(twitter4j.internal.org.json.JSONObject status) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(StatusDeletionNotice that) |
boolean |
equals(java.lang.Object o) |
long |
getStatusId() |
int |
getUserId() |
int |
hashCode() |
java.lang.String |
toString() |
private long statusId
private int userId
private static final long serialVersionUID
StatusDeletionNoticeImpl(twitter4j.internal.org.json.JSONObject status)
public long getStatusId()
getStatusId
in interface StatusDeletionNotice
public int getUserId()
getUserId
in interface StatusDeletionNotice
public int compareTo(StatusDeletionNotice that)
compareTo
in interface java.lang.Comparable<StatusDeletionNotice>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object