Class WebsocketsFeatureHardwareConfigs
- java.lang.Object
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesConfigs
-
- io.tech1.framework.domain.properties.configs.AbstractPropertiesToggleConfigs
-
- io.tech1.framework.domain.properties.configs.security.jwt.websockets.WebsocketsFeatureHardwareConfigs
-
public class WebsocketsFeatureHardwareConfigs extends AbstractPropertiesToggleConfigs
-
-
Constructor Summary
Constructors Constructor Description WebsocketsFeatureHardwareConfigs()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetUserDestination()inthashCode()booleanisEnabled()static WebsocketsFeatureHardwareConfigsof(boolean enabled, String userDestination)voidsetEnabled(boolean enabled)voidsetUserDestination(String userDestination)StringtoString()-
Methods inherited from class io.tech1.framework.domain.properties.configs.AbstractPropertiesToggleConfigs
assertProperties
-
-
-
-
Method Detail
-
of
public static WebsocketsFeatureHardwareConfigs of(boolean enabled, String userDestination)
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabledin classAbstractPropertiesToggleConfigs
-
getUserDestination
public String getUserDestination()
-
setEnabled
public void setEnabled(boolean enabled)
-
setUserDestination
public void setUserDestination(String userDestination)
-
canEqual
protected boolean canEqual(Object other)
-
-