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