com.solidstategroup.messaging.sms.gateway
Class SMSMessageInbound

java.lang.Object
  extended by com.solidstategroup.messaging.sms.gateway.SMSMessage
      extended by com.solidstategroup.messaging.sms.gateway.SMSMessageInbound

public class SMSMessageInbound
extends SMSMessage


Field Summary
 
Fields inherited from class com.solidstategroup.messaging.sms.gateway.SMSMessage
body, delivererId, operatorId, profileId, receivedAt, sentAt, sentBy, sentTo, tariff, useProfileId
 
Constructor Summary
SMSMessageInbound()
           
 
Method Summary
 java.lang.String getMessageId()
           
 void setMessageId(java.lang.String messageId)
           
 java.lang.String toString()
           
 
Methods inherited from class com.solidstategroup.messaging.sms.gateway.SMSMessage
getBody, getDelivererId, getOperatorId, getProfileId, getReceivedAt, getSentAt, getSentBy, getSentTo, getTariff, isUseProfileId, setBody, setDelivererId, setOperatorId, setProfileId, setReceivedAt, setSentAt, setSentBy, setSentTo, setTariff, setUseProfileId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SMSMessageInbound

public SMSMessageInbound()
Method Detail

getMessageId

public java.lang.String getMessageId()

setMessageId

public void setMessageId(java.lang.String messageId)

toString

public java.lang.String toString()
Overrides:
toString in class SMSMessage