Package io.gs2.loginReward.result
Class MissedReceiveByUserIdResult
java.lang.Object
io.gs2.loginReward.result.MissedReceiveByUserIdResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MissedReceiveByUserIdResultfromJson(com.fasterxml.jackson.databind.JsonNode data) getItem()voidsetAutoRunStampSheet(Boolean autoRunStampSheet) voidsetBonusModel(BonusModel bonusModel) voidsetItem(ReceiveStatus item) voidsetStampSheet(String stampSheet) voidsetStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) voidsetTransactionId(String transactionId) com.fasterxml.jackson.databind.JsonNodetoJson()withAutoRunStampSheet(Boolean autoRunStampSheet) withBonusModel(BonusModel bonusModel) withItem(ReceiveStatus item) withStampSheet(String stampSheet) withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) withTransactionId(String transactionId)
-
Constructor Details
-
MissedReceiveByUserIdResult
public MissedReceiveByUserIdResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
getBonusModel
-
setBonusModel
-
withBonusModel
-
getTransactionId
-
setTransactionId
-
withTransactionId
-
getStampSheet
-
setStampSheet
-
withStampSheet
-
getStampSheetEncryptionKeyId
-
setStampSheetEncryptionKeyId
-
withStampSheetEncryptionKeyId
-
getAutoRunStampSheet
-
setAutoRunStampSheet
-
withAutoRunStampSheet
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-