@Generated(value="org.jsonschema2pojo") public class GetMessageResponse extends Object
Modifier and Type | Field and Description |
---|---|
protected static Object |
NOT_FOUND_VALUE |
Constructor and Description |
---|
GetMessageResponse() |
protected static final Object NOT_FOUND_VALUE
public String getAccountSid()
public void setAccountSid(String accountSid)
accountSid
- The account_sidpublic GetMessageResponse withAccountSid(String accountSid)
public String getApiVersion()
public void setApiVersion(String apiVersion)
apiVersion
- The api_versionpublic GetMessageResponse withApiVersion(String apiVersion)
public String getBody()
public void setBody(String body)
body
- The bodypublic GetMessageResponse withBody(String body)
public Integer getErrorCode()
public void setErrorCode(Integer errorCode)
errorCode
- The error_codepublic GetMessageResponse withErrorCode(Integer errorCode)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage
- The error_messagepublic GetMessageResponse withErrorMessage(String errorMessage)
public String getNumSegments()
public void setNumSegments(String numSegments)
numSegments
- The num_segmentspublic GetMessageResponse withNumSegments(String numSegments)
public String getNumMedia()
public void setNumMedia(String numMedia)
numMedia
- The num_mediapublic GetMessageResponse withNumMedia(String numMedia)
public String getDateCreated()
public void setDateCreated(String dateCreated)
dateCreated
- The date_createdpublic GetMessageResponse withDateCreated(String dateCreated)
public String getDateSent()
public void setDateSent(String dateSent)
dateSent
- The date_sentpublic GetMessageResponse withDateSent(String dateSent)
public String getDateUpdated()
public void setDateUpdated(String dateUpdated)
dateUpdated
- The date_updatedpublic GetMessageResponse withDateUpdated(String dateUpdated)
public String getDirection()
public void setDirection(String direction)
direction
- The directionpublic GetMessageResponse withDirection(String direction)
public String getFrom()
public void setFrom(String from)
from
- The frompublic GetMessageResponse withFrom(String from)
public String getPrice()
public void setPrice(String price)
price
- The pricepublic GetMessageResponse withPrice(String price)
public String getSid()
public void setSid(String sid)
sid
- The sidpublic GetMessageResponse withSid(String sid)
public String getStatus()
public void setStatus(String status)
status
- The statuspublic GetMessageResponse withStatus(String status)
public String getTo()
public void setTo(String to)
to
- The topublic GetMessageResponse withTo(String to)
public String getUri()
public void setUri(String uri)
uri
- The uripublic GetMessageResponse withUri(String uri)
public GetMessageResponse withAdditionalProperty(String name, Object value)
protected Object declaredPropertyOrNotFound(String name, Object notFoundValue)
public <T> T get(String name)
public GetMessageResponse with(String name, Object value)
Copyright © 2010–2019. All rights reserved.