Class HardwareServerConfigs
- java.lang.Object
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
-
- io.tech1.framework.domain.properties.configs.HardwareServerConfigs
-
public class HardwareServerConfigs extends AbstractPropertiesConfigs
-
-
Constructor Summary
Constructors Constructor Description HardwareServerConfigs()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetBaseURL()inthashCode()static HardwareServerConfigsof(String baseURL)voidsetBaseURL(String baseURL)StringtoString()-
Methods inherited from class io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
assertProperties
-
-
-
-
Method Detail
-
of
public static HardwareServerConfigs of(String baseURL)
-
getBaseURL
public String getBaseURL()
-
setBaseURL
public void setBaseURL(String baseURL)
-
canEqual
protected boolean canEqual(Object other)
-
-