Package io.gs2.lottery.model
Class BoxItems
java.lang.Object
io.gs2.lottery.model.BoxItems
- All Implemented Interfaces:
IModel,Serializable,Comparable<BoxItems>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic BoxItemsfromJson(com.fasterxml.jackson.databind.JsonNode data) getBoxId()getItems()inthashCode()voidvoidvoidsetPrizeTableName(String prizeTableName) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withPrizeTableName(String prizeTableName) withUserId(String userId)
-
Constructor Details
-
BoxItems
public BoxItems()
-
-
Method Details
-
getBoxId
-
setBoxId
-
withBoxId
-
getPrizeTableName
-
setPrizeTableName
-
withPrizeTableName
-
getUserId
-
setUserId
-
withUserId
-
getItems
-
setItems
-
withItems
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
compareTo
- Specified by:
compareToin interfaceComparable<BoxItems>
-
hashCode
public int hashCode() -
equals
-