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 classVerificationAttemptsSummary.Channels
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static VerificationAttemptsSummaryFetcherfetcher()static VerificationAttemptsSummaryfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a VerificationAttemptsSummary object using the provided ObjectMapper.static VerificationAttemptsSummaryfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a VerificationAttemptsSummary object using the provided ObjectMapper.BigDecimalgetConversionRatePercentage()IntegergetTotalAttempts()IntegergetTotalConverted()IntegergetTotalUnconverted()URIgetUrl()inthashCode()
-
-
-
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()
-
-