Guest User

Untitled

a guest
May 25th, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. public class reviewResult extends reviewResponse {
  2.  
  3.     private List<reviewResponse> review;
  4.  
  5.     public List<reviewResponse> getReviews() {
  6.         return review;
  7.     }
  8.  
  9.     }
Add Comment
Please, Sign In to add comment