Google Cloud Messaging (GCM) Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
org.mule.module.gcm
org.mule.module.gcm.adapter
org.mule.module.gcm.adapters
org.mule.module.gcm.agents
org.mule.module.gcm.basic
org.mule.module.gcm.callback
org.mule.module.gcm.config
org.mule.module.gcm.connection
org.mule.module.gcm.devkit
org.mule.module.gcm.model
org.mule.module.gcm.oauth
org.mule.module.gcm.process
org.mule.module.gcm.processors
Classes
Data
GcmRequest
GcmResponse
Result
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
Data
extends Object
java.lang.Object
↳
org.mule.module.gcm.model.Data
Summary
Fields
private Map<String, Object>
additionalProperties
Public Constructors
Data
()
Public Methods
boolean
equals
(Object other)
Map<String, Object>
getAdditionalProperties
()
int
hashCode
()
void
setAdditionalProperties
(String name, Object value)
String
toString
()
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Fields
private Map<String, Object>
additionalProperties
Public Constructors
public
Data
()
Public Methods
public boolean
equals
(Object other)
Parameters
other
public Map<String, Object>
getAdditionalProperties
()
public int
hashCode
()
public void
setAdditionalProperties
(String name, Object value)
Parameters
name
value
public String
toString
()