Class Runtime
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<Runtime>
-
- com.aquima.web.rest.v1.resource.impl.Runtime
-
public class Runtime extends org.springframework.hateoas.RepresentationModel<Runtime>
Runtime Information REST API resource- Since:
- 9.6
- Author:
- Marius Orsan
-
-
Field Summary
Fields Modifier and Type Field Description static String
NAME_DEFAULT
-
Constructor Summary
Constructors Constructor Description Runtime()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getVersion()
boolean
isProductionMode()
void
setName(String name)
void
setProductionMode(boolean productionMode)
void
setVersion(String version)
-
-
-
Field Detail
-
NAME_DEFAULT
public static final String NAME_DEFAULT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
isProductionMode
public boolean isProductionMode()
-
setProductionMode
public void setProductionMode(boolean productionMode)
-
getVersion
public String getVersion()
-
setVersion
public void setVersion(String version)
-
-