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