com.netmera.mobile
Class NetmeraPushDetail

java.lang.Object
  extended by com.netmera.mobile.NetmeraPushDetail

public class NetmeraPushDetail
extends java.lang.Object

The NetmeraPushDetail class is used to get the detailed information after a push notification is send.

After sending notifications; returned map contains NetmeraPushDetails which contains the detailed information for each channel.


Constructor Summary
NetmeraPushDetail()
           
 
Method Summary
 java.lang.String getError()
           
 java.lang.Integer getFailed()
           
 java.lang.String getMessage()
           
 java.lang.String getPath()
           
 java.lang.String getStatus()
           
 java.lang.Integer getSuccessful()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetmeraPushDetail

public NetmeraPushDetail()
Method Detail

getPath

public java.lang.String getPath()

getStatus

public java.lang.String getStatus()

getError

public java.lang.String getError()

getSuccessful

public java.lang.Integer getSuccessful()

getFailed

public java.lang.Integer getFailed()

getMessage

public java.lang.String getMessage()