Package io.gs2.friend.model
Class BlackList
java.lang.Object
io.gs2.friend.model.BlackList
- All Implemented Interfaces:
IModel,Serializable,Comparable<BlackList>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic BlackListfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetBlackListId(String blackListId) voidsetCreatedAt(Long createdAt) voidsetRevision(Long revision) voidsetTargetUserIds(List<String> targetUserIds) voidsetUpdatedAt(Long updatedAt) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withBlackListId(String blackListId) withCreatedAt(Long createdAt) withRevision(Long revision) withTargetUserIds(List<String> targetUserIds) withUpdatedAt(Long updatedAt) withUserId(String userId)
-
Constructor Details
-
BlackList
public BlackList()
-
-
Method Details
-
getBlackListId
-
setBlackListId
-
withBlackListId
-
getUserId
-
setUserId
-
withUserId
-
getTargetUserIds
-
setTargetUserIds
-
withTargetUserIds
-
getCreatedAt
-
setCreatedAt
-
withCreatedAt
-
getUpdatedAt
-
setUpdatedAt
-
withUpdatedAt
-
getRevision
-
setRevision
-
withRevision
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<BlackList>
-
hashCode
public int hashCode() -
equals
-