Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
1,355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. package com.bitskylab.myapplication;
  2.  
  3. public class Value {
  4. String value;
  5. String message;
  6.  
  7. public String getValue() {
  8. return value;
  9. }
  10.  
  11. public String getMessage() {
  12. return message;
  13. }
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement