public class ImpressionsRate extends Resource
Modifier and Type | Class and Description |
---|---|
static class |
ImpressionsRate.Intervals |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ImpressionsRateFetcher |
fetcher(String pathBusinessSid)
Create a ImpressionsRateFetcher to execute fetch.
|
static ImpressionsRate |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a ImpressionsRate object using the provided
ObjectMapper.
|
static ImpressionsRate |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a ImpressionsRate object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns Account Sid..
|
String |
getBusinessSid()
Returns Business Sid..
|
org.joda.time.DateTime |
getEnd()
Returns The end date that for this Impressions Rate..
|
ImpressionsRate.Intervals |
getInterval()
Returns The Interval of this Impressions Rate..
|
Map<String,Object> |
getReports()
Returns Values of Impressions Rate per interval..
|
org.joda.time.DateTime |
getStart()
Returns The start date that for this Impressions Rate..
|
URI |
getUrl()
Returns The URL of this resource..
|
int |
hashCode() |
String |
toString() |
public static ImpressionsRateFetcher fetcher(String pathBusinessSid)
pathBusinessSid
- Business Sid.public static ImpressionsRate fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapperpublic static ImpressionsRate fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapperpublic final String getAccountSid()
public final String getBusinessSid()
public final org.joda.time.DateTime getEnd()
public final ImpressionsRate.Intervals getInterval()
public final Map<String,Object> getReports()
public final org.joda.time.DateTime getStart()
public final URI getUrl()
Copyright © 2019 Twilio, Inc. All Rights Reserved.