Package com.adyen.model.clouddevice
Class SaleToPOISecuredMessage
- java.lang.Object
-
- com.adyen.model.clouddevice.SaleToPOISecuredMessage
-
public class SaleToPOISecuredMessage extends Object
-
-
Constructor Summary
Constructors Constructor Description SaleToPOISecuredMessage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static SaleToPOISecuredMessagefromJson(String jsonString)Create an instance of SaleToPOISecuredMessage given an JSON stringMessageHeadergetMessageHeader()StringgetNexoBlob()SecurityTrailergetSecurityTrailer()inthashCode()voidsetMessageHeader(MessageHeader messageHeader)voidsetNexoBlob(String nexoBlob)voidsetSecurityTrailer(SecurityTrailer securityTrailer)StringtoJson()Convert an instance of SaleToPOISecuredMessage to an JSON stringStringtoString()
-
-
-
Method Detail
-
getMessageHeader
public MessageHeader getMessageHeader()
-
setMessageHeader
public void setMessageHeader(MessageHeader messageHeader)
-
getNexoBlob
public String getNexoBlob()
-
setNexoBlob
public void setNexoBlob(String nexoBlob)
-
getSecurityTrailer
public SecurityTrailer getSecurityTrailer()
-
setSecurityTrailer
public void setSecurityTrailer(SecurityTrailer securityTrailer)
-
fromJson
public static SaleToPOISecuredMessage fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of SaleToPOISecuredMessage given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SaleToPOISecuredMessage
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to SaleToPOISecuredMessage
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of SaleToPOISecuredMessage to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-