fix cluster mode query config type is null (#4579)
This commit is contained in:
parent
5236287fdb
commit
dd854e3b49
@ -39,8 +39,6 @@ public class ConfigAllInfo extends ConfigInfo {
|
|||||||
|
|
||||||
private String effect;
|
private String effect;
|
||||||
|
|
||||||
private String type;
|
|
||||||
|
|
||||||
private String schema;
|
private String schema;
|
||||||
|
|
||||||
private String configTags;
|
private String configTags;
|
||||||
@ -103,15 +101,7 @@ public class ConfigAllInfo extends ConfigInfo {
|
|||||||
public void setEffect(String effect) {
|
public void setEffect(String effect) {
|
||||||
this.effect = effect;
|
this.effect = effect;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getType() {
|
|
||||||
return type;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setType(String type) {
|
|
||||||
this.type = type;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getSchema() {
|
public String getSchema() {
|
||||||
return schema;
|
return schema;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user