|
@@ -67,19 +67,19 @@ public class ResultBean {
|
|
this.signature = signature;
|
|
this.signature = signature;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getTimestamp() {
|
|
|
|
|
|
+ public Integer getTimestamp() {
|
|
return timestamp;
|
|
return timestamp;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setTimestamp(String timestamp) {
|
|
|
|
|
|
+ public void setTimestamp(Integer timestamp) {
|
|
this.timestamp = timestamp;
|
|
this.timestamp = timestamp;
|
|
}
|
|
}
|
|
|
|
|
|
- public String getRequest_timestamp() {
|
|
|
|
|
|
+ public Integer getRequest_timestamp() {
|
|
return request_timestamp;
|
|
return request_timestamp;
|
|
}
|
|
}
|
|
|
|
|
|
- public void setRequest_timestamp(String request_timestamp) {
|
|
|
|
|
|
+ public void setRequest_timestamp(Integer request_timestamp) {
|
|
this.request_timestamp = request_timestamp;
|
|
this.request_timestamp = request_timestamp;
|
|
}
|
|
}
|
|
|
|
|