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