Skip to content

Instantly share code, notes, and snippets.

@theawesomenayak
Last active October 24, 2020 11:08
Show Gist options
  • Save theawesomenayak/e8a936936f5682ba7a44f93df9e7a9fa to your computer and use it in GitHub Desktop.
Save theawesomenayak/e8a936936f5682ba7a44f93df9e7a9fa to your computer and use it in GitHub Desktop.
package com.petstore.model;
public final class Pet {
private String id;
private String name;
private int age;
private String category;
// Getters and Setters
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment