Class GetMessageByIdRequest


  • public class GetMessageByIdRequest
    extends Object
    <p>Java class for GetMessageByIdRequest complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="GetMessageByIdRequest"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="messageTransportId" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Field Detail

      • messageTransportId

        protected String messageTransportId
    • Constructor Detail

      • GetMessageByIdRequest

        public GetMessageByIdRequest()
    • Method Detail

      • getMessageTransportId

        public String getMessageTransportId()
        Gets the value of the messageTransportId property.
        Returns:
        possible object is String
      • setMessageTransportId

        public void setMessageTransportId​(String value)
        Sets the value of the messageTransportId property.
        Parameters:
        value - allowed object is String