Class IncidentConfigs
- java.lang.Object
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesToggleConfigs
-
- io.tech1.framework.domain.properties.configs.IncidentConfigs
-
public class IncidentConfigs extends AbstractPropertiesToggleConfigs
-
-
Constructor Summary
Constructors Constructor Description IncidentConfigs()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)static IncidentConfigsdisabled()booleanequals(Object o)RemoteServergetRemoteServer()inthashCode()booleanisEnabled()static IncidentConfigsof(boolean enabled, RemoteServer remoteServer)voidsetEnabled(boolean enabled)voidsetRemoteServer(RemoteServer remoteServer)StringtoString()-
Methods inherited from class io.tech1.framework.domain.properties.configs.AbstractPropertiesToggleConfigs
assertProperties
-
-
-
-
Method Detail
-
of
public static IncidentConfigs of(boolean enabled, RemoteServer remoteServer)
-
disabled
public static IncidentConfigs disabled()
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabledin classAbstractPropertiesToggleConfigs
-
getRemoteServer
public RemoteServer getRemoteServer()
-
setEnabled
public void setEnabled(boolean enabled)
-
setRemoteServer
public void setRemoteServer(RemoteServer remoteServer)
-
canEqual
protected boolean canEqual(Object other)
-
-