Guest User

Untitled

a guest
Jul 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public class Person{
  2. Long Id,
  3. String name,
  4. String city,
  5. Long age
  6.  
  7. //getters, setters, constructor
  8. }
  9.  
  10. {
  11. "name": "jon",
  12. "age": 34
  13. }
  14.  
  15. {
  16. "name": "jon",
  17. "city": null,
  18. "age": 34
  19. }
Add Comment
Please, Sign In to add comment