java.lang.Object
esendex.sdk.java.model.transfer.Dto
esendex.sdk.java.model.transfer.message.BodyDto

public class BodyDto extends Dto
Data holder for body entities. This class directly holds the parsed xml data. Holds the body text of a message for requests and a link to the full message for repsonses.
Author:
Mike Whittaker
  • Constructor Details

    • BodyDto

      public BodyDto()
  • Method Details

    • getText

      public String getText()
      Gets the body text of teh message.
      Returns:
      the text
    • getUri

      public String getUri()
      Description copied from class: Dto
      Gets the URI that can be used to obtain more detail.
      Overrides:
      getUri in class Dto
      Returns:
      the URI