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