Skip to content

Instantly share code, notes, and snippets.

@pravj
Last active November 8, 2015 18:52
Show Gist options
  • Save pravj/1d52979b2e3945e9a696 to your computer and use it in GitHub Desktop.
Save pravj/1d52979b2e3945e9a696 to your computer and use it in GitHub Desktop.
sample java
// price and discount attributes
int actualPrice;
int discountedPrice;
float discountPercentage;
// product identifiers
int productID;
URL productImage;
String productTitle;
// 'Last-Modified/If-Modified-Since' Header
int updateTime;
// message sender and channel identifier
String senderID;
String channelID;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment