Commit 9642e790 by Juho Salli

Changed the json element name to match variable name.

1 parent c9d654f8
...@@ -10,9 +10,9 @@ public class UserReservationPlacePojo { ...@@ -10,9 +10,9 @@ public class UserReservationPlacePojo {
private String placename; private String placename;
@XmlElement(name = "placegiven") @XmlElement(name = "placegiven")
private boolean placegiven; private boolean placegiven;
@XmlElement(name = "productid") @XmlElement(name = "productId")
private Integer productId; private Integer productId;
@XmlElement(name = "productname") @XmlElement(name = "productName")
private String productName; private String productName;
public String getPlacename() { public String getPlacename() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!