Class MessageDetailsResponse

java.lang.Object
com.ringcentral.definitions.MessageDetailsResponse

public class MessageDetailsResponse extends Object
Complete details of the message
  • Field Details

    • id

      public String id
      Internal identifier of a message Example: 1234
    • 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 was sent Example: +15551234567
    • to

      public String[] to
      List of phone numbers in [E.164](https://www.itu.int/rec/T-REC-E.164-201011-I) format to which the message was sent Example: +15551234567
    • text

      public String text
      Text of a message, maximum number of characters is 1000 Example: Hello, World!
    • creationTime

      public String creationTime
      The time when this is message was created. Format: date-time
    • lastModifiedTime

      public String lastModifiedTime
      The time when this message 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
    • cost

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

      public String batchId
      The batch in which the message was submitted Example: batch12345
    • 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

    • MessageDetailsResponse

      public MessageDetailsResponse()
  • Method Details