MonsterChenzhuo commented on code in PR #4372:
URL:
https://github.com/apache/incubator-seatunnel/pull/4372#discussion_r1145858156
##########
seatunnel-connectors-v2/connector-http/connector-http-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/http/config/HttpPage.java:
##########
@@ -0,0 +1,15 @@
+package org.apache.seatunnel.connectors.seatunnel.http.config;
+
+import lombok.Builder;
+import lombok.Data;
+
+import java.io.Serializable;
+
+@Data
+@Builder
+public class HttpPage implements Serializable {
+
+ private String pageNum;
+ private String pageField;
+ private String paheSize;
Review Comment:
[WIP] is still under development.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]