es.javocsoft.android.lib.toucan.client.request
Class ACKRequest

java.lang.Object
  extended by es.javocsoft.android.lib.toucan.client.request.ACKRequest

public class ACKRequest
extends Object

An ACK request for read or received notification.

Version:
1.0 $Rev: 714 $ $Author: jgonzalez $ $Date: 2015-04-21 20:02:48 +0200 (Tue, 21 Apr 2015) $
Author:
JavocSoft Team

Constructor Summary
ACKRequest()
           
ACKRequest(String token, String nId, String nRef, String appKey, String appHashSignature, String message)
           
 
Method Summary
 void fillFromRequest(ACKRequest data)
           
 String getAppHashSignature()
           
 String getAppKey()
           
 String getMessage()
          Just in case in a multiple delivery the user receives two notifications in the same package but with different texts.
 String getnId()
           
 String getnRef()
           
 String getToken()
           
 void setAppHashSignature(String appHashSignature)
           
 void setAppKey(String appKey)
           
 void setMessage(String message)
           
 void setnId(String nId)
           
 void setnRef(String nRef)
           
 void setToken(String token)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACKRequest

public ACKRequest()

ACKRequest

public ACKRequest(String token,
                  String nId,
                  String nRef,
                  String appKey,
                  String appHashSignature,
                  String message)
Method Detail

fillFromRequest

public void fillFromRequest(ACKRequest data)

getToken

public String getToken()

setToken

public void setToken(String token)

getnId

public String getnId()

setnId

public void setnId(String nId)

getnRef

public String getnRef()

setnRef

public void setnRef(String nRef)

getAppKey

public String getAppKey()

setAppKey

public void setAppKey(String appKey)

getMessage

public String getMessage()
Just in case in a multiple delivery the user receives two notifications in the same package but with different texts. This only could be possible when uploading a file with external Ids.


setMessage

public void setMessage(String message)

getAppHashSignature

public String getAppHashSignature()

setAppHashSignature

public void setAppHashSignature(String appHashSignature)


Copyright © 2015-2016 JavocSoft. All Rights Reserved.