|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.afx.ulj.PushSyncInfo
public final class PushSyncInfo
Holds information for push.
Constructor Summary | |
---|---|
PushSyncInfo()
|
Method Summary | |
---|---|
java.lang.String |
getAddress()
Gets the push address. |
java.lang.String |
getApplicationName()
Gets the push application name. |
java.lang.String |
getDeviceId()
Gets te device id. |
java.lang.String |
getName()
This property is not used in SUP server. |
java.lang.String |
getProtocol()
Gets the push protocol: UASMS, UAEMAIL, UAHTTP or other protocols supported by Unwired Accelerator. |
java.lang.String |
getPushMinutes()
Gets the push minutes. |
java.lang.String |
getPushRegistration()
Gets the push registration whether to recieve push notification or not. |
java.lang.String |
getSecurityToken()
Gets the push security token. |
void |
setAddress(java.lang.String address)
Sets the push address. |
void |
setApplicationName(java.lang.String appName)
Sets the push application name. |
void |
setDeviceId(java.lang.String deviceId)
ets the device id. |
void |
setName(java.lang.String pushName)
This property is not used in SUP server. |
void |
setProtocol(java.lang.String protocol)
SFets the push protocol: UASMS, UAEMAIL, UAHTTP or other protocols supported by Unwired Accelerator. |
void |
setPushMinutes(java.lang.String minutes)
Sets the push minutes. |
void |
setPushRegistration(java.lang.String pushReg)
Sets the push registration whether to recieve push notification or not. |
void |
setSecurityToken(java.lang.String token)
Sets the push security token. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PushSyncInfo()
Method Detail |
---|
public java.lang.String getAddress()
public void setAddress(java.lang.String address)
address
- public java.lang.String getApplicationName()
public void setApplicationName(java.lang.String appName)
appName
- public java.lang.String getDeviceId()
public void setDeviceId(java.lang.String deviceId)
deviceId
- public java.lang.String getProtocol()
public void setProtocol(java.lang.String protocol)
protocol
- public java.lang.String getPushRegistration()
public void setPushRegistration(java.lang.String pushReg)
pushReg
- public java.lang.String getSecurityToken()
public void setSecurityToken(java.lang.String token)
token
- public java.lang.String getPushMinutes()
public void setPushMinutes(java.lang.String minutes)
new
- push minutespublic java.lang.String getName()
public void setName(java.lang.String pushName)
pushName
- The pushName to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |