Package io.gs2.exchange.request
Class ExchangeByStampSheetRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<ExchangeByStampSheetRequest>
io.gs2.exchange.request.ExchangeByStampSheetRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExchangeByStampSheetRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getKeyId()voidvoidsetStampSheet(String stampSheet) com.fasterxml.jackson.databind.JsonNodetoJson()withStampSheet(String stampSheet) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
ExchangeByStampSheetRequest
public ExchangeByStampSheetRequest()
-
-
Method Details
-
getStampSheet
-
setStampSheet
-
withStampSheet
-
getKeyId
-
setKeyId
-
withKeyId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-