RakaArdiansyah

Responseostiket2

Jun 9th, 2019
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. package com.example.kibow.mchattingnotary.report_ticket.response;
  2.  
  3. import com.google.gson.annotations.Expose;
  4. import com.google.gson.annotations.SerializedName;
  5.  
  6. /**
  7. * Created by Raka on 4/24/2019.
  8. */
  9.  
  10. public class Responseostiket2 {
  11.  
  12. @SerializedName("list_osticket")
  13. @Expose
  14. private ListOsticket listOsticket = null;
  15.  
  16. public ListOsticket getListOsticket() {
  17. return listOsticket;
  18. }
  19. }
Add Comment
Please, Sign In to add comment