ICEpush 3.3.0
Java API Documentation

org.icepush
Class PushConfiguration

java.lang.Object
  extended by org.icepush.PushConfiguration
Direct Known Subclasses:
PushNotification

public class PushConfiguration
extends java.lang.Object


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

PushConfiguration

public PushConfiguration()

Constructs a new PushConfiguration.

See Also:
#PushConfiguration(Map)

PushConfiguration

public PushConfiguration(java.util.Map<java.lang.String,java.lang.Object> attributes)

Constructs a new PushConfiguration with the specified attributes.

Parameters:
attributes - The attributes of the new PushConfiguration to be constructed.
See Also:
PushConfiguration(java.util.Map)
Method Detail

getAttributes

public java.util.Map<java.lang.String,java.lang.Object> getAttributes()

Gets the attributes of this PushConfiguration.

Returns:
The attributes.

ICEpush 3.3.0
Java API Documentation

Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.