Class ValidateShopperIdResponse


  • public class ValidateShopperIdResponse
    extends Object
    ValidateShopperIdResponse
    • Constructor Detail

      • ValidateShopperIdResponse

        public ValidateShopperIdResponse()
    • Method Detail

      • reason

        public ValidateShopperIdResponse reason​(String reason)
        Reason for the result.
        Parameters:
        reason - Reason for the result.
        Returns:
        the current ValidateShopperIdResponse instance, allowing for method chaining
      • getReason

        public String getReason()
        Reason for the result.
        Returns:
        reason Reason for the result.
      • setReason

        public void setReason​(String reason)
        Reason for the result.
        Parameters:
        reason - Reason for the result.
      • result

        public ValidateShopperIdResponse result​(Result result)
        result
        Parameters:
        result -
        Returns:
        the current ValidateShopperIdResponse instance, allowing for method chaining
      • getResult

        public Result getResult()
        Get result
        Returns:
        result
      • setResult

        public void setResult​(Result result)
        result
        Parameters:
        result -
      • equals

        public boolean equals​(Object o)
        Return true if this ValidateShopperIdResponse object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

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

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