Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. class Person {
  2. @PropertyName("detail.change")
  3. Detail detail
  4. }
  5.  
  6. class Detail {
  7. String name;
  8. String age;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement