yunqingmoswu commented on a change in pull request #3217:
URL: https://github.com/apache/incubator-inlong/pull/3217#discussion_r829698527



##########
File path: 
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/group/InlongGroupPageRequest.java
##########
@@ -34,6 +36,12 @@
     @ApiModelProperty(value = "Keywords")
     private String keyWord;
 
+    @ApiModelProperty(value = "Inlong group name list")
+    private List<String> names;
+
+    @ApiModelProperty(value = "Inlong group id list")
+    private List<String> inlongGroupIds;

Review comment:
       done

##########
File path: 
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/group/InlongGroupPageRequest.java
##########
@@ -34,6 +36,12 @@
     @ApiModelProperty(value = "Keywords")
     private String keyWord;
 
+    @ApiModelProperty(value = "Inlong group name list")
+    private List<String> names;

Review comment:
       done




-- 
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]


Reply via email to