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