Class Verification

    • Method Detail

      • fromJson

        public static Verification fromJson​(String json,
                                            com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON String into a Verification object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON String
        objectMapper - Jackson ObjectMapper
        Returns:
        Verification object represented by the provided JSON
      • fromJson

        public static Verification fromJson​(InputStream json,
                                            com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON InputStream into a Verification object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON InputStream
        objectMapper - Jackson ObjectMapper
        Returns:
        Verification object represented by the provided JSON
      • getSid

        public final String getSid()
      • getServiceSid

        public final String getServiceSid()
      • getAccountSid

        public final String getAccountSid()
      • getTo

        public final String getTo()
      • getStatus

        public final String getStatus()
      • getValid

        public final Boolean getValid()
      • getAmount

        public final String getAmount()
      • getPayee

        public final String getPayee()
      • getUrl

        public final URI getUrl()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object