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