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