Socket Client 적용
This commit is contained in:
@@ -28,6 +28,8 @@ public class ApiRequestInfo {
|
||||
|
||||
private String path;
|
||||
|
||||
private String type; //API TYPE : HTTP, TCP
|
||||
|
||||
@Lob
|
||||
private String headers;
|
||||
|
||||
@@ -143,6 +145,14 @@ public class ApiRequestInfo {
|
||||
this.postRequestScript = postRequestScript;
|
||||
}
|
||||
|
||||
public String getType() {
|
||||
return type;
|
||||
}
|
||||
|
||||
public void setType(String type) {
|
||||
this.type = type;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean equals(Object o) {
|
||||
if (this == o) return true;
|
||||
|
||||
Reference in New Issue
Block a user