Class ExperimentConfig.WebSection
java.lang.Object
com.knezevic.edaf.v3.core.config.ExperimentConfig.WebSection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetPort()booleanvoidsetEnabled(boolean enabled) voidsetPollSeconds(int pollSeconds) voidsetPort(int port)
-
Constructor Details
-
WebSection
public WebSection()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getPort
public int getPort() -
setPort
public void setPort(int port) -
getPollSeconds
public int getPollSeconds() -
setPollSeconds
public void setPollSeconds(int pollSeconds)
-