com.elibom.client
Class Message
java.lang.Object
com.elibom.client.Message
public class Message
- extends Object
- Author:
- German Escobar
|
Constructor Summary |
Message(org.json.JSONObject json)
|
Message(long id,
long userId,
String to,
String operator,
String from,
String text,
String status,
String statusDetail,
BigDecimal credits,
Date createdAt,
Date sentAt)
|
Message
public Message(org.json.JSONObject json)
throws org.json.JSONException,
ParseException
- Throws:
org.json.JSONException
ParseException
Message
public Message(long id,
long userId,
String to,
String operator,
String from,
String text,
String status,
String statusDetail,
BigDecimal credits,
Date createdAt,
Date sentAt)
getId
public long getId()
getUserId
public long getUserId()
getTo
public String getTo()
getOperator
public String getOperator()
getText
public String getText()
getStatus
public String getStatus()
getStatusDetail
public String getStatusDetail()
getCredits
public BigDecimal getCredits()
getFrom
public String getFrom()
getCreatedAt
public Date getCreatedAt()
getSentAt
public Date getSentAt()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.