public static class EnginePropertiesResource.PropertyRequestBody extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
PropertyRequestBody() |
PropertyRequestBody(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValue() |
void |
setName(String name) |
void |
setValue(String value) |
Copyright © 2022 Flowable. All rights reserved.