public final class Notification extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Notification.Builder |
| Constructor and Description |
|---|
Notification(Sid sid,
org.joda.time.DateTime dateCreated,
org.joda.time.DateTime dateUpdated,
Sid accountSid,
Sid callSid,
String apiVersion,
Integer log,
Integer errorCode,
URI moreInfo,
String messageText,
org.joda.time.DateTime messageDate,
URI requestUrl,
String requestMethod,
String requestVariables,
String responseHeaders,
String responseBody,
URI uri) |
| Modifier and Type | Method and Description |
|---|---|
static Notification.Builder |
builder() |
Sid |
getAccountSid() |
String |
getApiVersion() |
Sid |
getCallSid() |
org.joda.time.DateTime |
getDateCreated() |
org.joda.time.DateTime |
getDateUpdated() |
Integer |
getErrorCode() |
Integer |
getLog() |
org.joda.time.DateTime |
getMessageDate() |
String |
getMessageText() |
URI |
getMoreInfo() |
String |
getRequestMethod() |
URI |
getRequestUrl() |
String |
getRequestVariables() |
String |
getResponseBody() |
String |
getResponseHeaders() |
Sid |
getSid() |
URI |
getUri() |
public static final int ERROR
public static final int WARNING
public Notification(Sid sid, org.joda.time.DateTime dateCreated, org.joda.time.DateTime dateUpdated, Sid accountSid, Sid callSid, String apiVersion, Integer log, Integer errorCode, URI moreInfo, String messageText, org.joda.time.DateTime messageDate, URI requestUrl, String requestMethod, String requestVariables, String responseHeaders, String responseBody, URI uri)
public static Notification.Builder builder()
public Sid getSid()
public org.joda.time.DateTime getDateCreated()
public org.joda.time.DateTime getDateUpdated()
public Sid getAccountSid()
public Sid getCallSid()
public String getApiVersion()
public Integer getLog()
public Integer getErrorCode()
public URI getMoreInfo()
public String getMessageText()
public org.joda.time.DateTime getMessageDate()
public URI getRequestUrl()
public String getRequestMethod()
public String getRequestVariables()
public String getResponseHeaders()
public String getResponseBody()
public URI getUri()
Copyright © 2017. All Rights Reserved.