Skip to content

Instantly share code, notes, and snippets.

@andersonkxiass
Created September 18, 2017 12:54
Show Gist options
  • Save andersonkxiass/c2b4ee760bf081360e977c6fbfe5b29d to your computer and use it in GitHub Desktop.
Save andersonkxiass/c2b4ee760bf081360e977c6fbfe5b29d to your computer and use it in GitHub Desktop.
public class Task{
public long id;
public String taskName;
public String status;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment