although 'attributes' is declared to accept objects of any type, the attribute method declaration allows only Strings
https://github.com/aerogear/aerogear-unified-push-java-client/blob/master/src/main/java/org/jboss/aerogear/unifiedpush/message/UnifiedMessage.java#L181
Should be changed to accept 'Object' instead.