Skip to content

Instantly share code, notes, and snippets.

@matzew
Created May 31, 2017 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matzew/2531e5b9b6e310bb1e2af2f7f9955dc5 to your computer and use it in GitHub Desktop.
Save matzew/2531e5b9b6e310bb1e2af2f7f9955dc5 to your computer and use it in GitHub Desktop.
FlatPushMessageInformation {
// like currently:
@NotNull
private String pushApplicationId;
private String rawJsonMessage;
private String ipAddress;
private String clientIdentifier;
private Date submitDate = new Date();
private Long appOpenCounter = 0L;
private Date firstOpenDate;
private Date lastOpenDate;
private DeliveryState statue = PROCESSED; // is only changed to FAILED after the first failure
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment