Package com.flowable.platform.service
Class StatusInfoRepresentation
- java.lang.Object
-
- com.flowable.platform.service.StatusInfoRepresentation
-
public class StatusInfoRepresentation extends Object
-
-
Constructor Summary
Constructors Constructor Description StatusInfoRepresentation(String label, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
String
getValue()
void
setLabel(String label)
void
setValue(String value)
-