|
ICEpush 3.3.0 Java API Documentation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.icepush.PushConfiguration
public class PushConfiguration
Constructor Summary | |
---|---|
PushConfiguration()
Constructs a new PushConfiguration. |
|
PushConfiguration(java.util.Map<java.lang.String,java.lang.Object> attributes)
Constructs a new PushConfiguration with the specified attributes . |
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes()
Gets the attributes of this PushConfiguration. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PushConfiguration()
Constructs a new PushConfiguration.
#PushConfiguration(Map)
public PushConfiguration(java.util.Map<java.lang.String,java.lang.Object> attributes)
Constructs a new PushConfiguration with the specified attributes
.
attributes
- The attributes of the new PushConfiguration to be constructed.PushConfiguration(java.util.Map)
Method Detail |
---|
public java.util.Map<java.lang.String,java.lang.Object> getAttributes()
Gets the attributes of this PushConfiguration.
|
ICEpush 3.3.0 Java API Documentation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |