Advertisement
Guest User

Untitled

a guest
Nov 9th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.06 KB | None | 0 0
  1. package com.example;
  2.  
  3. import com.google.gson.annotations.Expose;
  4. import com.google.gson.annotations.SerializedName;
  5.  
  6. public class AMD {
  7.  
  8. @SerializedName("ID")
  9. @Expose
  10. public String iD;
  11. @SerializedName("NumCode")
  12. @Expose
  13. public String numCode;
  14. @SerializedName("CharCode")
  15. @Expose
  16. public String charCode;
  17. @SerializedName("Nominal")
  18. @Expose
  19. public Integer nominal;
  20. @SerializedName("Name")
  21. @Expose
  22. public String name;
  23. @SerializedName("Value")
  24. @Expose
  25. public Float value;
  26. @SerializedName("Previous")
  27. @Expose
  28. public Float previous;
  29.  
  30. }
  31. -----------------------------------com.example.AUD.java-----------------------------------
  32.  
  33. package com.example;
  34.  
  35. import com.google.gson.annotations.Expose;
  36. import com.google.gson.annotations.SerializedName;
  37.  
  38. public class AUD {
  39.  
  40. @SerializedName("ID")
  41. @Expose
  42. public String iD;
  43. @SerializedName("NumCode")
  44. @Expose
  45. public String numCode;
  46. @SerializedName("CharCode")
  47. @Expose
  48. public String charCode;
  49. @SerializedName("Nominal")
  50. @Expose
  51. public Integer nominal;
  52. @SerializedName("Name")
  53. @Expose
  54. public String name;
  55. @SerializedName("Value")
  56. @Expose
  57. public Float value;
  58. @SerializedName("Previous")
  59. @Expose
  60. public Float previous;
  61.  
  62. }
  63. -----------------------------------com.example.AZN.java-----------------------------------
  64.  
  65. package com.example;
  66.  
  67. import com.google.gson.annotations.Expose;
  68. import com.google.gson.annotations.SerializedName;
  69.  
  70. public class AZN {
  71.  
  72. @SerializedName("ID")
  73. @Expose
  74. public String iD;
  75. @SerializedName("NumCode")
  76. @Expose
  77. public String numCode;
  78. @SerializedName("CharCode")
  79. @Expose
  80. public String charCode;
  81. @SerializedName("Nominal")
  82. @Expose
  83. public Integer nominal;
  84. @SerializedName("Name")
  85. @Expose
  86. public String name;
  87. @SerializedName("Value")
  88. @Expose
  89. public Float value;
  90. @SerializedName("Previous")
  91. @Expose
  92. public Float previous;
  93.  
  94. }
  95. -----------------------------------com.example.BGN.java-----------------------------------
  96.  
  97. package com.example;
  98.  
  99. import com.google.gson.annotations.Expose;
  100. import com.google.gson.annotations.SerializedName;
  101.  
  102. public class BGN {
  103.  
  104. @SerializedName("ID")
  105. @Expose
  106. public String iD;
  107. @SerializedName("NumCode")
  108. @Expose
  109. public String numCode;
  110. @SerializedName("CharCode")
  111. @Expose
  112. public String charCode;
  113. @SerializedName("Nominal")
  114. @Expose
  115. public Integer nominal;
  116. @SerializedName("Name")
  117. @Expose
  118. public String name;
  119. @SerializedName("Value")
  120. @Expose
  121. public Float value;
  122. @SerializedName("Previous")
  123. @Expose
  124. public Float previous;
  125.  
  126. }
  127. -----------------------------------com.example.BRL.java-----------------------------------
  128.  
  129. package com.example;
  130.  
  131. import com.google.gson.annotations.Expose;
  132. import com.google.gson.annotations.SerializedName;
  133.  
  134. public class BRL {
  135.  
  136. @SerializedName("ID")
  137. @Expose
  138. public String iD;
  139. @SerializedName("NumCode")
  140. @Expose
  141. public String numCode;
  142. @SerializedName("CharCode")
  143. @Expose
  144. public String charCode;
  145. @SerializedName("Nominal")
  146. @Expose
  147. public Integer nominal;
  148. @SerializedName("Name")
  149. @Expose
  150. public String name;
  151. @SerializedName("Value")
  152. @Expose
  153. public Float value;
  154. @SerializedName("Previous")
  155. @Expose
  156. public Float previous;
  157.  
  158. }
  159. -----------------------------------com.example.BYN.java-----------------------------------
  160.  
  161. package com.example;
  162.  
  163. import com.google.gson.annotations.Expose;
  164. import com.google.gson.annotations.SerializedName;
  165.  
  166. public class BYN {
  167.  
  168. @SerializedName("ID")
  169. @Expose
  170. public String iD;
  171. @SerializedName("NumCode")
  172. @Expose
  173. public String numCode;
  174. @SerializedName("CharCode")
  175. @Expose
  176. public String charCode;
  177. @SerializedName("Nominal")
  178. @Expose
  179. public Integer nominal;
  180. @SerializedName("Name")
  181. @Expose
  182. public String name;
  183. @SerializedName("Value")
  184. @Expose
  185. public Float value;
  186. @SerializedName("Previous")
  187. @Expose
  188. public Float previous;
  189.  
  190. }
  191. -----------------------------------com.example.CAD.java-----------------------------------
  192.  
  193. package com.example;
  194.  
  195. import com.google.gson.annotations.Expose;
  196. import com.google.gson.annotations.SerializedName;
  197.  
  198. public class CAD {
  199.  
  200. @SerializedName("ID")
  201. @Expose
  202. public String iD;
  203. @SerializedName("NumCode")
  204. @Expose
  205. public String numCode;
  206. @SerializedName("CharCode")
  207. @Expose
  208. public String charCode;
  209. @SerializedName("Nominal")
  210. @Expose
  211. public Integer nominal;
  212. @SerializedName("Name")
  213. @Expose
  214. public String name;
  215. @SerializedName("Value")
  216. @Expose
  217. public Float value;
  218. @SerializedName("Previous")
  219. @Expose
  220. public Float previous;
  221.  
  222. }
  223. -----------------------------------com.example.CHF.java-----------------------------------
  224.  
  225. package com.example;
  226.  
  227. import com.google.gson.annotations.Expose;
  228. import com.google.gson.annotations.SerializedName;
  229.  
  230. public class CHF {
  231.  
  232. @SerializedName("ID")
  233. @Expose
  234. public String iD;
  235. @SerializedName("NumCode")
  236. @Expose
  237. public String numCode;
  238. @SerializedName("CharCode")
  239. @Expose
  240. public String charCode;
  241. @SerializedName("Nominal")
  242. @Expose
  243. public Integer nominal;
  244. @SerializedName("Name")
  245. @Expose
  246. public String name;
  247. @SerializedName("Value")
  248. @Expose
  249. public Float value;
  250. @SerializedName("Previous")
  251. @Expose
  252. public Float previous;
  253.  
  254. }
  255. -----------------------------------com.example.CNY.java-----------------------------------
  256.  
  257. package com.example;
  258.  
  259. import com.google.gson.annotations.Expose;
  260. import com.google.gson.annotations.SerializedName;
  261.  
  262. public class CNY {
  263.  
  264. @SerializedName("ID")
  265. @Expose
  266. public String iD;
  267. @SerializedName("NumCode")
  268. @Expose
  269. public String numCode;
  270. @SerializedName("CharCode")
  271. @Expose
  272. public String charCode;
  273. @SerializedName("Nominal")
  274. @Expose
  275. public Integer nominal;
  276. @SerializedName("Name")
  277. @Expose
  278. public String name;
  279. @SerializedName("Value")
  280. @Expose
  281. public Float value;
  282. @SerializedName("Previous")
  283. @Expose
  284. public Float previous;
  285.  
  286. }
  287. -----------------------------------com.example.CZK.java-----------------------------------
  288.  
  289. package com.example;
  290.  
  291. import com.google.gson.annotations.Expose;
  292. import com.google.gson.annotations.SerializedName;
  293.  
  294. public class CZK {
  295.  
  296. @SerializedName("ID")
  297. @Expose
  298. public String iD;
  299. @SerializedName("NumCode")
  300. @Expose
  301. public String numCode;
  302. @SerializedName("CharCode")
  303. @Expose
  304. public String charCode;
  305. @SerializedName("Nominal")
  306. @Expose
  307. public Integer nominal;
  308. @SerializedName("Name")
  309. @Expose
  310. public String name;
  311. @SerializedName("Value")
  312. @Expose
  313. public Float value;
  314. @SerializedName("Previous")
  315. @Expose
  316. public Float previous;
  317.  
  318. }
  319. -----------------------------------com.example.CurrencyData.java-----------------------------------
  320.  
  321. package com.example;
  322.  
  323. import com.google.gson.annotations.Expose;
  324. import com.google.gson.annotations.SerializedName;
  325.  
  326. public class CurrencyData {
  327.  
  328. @SerializedName("Date")
  329. @Expose
  330. public String date;
  331. @SerializedName("PreviousDate")
  332. @Expose
  333. public String previousDate;
  334. @SerializedName("PreviousURL")
  335. @Expose
  336. public String previousURL;
  337. @SerializedName("Timestamp")
  338. @Expose
  339. public String timestamp;
  340. @SerializedName("Valute")
  341. @Expose
  342. public Valute valute;
  343.  
  344. }
  345. -----------------------------------com.example.DKK.java-----------------------------------
  346.  
  347. package com.example;
  348.  
  349. import com.google.gson.annotations.Expose;
  350. import com.google.gson.annotations.SerializedName;
  351.  
  352. public class DKK {
  353.  
  354. @SerializedName("ID")
  355. @Expose
  356. public String iD;
  357. @SerializedName("NumCode")
  358. @Expose
  359. public String numCode;
  360. @SerializedName("CharCode")
  361. @Expose
  362. public String charCode;
  363. @SerializedName("Nominal")
  364. @Expose
  365. public Integer nominal;
  366. @SerializedName("Name")
  367. @Expose
  368. public String name;
  369. @SerializedName("Value")
  370. @Expose
  371. public Float value;
  372. @SerializedName("Previous")
  373. @Expose
  374. public Float previous;
  375.  
  376. }
  377. -----------------------------------com.example.EUR.java-----------------------------------
  378.  
  379. package com.example;
  380.  
  381. import com.google.gson.annotations.Expose;
  382. import com.google.gson.annotations.SerializedName;
  383.  
  384. public class EUR {
  385.  
  386. @SerializedName("ID")
  387. @Expose
  388. public String iD;
  389. @SerializedName("NumCode")
  390. @Expose
  391. public String numCode;
  392. @SerializedName("CharCode")
  393. @Expose
  394. public String charCode;
  395. @SerializedName("Nominal")
  396. @Expose
  397. public Integer nominal;
  398. @SerializedName("Name")
  399. @Expose
  400. public String name;
  401. @SerializedName("Value")
  402. @Expose
  403. public Float value;
  404. @SerializedName("Previous")
  405. @Expose
  406. public Float previous;
  407.  
  408. }
  409. -----------------------------------com.example.GBP.java-----------------------------------
  410.  
  411. package com.example;
  412.  
  413. import com.google.gson.annotations.Expose;
  414. import com.google.gson.annotations.SerializedName;
  415.  
  416. public class GBP {
  417.  
  418. @SerializedName("ID")
  419. @Expose
  420. public String iD;
  421. @SerializedName("NumCode")
  422. @Expose
  423. public String numCode;
  424. @SerializedName("CharCode")
  425. @Expose
  426. public String charCode;
  427. @SerializedName("Nominal")
  428. @Expose
  429. public Integer nominal;
  430. @SerializedName("Name")
  431. @Expose
  432. public String name;
  433. @SerializedName("Value")
  434. @Expose
  435. public Float value;
  436. @SerializedName("Previous")
  437. @Expose
  438. public Float previous;
  439.  
  440. }
  441. -----------------------------------com.example.HKD.java-----------------------------------
  442.  
  443. package com.example;
  444.  
  445. import com.google.gson.annotations.Expose;
  446. import com.google.gson.annotations.SerializedName;
  447.  
  448. public class HKD {
  449.  
  450. @SerializedName("ID")
  451. @Expose
  452. public String iD;
  453. @SerializedName("NumCode")
  454. @Expose
  455. public String numCode;
  456. @SerializedName("CharCode")
  457. @Expose
  458. public String charCode;
  459. @SerializedName("Nominal")
  460. @Expose
  461. public Integer nominal;
  462. @SerializedName("Name")
  463. @Expose
  464. public String name;
  465. @SerializedName("Value")
  466. @Expose
  467. public Float value;
  468. @SerializedName("Previous")
  469. @Expose
  470. public Float previous;
  471.  
  472. }
  473. -----------------------------------com.example.HUF.java-----------------------------------
  474.  
  475. package com.example;
  476.  
  477. import com.google.gson.annotations.Expose;
  478. import com.google.gson.annotations.SerializedName;
  479.  
  480. public class HUF {
  481.  
  482. @SerializedName("ID")
  483. @Expose
  484. public String iD;
  485. @SerializedName("NumCode")
  486. @Expose
  487. public String numCode;
  488. @SerializedName("CharCode")
  489. @Expose
  490. public String charCode;
  491. @SerializedName("Nominal")
  492. @Expose
  493. public Integer nominal;
  494. @SerializedName("Name")
  495. @Expose
  496. public String name;
  497. @SerializedName("Value")
  498. @Expose
  499. public Float value;
  500. @SerializedName("Previous")
  501. @Expose
  502. public Float previous;
  503.  
  504. }
  505. -----------------------------------com.example.INR.java-----------------------------------
  506.  
  507. package com.example;
  508.  
  509. import com.google.gson.annotations.Expose;
  510. import com.google.gson.annotations.SerializedName;
  511.  
  512. public class INR {
  513.  
  514. @SerializedName("ID")
  515. @Expose
  516. public String iD;
  517. @SerializedName("NumCode")
  518. @Expose
  519. public String numCode;
  520. @SerializedName("CharCode")
  521. @Expose
  522. public String charCode;
  523. @SerializedName("Nominal")
  524. @Expose
  525. public Integer nominal;
  526. @SerializedName("Name")
  527. @Expose
  528. public String name;
  529. @SerializedName("Value")
  530. @Expose
  531. public Float value;
  532. @SerializedName("Previous")
  533. @Expose
  534. public Float previous;
  535.  
  536. }
  537. -----------------------------------com.example.JPY.java-----------------------------------
  538.  
  539. package com.example;
  540.  
  541. import com.google.gson.annotations.Expose;
  542. import com.google.gson.annotations.SerializedName;
  543.  
  544. public class JPY {
  545.  
  546. @SerializedName("ID")
  547. @Expose
  548. public String iD;
  549. @SerializedName("NumCode")
  550. @Expose
  551. public String numCode;
  552. @SerializedName("CharCode")
  553. @Expose
  554. public String charCode;
  555. @SerializedName("Nominal")
  556. @Expose
  557. public Integer nominal;
  558. @SerializedName("Name")
  559. @Expose
  560. public String name;
  561. @SerializedName("Value")
  562. @Expose
  563. public Float value;
  564. @SerializedName("Previous")
  565. @Expose
  566. public Float previous;
  567.  
  568. }
  569. -----------------------------------com.example.KGS.java-----------------------------------
  570.  
  571. package com.example;
  572.  
  573. import com.google.gson.annotations.Expose;
  574. import com.google.gson.annotations.SerializedName;
  575.  
  576. public class KGS {
  577.  
  578. @SerializedName("ID")
  579. @Expose
  580. public String iD;
  581. @SerializedName("NumCode")
  582. @Expose
  583. public String numCode;
  584. @SerializedName("CharCode")
  585. @Expose
  586. public String charCode;
  587. @SerializedName("Nominal")
  588. @Expose
  589. public Integer nominal;
  590. @SerializedName("Name")
  591. @Expose
  592. public String name;
  593. @SerializedName("Value")
  594. @Expose
  595. public Float value;
  596. @SerializedName("Previous")
  597. @Expose
  598. public Float previous;
  599.  
  600. }
  601. -----------------------------------com.example.KRW.java-----------------------------------
  602.  
  603. package com.example;
  604.  
  605. import com.google.gson.annotations.Expose;
  606. import com.google.gson.annotations.SerializedName;
  607.  
  608. public class KRW {
  609.  
  610. @SerializedName("ID")
  611. @Expose
  612. public String iD;
  613. @SerializedName("NumCode")
  614. @Expose
  615. public String numCode;
  616. @SerializedName("CharCode")
  617. @Expose
  618. public String charCode;
  619. @SerializedName("Nominal")
  620. @Expose
  621. public Integer nominal;
  622. @SerializedName("Name")
  623. @Expose
  624. public String name;
  625. @SerializedName("Value")
  626. @Expose
  627. public Float value;
  628. @SerializedName("Previous")
  629. @Expose
  630. public Float previous;
  631.  
  632. }
  633. -----------------------------------com.example.KZT.java-----------------------------------
  634.  
  635. package com.example;
  636.  
  637. import com.google.gson.annotations.Expose;
  638. import com.google.gson.annotations.SerializedName;
  639.  
  640. public class KZT {
  641.  
  642. @SerializedName("ID")
  643. @Expose
  644. public String iD;
  645. @SerializedName("NumCode")
  646. @Expose
  647. public String numCode;
  648. @SerializedName("CharCode")
  649. @Expose
  650. public String charCode;
  651. @SerializedName("Nominal")
  652. @Expose
  653. public Integer nominal;
  654. @SerializedName("Name")
  655. @Expose
  656. public String name;
  657. @SerializedName("Value")
  658. @Expose
  659. public Float value;
  660. @SerializedName("Previous")
  661. @Expose
  662. public Float previous;
  663.  
  664. }
  665. -----------------------------------com.example.MDL.java-----------------------------------
  666.  
  667. package com.example;
  668.  
  669. import com.google.gson.annotations.Expose;
  670. import com.google.gson.annotations.SerializedName;
  671.  
  672. public class MDL {
  673.  
  674. @SerializedName("ID")
  675. @Expose
  676. public String iD;
  677. @SerializedName("NumCode")
  678. @Expose
  679. public String numCode;
  680. @SerializedName("CharCode")
  681. @Expose
  682. public String charCode;
  683. @SerializedName("Nominal")
  684. @Expose
  685. public Integer nominal;
  686. @SerializedName("Name")
  687. @Expose
  688. public String name;
  689. @SerializedName("Value")
  690. @Expose
  691. public Float value;
  692. @SerializedName("Previous")
  693. @Expose
  694. public Float previous;
  695.  
  696. }
  697. -----------------------------------com.example.NOK.java-----------------------------------
  698.  
  699. package com.example;
  700.  
  701. import com.google.gson.annotations.Expose;
  702. import com.google.gson.annotations.SerializedName;
  703.  
  704. public class NOK {
  705.  
  706. @SerializedName("ID")
  707. @Expose
  708. public String iD;
  709. @SerializedName("NumCode")
  710. @Expose
  711. public String numCode;
  712. @SerializedName("CharCode")
  713. @Expose
  714. public String charCode;
  715. @SerializedName("Nominal")
  716. @Expose
  717. public Integer nominal;
  718. @SerializedName("Name")
  719. @Expose
  720. public String name;
  721. @SerializedName("Value")
  722. @Expose
  723. public Float value;
  724. @SerializedName("Previous")
  725. @Expose
  726. public Float previous;
  727.  
  728. }
  729. -----------------------------------com.example.PLN.java-----------------------------------
  730.  
  731. package com.example;
  732.  
  733. import com.google.gson.annotations.Expose;
  734. import com.google.gson.annotations.SerializedName;
  735.  
  736. public class PLN {
  737.  
  738. @SerializedName("ID")
  739. @Expose
  740. public String iD;
  741. @SerializedName("NumCode")
  742. @Expose
  743. public String numCode;
  744. @SerializedName("CharCode")
  745. @Expose
  746. public String charCode;
  747. @SerializedName("Nominal")
  748. @Expose
  749. public Integer nominal;
  750. @SerializedName("Name")
  751. @Expose
  752. public String name;
  753. @SerializedName("Value")
  754. @Expose
  755. public Float value;
  756. @SerializedName("Previous")
  757. @Expose
  758. public Float previous;
  759.  
  760. }
  761. -----------------------------------com.example.RON.java-----------------------------------
  762.  
  763. package com.example;
  764.  
  765. import com.google.gson.annotations.Expose;
  766. import com.google.gson.annotations.SerializedName;
  767.  
  768. public class RON {
  769.  
  770. @SerializedName("ID")
  771. @Expose
  772. public String iD;
  773. @SerializedName("NumCode")
  774. @Expose
  775. public String numCode;
  776. @SerializedName("CharCode")
  777. @Expose
  778. public String charCode;
  779. @SerializedName("Nominal")
  780. @Expose
  781. public Integer nominal;
  782. @SerializedName("Name")
  783. @Expose
  784. public String name;
  785. @SerializedName("Value")
  786. @Expose
  787. public Float value;
  788. @SerializedName("Previous")
  789. @Expose
  790. public Float previous;
  791.  
  792. }
  793. -----------------------------------com.example.SEK.java-----------------------------------
  794.  
  795. package com.example;
  796.  
  797. import com.google.gson.annotations.Expose;
  798. import com.google.gson.annotations.SerializedName;
  799.  
  800. public class SEK {
  801.  
  802. @SerializedName("ID")
  803. @Expose
  804. public String iD;
  805. @SerializedName("NumCode")
  806. @Expose
  807. public String numCode;
  808. @SerializedName("CharCode")
  809. @Expose
  810. public String charCode;
  811. @SerializedName("Nominal")
  812. @Expose
  813. public Integer nominal;
  814. @SerializedName("Name")
  815. @Expose
  816. public String name;
  817. @SerializedName("Value")
  818. @Expose
  819. public Float value;
  820. @SerializedName("Previous")
  821. @Expose
  822. public Float previous;
  823.  
  824. }
  825. -----------------------------------com.example.SGD.java-----------------------------------
  826.  
  827. package com.example;
  828.  
  829. import com.google.gson.annotations.Expose;
  830. import com.google.gson.annotations.SerializedName;
  831.  
  832. public class SGD {
  833.  
  834. @SerializedName("ID")
  835. @Expose
  836. public String iD;
  837. @SerializedName("NumCode")
  838. @Expose
  839. public String numCode;
  840. @SerializedName("CharCode")
  841. @Expose
  842. public String charCode;
  843. @SerializedName("Nominal")
  844. @Expose
  845. public Integer nominal;
  846. @SerializedName("Name")
  847. @Expose
  848. public String name;
  849. @SerializedName("Value")
  850. @Expose
  851. public Float value;
  852. @SerializedName("Previous")
  853. @Expose
  854. public Float previous;
  855.  
  856. }
  857. -----------------------------------com.example.TJS.java-----------------------------------
  858.  
  859. package com.example;
  860.  
  861. import com.google.gson.annotations.Expose;
  862. import com.google.gson.annotations.SerializedName;
  863.  
  864. public class TJS {
  865.  
  866. @SerializedName("ID")
  867. @Expose
  868. public String iD;
  869. @SerializedName("NumCode")
  870. @Expose
  871. public String numCode;
  872. @SerializedName("CharCode")
  873. @Expose
  874. public String charCode;
  875. @SerializedName("Nominal")
  876. @Expose
  877. public Integer nominal;
  878. @SerializedName("Name")
  879. @Expose
  880. public String name;
  881. @SerializedName("Value")
  882. @Expose
  883. public Float value;
  884. @SerializedName("Previous")
  885. @Expose
  886. public Float previous;
  887.  
  888. }
  889. -----------------------------------com.example.TMT.java-----------------------------------
  890.  
  891. package com.example;
  892.  
  893. import com.google.gson.annotations.Expose;
  894. import com.google.gson.annotations.SerializedName;
  895.  
  896. public class TMT {
  897.  
  898. @SerializedName("ID")
  899. @Expose
  900. public String iD;
  901. @SerializedName("NumCode")
  902. @Expose
  903. public String numCode;
  904. @SerializedName("CharCode")
  905. @Expose
  906. public String charCode;
  907. @SerializedName("Nominal")
  908. @Expose
  909. public Integer nominal;
  910. @SerializedName("Name")
  911. @Expose
  912. public String name;
  913. @SerializedName("Value")
  914. @Expose
  915. public Float value;
  916. @SerializedName("Previous")
  917. @Expose
  918. public Float previous;
  919.  
  920. }
  921. -----------------------------------com.example.TRY.java-----------------------------------
  922.  
  923. package com.example;
  924.  
  925. import com.google.gson.annotations.Expose;
  926. import com.google.gson.annotations.SerializedName;
  927.  
  928. public class TRY {
  929.  
  930. @SerializedName("ID")
  931. @Expose
  932. public String iD;
  933. @SerializedName("NumCode")
  934. @Expose
  935. public String numCode;
  936. @SerializedName("CharCode")
  937. @Expose
  938. public String charCode;
  939. @SerializedName("Nominal")
  940. @Expose
  941. public Integer nominal;
  942. @SerializedName("Name")
  943. @Expose
  944. public String name;
  945. @SerializedName("Value")
  946. @Expose
  947. public Float value;
  948. @SerializedName("Previous")
  949. @Expose
  950. public Float previous;
  951.  
  952. }
  953. -----------------------------------com.example.UAH.java-----------------------------------
  954.  
  955. package com.example;
  956.  
  957. import com.google.gson.annotations.Expose;
  958. import com.google.gson.annotations.SerializedName;
  959.  
  960. public class UAH {
  961.  
  962. @SerializedName("ID")
  963. @Expose
  964. public String iD;
  965. @SerializedName("NumCode")
  966. @Expose
  967. public String numCode;
  968. @SerializedName("CharCode")
  969. @Expose
  970. public String charCode;
  971. @SerializedName("Nominal")
  972. @Expose
  973. public Integer nominal;
  974. @SerializedName("Name")
  975. @Expose
  976. public String name;
  977. @SerializedName("Value")
  978. @Expose
  979. public Float value;
  980. @SerializedName("Previous")
  981. @Expose
  982. public Float previous;
  983.  
  984. }
  985. -----------------------------------com.example.USD.java-----------------------------------
  986.  
  987. package com.example;
  988.  
  989. import com.google.gson.annotations.Expose;
  990. import com.google.gson.annotations.SerializedName;
  991.  
  992. public class USD {
  993.  
  994. @SerializedName("ID")
  995. @Expose
  996. public String iD;
  997. @SerializedName("NumCode")
  998. @Expose
  999. public String numCode;
  1000. @SerializedName("CharCode")
  1001. @Expose
  1002. public String charCode;
  1003. @SerializedName("Nominal")
  1004. @Expose
  1005. public Integer nominal;
  1006. @SerializedName("Name")
  1007. @Expose
  1008. public String name;
  1009. @SerializedName("Value")
  1010. @Expose
  1011. public Float value;
  1012. @SerializedName("Previous")
  1013. @Expose
  1014. public Float previous;
  1015.  
  1016. }
  1017. -----------------------------------com.example.UZS.java-----------------------------------
  1018.  
  1019. package com.example;
  1020.  
  1021. import com.google.gson.annotations.Expose;
  1022. import com.google.gson.annotations.SerializedName;
  1023.  
  1024. public class UZS {
  1025.  
  1026. @SerializedName("ID")
  1027. @Expose
  1028. public String iD;
  1029. @SerializedName("NumCode")
  1030. @Expose
  1031. public String numCode;
  1032. @SerializedName("CharCode")
  1033. @Expose
  1034. public String charCode;
  1035. @SerializedName("Nominal")
  1036. @Expose
  1037. public Integer nominal;
  1038. @SerializedName("Name")
  1039. @Expose
  1040. public String name;
  1041. @SerializedName("Value")
  1042. @Expose
  1043. public Float value;
  1044. @SerializedName("Previous")
  1045. @Expose
  1046. public Float previous;
  1047.  
  1048. }
  1049. -----------------------------------com.example.Valute.java-----------------------------------
  1050.  
  1051. package com.example;
  1052.  
  1053. import com.google.gson.annotations.Expose;
  1054. import com.google.gson.annotations.SerializedName;
  1055.  
  1056. public class Valute {
  1057.  
  1058. @SerializedName("AUD")
  1059. @Expose
  1060. public AUD aUD;
  1061. @SerializedName("AZN")
  1062. @Expose
  1063. public AZN aZN;
  1064. @SerializedName("GBP")
  1065. @Expose
  1066. public GBP gBP;
  1067. @SerializedName("AMD")
  1068. @Expose
  1069. public AMD aMD;
  1070. @SerializedName("BYN")
  1071. @Expose
  1072. public BYN bYN;
  1073. @SerializedName("BGN")
  1074. @Expose
  1075. public BGN bGN;
  1076. @SerializedName("BRL")
  1077. @Expose
  1078. public BRL bRL;
  1079. @SerializedName("HUF")
  1080. @Expose
  1081. public HUF hUF;
  1082. @SerializedName("HKD")
  1083. @Expose
  1084. public HKD hKD;
  1085. @SerializedName("DKK")
  1086. @Expose
  1087. public DKK dKK;
  1088. @SerializedName("USD")
  1089. @Expose
  1090. public USD uSD;
  1091. @SerializedName("EUR")
  1092. @Expose
  1093. public EUR eUR;
  1094. @SerializedName("INR")
  1095. @Expose
  1096. public INR iNR;
  1097. @SerializedName("KZT")
  1098. @Expose
  1099. public KZT kZT;
  1100. @SerializedName("CAD")
  1101. @Expose
  1102. public CAD cAD;
  1103. @SerializedName("KGS")
  1104. @Expose
  1105. public KGS kGS;
  1106. @SerializedName("CNY")
  1107. @Expose
  1108. public CNY cNY;
  1109. @SerializedName("MDL")
  1110. @Expose
  1111. public MDL mDL;
  1112. @SerializedName("NOK")
  1113. @Expose
  1114. public NOK nOK;
  1115. @SerializedName("PLN")
  1116. @Expose
  1117. public PLN pLN;
  1118. @SerializedName("RON")
  1119. @Expose
  1120. public RON rON;
  1121. @SerializedName("XDR")
  1122. @Expose
  1123. public XDR xDR;
  1124. @SerializedName("SGD")
  1125. @Expose
  1126. public SGD sGD;
  1127. @SerializedName("TJS")
  1128. @Expose
  1129. public TJS tJS;
  1130. @SerializedName("TRY")
  1131. @Expose
  1132. public TRY tRY;
  1133. @SerializedName("TMT")
  1134. @Expose
  1135. public TMT tMT;
  1136. @SerializedName("UZS")
  1137. @Expose
  1138. public UZS uZS;
  1139. @SerializedName("UAH")
  1140. @Expose
  1141. public UAH uAH;
  1142. @SerializedName("CZK")
  1143. @Expose
  1144. public CZK cZK;
  1145. @SerializedName("SEK")
  1146. @Expose
  1147. public SEK sEK;
  1148. @SerializedName("CHF")
  1149. @Expose
  1150. public CHF cHF;
  1151. @SerializedName("ZAR")
  1152. @Expose
  1153. public ZAR zAR;
  1154. @SerializedName("KRW")
  1155. @Expose
  1156. public KRW kRW;
  1157. @SerializedName("JPY")
  1158. @Expose
  1159. public JPY jPY;
  1160.  
  1161. }
  1162. -----------------------------------com.example.XDR.java-----------------------------------
  1163.  
  1164. package com.example;
  1165.  
  1166. import com.google.gson.annotations.Expose;
  1167. import com.google.gson.annotations.SerializedName;
  1168.  
  1169. public class XDR {
  1170.  
  1171. @SerializedName("ID")
  1172. @Expose
  1173. public String iD;
  1174. @SerializedName("NumCode")
  1175. @Expose
  1176. public String numCode;
  1177. @SerializedName("CharCode")
  1178. @Expose
  1179. public String charCode;
  1180. @SerializedName("Nominal")
  1181. @Expose
  1182. public Integer nominal;
  1183. @SerializedName("Name")
  1184. @Expose
  1185. public String name;
  1186. @SerializedName("Value")
  1187. @Expose
  1188. public Float value;
  1189. @SerializedName("Previous")
  1190. @Expose
  1191. public Float previous;
  1192.  
  1193. }
  1194. -----------------------------------com.example.ZAR.java-----------------------------------
  1195.  
  1196. package com.example;
  1197.  
  1198. import com.google.gson.annotations.Expose;
  1199. import com.google.gson.annotations.SerializedName;
  1200.  
  1201. public class ZAR {
  1202.  
  1203. @SerializedName("ID")
  1204. @Expose
  1205. public String iD;
  1206. @SerializedName("NumCode")
  1207. @Expose
  1208. public String numCode;
  1209. @SerializedName("CharCode")
  1210. @Expose
  1211. public String charCode;
  1212. @SerializedName("Nominal")
  1213. @Expose
  1214. public Integer nominal;
  1215. @SerializedName("Name")
  1216. @Expose
  1217. public String name;
  1218. @SerializedName("Value")
  1219. @Expose
  1220. public Float value;
  1221. @SerializedName("Previous")
  1222. @Expose
  1223. public Float previous;
  1224.  
  1225. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement