Class AuthenticationResultResponse


  • public class AuthenticationResultResponse
    extends Object
    AuthenticationResultResponse
    • Constructor Detail

      • AuthenticationResultResponse

        public AuthenticationResultResponse()
    • Method Detail

      • threeDS1Result

        public AuthenticationResultResponse threeDS1Result​(ThreeDS1Result threeDS1Result)
        threeDS1Result
        Parameters:
        threeDS1Result -
        Returns:
        the current AuthenticationResultResponse instance, allowing for method chaining
      • getThreeDS1Result

        public ThreeDS1Result getThreeDS1Result()
        threeDS1Result
        Returns:
        threeDS1Result
      • setThreeDS1Result

        public void setThreeDS1Result​(ThreeDS1Result threeDS1Result)
        threeDS1Result
        Parameters:
        threeDS1Result -
      • threeDS2Result

        public AuthenticationResultResponse threeDS2Result​(ThreeDS2Result threeDS2Result)
        threeDS2Result
        Parameters:
        threeDS2Result -
        Returns:
        the current AuthenticationResultResponse instance, allowing for method chaining
      • getThreeDS2Result

        public ThreeDS2Result getThreeDS2Result()
        threeDS2Result
        Returns:
        threeDS2Result
      • setThreeDS2Result

        public void setThreeDS2Result​(ThreeDS2Result threeDS2Result)
        threeDS2Result
        Parameters:
        threeDS2Result -
      • equals

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

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

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

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