public class Something extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
deprecated |
List<String> |
executors |
String |
group |
String |
name |
Map<String,Object> |
properties |
List<String> |
types |
Constructor and Description |
---|
Something() |
Modifier and Type | Method and Description |
---|---|
Something |
isDeprecated(boolean deprecated) |
Something |
setExecutors(List<String> executors) |
Something |
setGroup(String group) |
Something |
setName(String type) |
Something |
setProperties(Map<String,Object> properties) |
Something |
setTypes(List<String> types) |
String |
toString() |
Copyright © 2023. All rights reserved.