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