Subversion Repositories SmartDukaan

Rev

Rev 10673 | Rev 11058 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10673 Rev 10681
Line 3... Line 3...
3
import com.google.gson.annotations.SerializedName;
3
import com.google.gson.annotations.SerializedName;
4
 
4
 
5
 
5
 
6
public class ProductPojo {
6
public class ProductPojo {
7
 
7
 
8
    @SerializedName(value = "image_url")
-
 
9
    private Long id;
8
    private Long id;
-
 
9
    @SerializedName(value = "image_url")
10
	private String imageUrl;
10
	private String imageUrl;
11
    private String title;
11
    private String title;
12
    private String url;
12
    private String url;
13
    private String description;
13
    private String description;
14
    private Double price;
14
    private Double price;