Class CloudDeviceApiSecuredRequest


  • public class CloudDeviceApiSecuredRequest
    extends Object
    Terminal API Secured Request
    • Constructor Detail

      • CloudDeviceApiSecuredRequest

        public CloudDeviceApiSecuredRequest()
    • Method Detail

      • getSaleToPOIRequest

        public SaleToPOISecuredMessage getSaleToPOIRequest()
        Gets sale to POI request.
        Returns:
        the sale to POI request
      • setSaleToPOIRequest

        public void setSaleToPOIRequest​(SaleToPOISecuredMessage saleToPOIRequest)
        Sets sale to POI request.
        Parameters:
        saleToPOIRequest - the sale to POI request
      • fromJson

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object