@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class FormDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CONTEXT_PATH |
static String |
SERIALIZED_NAME_KEY |
Constructor and Description |
---|
FormDto() |
Modifier and Type | Method and Description |
---|---|
FormDto |
contextPath(String contextPath) |
boolean |
equals(Object o) |
String |
getContextPath()
The context path of the process application.
|
String |
getKey()
The form key.
|
int |
hashCode() |
FormDto |
key(String key) |
void |
setContextPath(String contextPath) |
void |
setKey(String key) |
String |
toString() |
public static final String SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_CONTEXT_PATH
public void setKey(String key)
@Nullable public String getContextPath()
public void setContextPath(String contextPath)
Copyright © 2022. All rights reserved.