| Constructor and Description |
|---|
WallCommentDelete() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getId() |
java.lang.Long |
getOwnerId() |
java.lang.Integer |
getPostId() |
java.lang.Long |
getUserId() |
int |
hashCode() |
WallCommentDelete |
setId(java.lang.Integer id) |
WallCommentDelete |
setOwnerId(java.lang.Long ownerId) |
WallCommentDelete |
setPostId(java.lang.Integer postId) |
WallCommentDelete |
setUserId(java.lang.Long userId) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.Integer getId()
public WallCommentDelete setId(java.lang.Integer id)
public java.lang.Long getOwnerId()
public WallCommentDelete setOwnerId(java.lang.Long ownerId)
public java.lang.Integer getPostId()
public WallCommentDelete setPostId(java.lang.Integer postId)
public java.lang.Long getUserId()
public WallCommentDelete setUserId(java.lang.Long userId)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()