Package org.openapitools.client.model
Class FormDto
- java.lang.Object
-
- org.openapitools.client.model.FormDto
-
public class FormDto extends Object
FormDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONTEXT_PATHstatic StringSERIALIZED_NAME_KEY
-
Constructor Summary
Constructors Constructor Description FormDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormDtocontextPath(String contextPath)booleanequals(Object o)StringgetContextPath()The context path of the process application.StringgetKey()The form key.inthashCode()FormDtokey(String key)voidsetContextPath(String contextPath)voidsetKey(String key)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_KEY
public static final String SERIALIZED_NAME_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONTEXT_PATH
public static final String SERIALIZED_NAME_CONTEXT_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getKey
public String getKey()
The form key.- Returns:
- key
-
setKey
public void setKey(String key)
-
getContextPath
public String getContextPath()
The context path of the process application. If the task (or the process definition) does not belong to a process application deployment or a process definition at all, this property is not set.- Returns:
- contextPath
-
setContextPath
public void setContextPath(String contextPath)
-
-