Package com.twilio.rest.verify.v2
Class VerificationAttemptsSummary
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.verify.v2.VerificationAttemptsSummary
-
- All Implemented Interfaces:
Serializable
public class VerificationAttemptsSummary extends Resource
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VerificationAttemptsSummary.Channels
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static VerificationAttemptsSummaryFetcher
fetcher()
static VerificationAttemptsSummary
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a VerificationAttemptsSummary object using the provided ObjectMapper.static VerificationAttemptsSummary
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a VerificationAttemptsSummary object using the provided ObjectMapper.BigDecimal
getConversionRatePercentage()
Integer
getTotalAttempts()
Integer
getTotalConverted()
Integer
getTotalUnconverted()
URI
getUrl()
int
hashCode()
-
-
-
Method Detail
-
fetcher
public static VerificationAttemptsSummaryFetcher fetcher()
-
fromJson
public static VerificationAttemptsSummary fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a VerificationAttemptsSummary object using the provided ObjectMapper.- Parameters:
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapper- Returns:
- VerificationAttemptsSummary object represented by the provided JSON
-
fromJson
public static VerificationAttemptsSummary fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a VerificationAttemptsSummary object using the provided ObjectMapper.- Parameters:
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapper- Returns:
- VerificationAttemptsSummary object represented by the provided JSON
-
getTotalAttempts
public final Integer getTotalAttempts()
-
getTotalConverted
public final Integer getTotalConverted()
-
getTotalUnconverted
public final Integer getTotalUnconverted()
-
getConversionRatePercentage
public final BigDecimal getConversionRatePercentage()
-
getUrl
public final URI getUrl()
-
-