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