Class MessageListMessageResponse

java.lang.Object
com.ringcentral.definitions.MessageListMessageResponse

public class MessageListMessageResponse extends Object
The short detail of the message in the get batch response
  • Field Details

    • id

      public Long id
      The Id of the message Format: int64 Example: 1234
    • batchId

      public String batchId
      Internal identifier of a batch the message was submitted in Example: 12345
    • from

      public String from
      Phone number in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) format from which the message is sent Example: +15551234567
    • to

      public String[] to
      Phone number in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) format to which a message is sent Example: +15551234567
    • creationTime

      public String creationTime
      The time at which the message was created Format: date-time
    • lastModifiedTime

      public String lastModifiedTime
      The time at which the messages was last updated Format: date-time
    • messageStatus

      public String messageStatus
      Current status of a message Example: Queued Enum: Queued, Delivered, Sent, SendingFailed, DeliveryFailed
    • segmentCount

      public Long segmentCount
      Number of segments of a message Format: int32 Example: 1
    • text

      public String text
      Text of a message. Returned if the `view` parameter is set to 'Detailed'
    • cost

      public Double cost
      Cost of a message Format: double Example: 0.007
    • direction

      public String direction
      Direction of the SMS message Enum: Inbound, Outbound
    • errorCode

      public String errorCode
      The RC error code of the message sending failure reason Example: SMS-RC-503
  • Constructor Details

    • MessageListMessageResponse

      public MessageListMessageResponse()
  • Method Details