public class Config extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Config.Factory |
static class |
Config.OnException |
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
Config[] |
getFunctions() |
String |
getIterableObject() |
String |
getLoopResult() |
String |
getMethod() |
String |
getName() |
Config.OnException[] |
getOnException() |
Config |
getParent() |
String |
getThreadsNumber() |
Integer |
getThreadsNumberAsInteger() |
boolean |
isAsync() |
void |
setAsync(boolean async) |
void |
setFunctions(Config[] functions) |
void |
setIterableObject(String iterableObject) |
void |
setLoopResult(String loopResult) |
void |
setMethod(String method) |
void |
setName(String name) |
void |
setOnException(Config.OnException[] onException) |
void |
setThreadsNumber(String threadsNumber) |
public String getName()
public void setName(String name)
public boolean isAsync()
public void setAsync(boolean async)
public String getThreadsNumber()
public Integer getThreadsNumberAsInteger()
public void setThreadsNumber(String threadsNumber)
public Config.OnException[] getOnException()
public void setOnException(Config.OnException[] onException)
public String getIterableObject()
public void setIterableObject(String iterableObject)
public String getLoopResult()
public void setLoopResult(String loopResult)
public String getMethod()
public void setMethod(String method)
public Config getParent()
public Config[] getFunctions()
public void setFunctions(Config[] functions)
Copyright © 2019. All rights reserved.