Package org.flowable.common.rest.api
Class EngineInfoResponse
- java.lang.Object
-
- org.flowable.common.rest.api.EngineInfoResponse
-
public class EngineInfoResponse extends Object
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description EngineInfoResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetException()StringgetName()StringgetResourceUrl()StringgetVersion()voidsetException(String exception)voidsetName(String name)voidsetResourceUrl(String resourceUrl)voidsetVersion(String version)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getResourceUrl
public String getResourceUrl()
-
setResourceUrl
public void setResourceUrl(String resourceUrl)
-
getException
public String getException()
-
setException
public void setException(String exception)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
-