add boolean setScopeAsPattern;
This commit is contained in:
parent
8974ce3e12
commit
f4cf1d41d4
@ -27,13 +27,14 @@ public class TbMsgDeleteAttributesConfiguration implements NodeConfiguration<TbM
|
||||
|
||||
private String scope;
|
||||
private List<String> keys;
|
||||
private boolean setScopeAsPattern;
|
||||
private Boolean setScopeAsPattern;
|
||||
|
||||
@Override
|
||||
public TbMsgDeleteAttributesConfiguration defaultConfiguration() {
|
||||
TbMsgDeleteAttributesConfiguration configuration = new TbMsgDeleteAttributesConfiguration();
|
||||
configuration.setScope(DataConstants.SERVER_SCOPE);
|
||||
configuration.setKeys(Collections.emptyList());
|
||||
configuration.setSetScopeAsPattern(false);
|
||||
return configuration;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user