Commit 87f93676c43d8702c036859a118e8802b2a95e65

Authored by Suraputt Suntimitr
1 parent 64ff2ec2

เพิ่ม invoke

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
AF-Demo/src/af/instatnce/EQXRawInstance.java
@@ -8,7 +8,14 @@ public class EQXRawInstance { @@ -8,7 +8,14 @@ public class EQXRawInstance {
8 private String uri = null; 8 private String uri = null;
9 private String ecode = null; 9 private String ecode = null;
10 private String message = null; 10 private String message = null;
  11 + private String invoke = null;
11 12
  13 + public String getInvoke() {
  14 + return invoke;
  15 + }
  16 + public void setInvoke(String invoke) {
  17 + this.invoke = invoke;
  18 + }
12 public String getTo() { 19 public String getTo() {
13 return to; 20 return to;
14 } 21 }