Class MessageRequestDto


public class MessageRequestDto extends AbstractMessageRequestDto
The Class MessageRequest.
  • Constructor Details

    • MessageRequestDto

      public MessageRequestDto()
  • Method Details

    • setTo

      public void setTo(String to)
      Sets the to.
      Parameters:
      to - the new to
    • setBody

      public void setBody(String body)
      Sets the body.
      Parameters:
      body - the new body
    • toString

      public String toString()
      Overrides:
      toString in class AbstractMessageRequestDto