Class ServerConfigs
- java.lang.Object
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
-
- io.tech1.framework.domain.properties.configs.ServerConfigs
-
public class ServerConfigs extends AbstractPropertiesConfigs
-
-
Constructor Summary
Constructors Constructor Description ServerConfigs()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetName()StringgetWebclientURL()inthashCode()static ServerConfigsof(String name, String webclientURL)voidsetName(String name)voidsetWebclientURL(String webclientURL)StringtoString()-
Methods inherited from class io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
assertProperties
-
-
-
-
Method Detail
-
of
public static ServerConfigs of(String name, String webclientURL)
-
getName
public String getName()
-
getWebclientURL
public String getWebclientURL()
-
setName
public void setName(String name)
-
setWebclientURL
public void setWebclientURL(String webclientURL)
-
canEqual
protected boolean canEqual(Object other)
-
-