public void Print()
 {
     Debug.Log((((((((((((((((((((("Notification: " + "title: " + this.title) + ", body: " + this.body) + ", ticker: " + this.ticker) + ", autoCancel: " + this.autoCancel) + ", isRepeating: " + this.isRepeating) + ", intervalHours: " + this.intervalHours) + ", intervalMinutes: " + this.intervalMinutes) + ", intervalSeconds: " + this.intervalSeconds) + ", alertOnce: " + this.alertOnce) + ", number: " + this.number) + ", delayHours: " + this.delayHours) + ", delayMinutes: " + this.delayMinutes) + ", delaySeconds: " + this.delaySeconds) + ", defaultSound: " + this.defaultSound) + ", defaultVibrate: " + this.defaultVibrate) + ", group: " + this.group) + ", sortKey: " + this.sortKey) + ", hasColor: " + this.hasColor) + ", color: " + ColorUtils.ToHtmlStringRGB(this.color)) + ", body: " + this.body) + ", groupId: " + this.groupId);
 }