Created
December 18, 2016 09:26
-
-
Save entzik/89f7a1491de0eb0512d67338ba9b0049 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class DataItem { | |
private long id; | |
private double metric1; | |
private double metric2; | |
... | |
private double metricN; | |
... | |
getters... | |
setters... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment