public class AcquireByUserIdResult extends Object implements IResult, Serializable
| Constructor and Description |
|---|
AcquireByUserIdResult() |
| Modifier and Type | Method and Description |
|---|---|
static AcquireByUserIdResult |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Await |
getItem() |
String |
getStampSheet() |
String |
getStampSheetEncryptionKeyId() |
void |
setItem(Await item) |
void |
setStampSheet(String stampSheet) |
void |
setStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
AcquireByUserIdResult |
withItem(Await item) |
AcquireByUserIdResult |
withStampSheet(String stampSheet) |
AcquireByUserIdResult |
withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) |
public Await getItem()
public void setItem(Await item)
public AcquireByUserIdResult withItem(Await item)
public String getStampSheet()
public void setStampSheet(String stampSheet)
public AcquireByUserIdResult withStampSheet(String stampSheet)
public String getStampSheetEncryptionKeyId()
public void setStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
public AcquireByUserIdResult withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId)
public static AcquireByUserIdResult fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.