public class IQPushRegistration extends AbstractIQContent
IQContent.IQContentType| Modifier and Type | Field and Description |
|---|---|
static String |
XML_ELM_NAME |
type, xmlns| Constructor and Description |
|---|
IQPushRegistration(String xmlns) |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
appendXml(StringBuilder sb)
Generate XML String out of the this entity, And append this string to
given
StringBuilder and return it. |
String |
getDeviceId() |
String |
getDeviceToken() |
DeviceType |
getDeviceType() |
PushNotificationService |
getService() |
boolean |
isRemoved() |
void |
setDeviceId(String deviceId) |
void |
setDeviceToken(String deviceToken) |
void |
setDeviceType(DeviceType deviceType) |
void |
setRemoved(boolean removed) |
void |
setService(PushNotificationService service) |
String |
xml()
Generate XML String out of the this entity.
|
getType, getXmlns, isMimeCarrier, setXmlnspublic static final String XML_ELM_NAME
public IQPushRegistration(String xmlns)
public String getDeviceId()
public void setDeviceId(String deviceId)
public String getDeviceToken()
public void setDeviceToken(String deviceToken)
public PushNotificationService getService()
public void setService(PushNotificationService service)
public DeviceType getDeviceType()
public void setDeviceType(DeviceType deviceType)
public boolean isRemoved()
public void setRemoved(boolean removed)
public String xml()
XMLConvertiblepublic StringBuilder appendXml(StringBuilder sb)
XMLConvertibleStringBuilder and return it.sb - stringCopyright © 2019. All rights reserved.