public class ServerProcesse extends AbstractModel
Constructor and Description |
---|
ServerProcesse() |
Modifier and Type | Method and Description |
---|---|
Long |
getConcurrentExecutions()
Get 并发执行数量
|
String |
getLaunchPath()
Get 启动路径:/local/game/ 或 C:\game\
|
String |
getParameters()
Get 启动参数
|
void |
setConcurrentExecutions(Long ConcurrentExecutions)
Set 并发执行数量
|
void |
setLaunchPath(String LaunchPath)
Set 启动路径:/local/game/ 或 C:\game\
|
void |
setParameters(String Parameters)
Set 启动参数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getConcurrentExecutions()
public void setConcurrentExecutions(Long ConcurrentExecutions)
ConcurrentExecutions
- 并发执行数量public String getLaunchPath()
public void setLaunchPath(String LaunchPath)
LaunchPath
- 启动路径:/local/game/ 或 C:\game\public String getParameters()
public void setParameters(String Parameters)
Parameters
- 启动参数Copyright © 2020. All rights reserved.