Class CloudDeviceApiSecuredResponse


  • public class CloudDeviceApiSecuredResponse
    extends Object
    Terminal API Secured Response
    • Constructor Detail

      • CloudDeviceApiSecuredResponse

        public CloudDeviceApiSecuredResponse()
    • Method Detail

      • getSaleToPOIResponse

        public SaleToPOISecuredMessage getSaleToPOIResponse()
        Gets sale to POI response.
        Returns:
        the sale to POI response
      • setSaleToPOIResponse

        public void setSaleToPOIResponse​(SaleToPOISecuredMessage saleToPOIResponse)
        Sets sale to POI response.
        Parameters:
        saleToPOIResponse - the sale to POI response
      • fromJson

        public static CloudDeviceApiSecuredResponse fromJson​(String jsonString)
                                                      throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of CloudDeviceApiSecuredResponse given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of CloudDeviceApiSecuredResponse
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to CloudDeviceApiSecuredResponse
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of CloudDeviceApiSecuredResponse to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object