Skip to content

Instantly share code, notes, and snippets.

@glesica
Created December 22, 2014 02:37
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 glesica/dc5a1e2059fe5fa9a0b2 to your computer and use it in GitHub Desktop.
Save glesica/dc5a1e2059fe5fa9a0b2 to your computer and use it in GitHub Desktop.
class RequestJson {
protected String firstName;
protected String lastName;
// Getters and setters omitted
}
class ResponseJson extends RequestJson {
protected Integer userId;
// Getters and setters omitted
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment