Class SaleToPOISecuredMessage


  • public class SaleToPOISecuredMessage
    extends Object
    • Constructor Detail

      • SaleToPOISecuredMessage

        public SaleToPOISecuredMessage()
    • Method Detail

      • setMessageHeader

        public void setMessageHeader​(MessageHeader messageHeader)
      • getNexoBlob

        public String getNexoBlob()
      • setNexoBlob

        public void setNexoBlob​(String nexoBlob)
      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object