Subversion Repositories SmartDukaan

Rev

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

Rev 10505 Rev 10558
Line 49... Line 49...
49
	@SerializedName(value="page_id")
49
	@SerializedName(value="page_id")
50
	private String pageId = "38";
50
	private String pageId = "38";
51
 
51
 
52
	private String channel = "0";
52
	private String channel = "0";
53
	
53
	
54
	
-
 
-
 
54
	private String postAction;
55
 
55
 
56
	public String getAccountId() {
56
	public String getAccountId() {
57
		return accountId;
57
		return accountId;
58
	}
58
	}
59
 
59
 
Line 259... Line 259...
259
 
259
 
260
	public String getChannel() {
260
	public String getChannel() {
261
		return channel;
261
		return channel;
262
	}
262
	}
263
 
263
 
-
 
264
	public void setPostAction(String postAction) {
-
 
265
		this.postAction = postAction;
-
 
266
	}
-
 
267
 
-
 
268
	public String getPostAction() {
-
 
269
		return postAction;
-
 
270
	}
-
 
271
 
264
	private String mode;
272
	private String mode;
265
	
273
	
266
	@SerializedName(value="secure_hash")
274
	@SerializedName(value="secure_hash")
267
	private String secureHash;
275
	private String secureHash;
268
}
276
}