com.elibom.client
Class Delivery

java.lang.Object
  extended by com.elibom.client.Delivery

public class Delivery
extends Object

Author:
German Escobar

Constructor Summary
Delivery(org.json.JSONObject json)
           
 
Method Summary
 String getId()
           
 List<Message> getMessages()
           
 int getNumFailed()
           
 int getNumSent()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Delivery

public Delivery(org.json.JSONObject json)
         throws org.json.JSONException,
                ParseException
Throws:
org.json.JSONException
ParseException
Method Detail

getId

public String getId()

getNumSent

public int getNumSent()

getNumFailed

public int getNumFailed()

getMessages

public List<Message> getMessages()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.