global class PushNotification { global PushNotification(Map payload) { } global PushNotification() { } global Object clone() { } global void send(String application, Set users) { } global void setPayload(Map payload) { } global void setTtl(Integer ttl) { } }