public class ServerProcesse extends AbstractModel
Constructor and Description |
---|
ServerProcesse() |
ServerProcesse(ServerProcesse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getConcurrentExecutions()
Get Number of concurrent processes.
|
String |
getLaunchPath()
Get Launch Path.
|
String |
getParameters()
Get Launch parameter.
|
void |
setConcurrentExecutions(Long ConcurrentExecutions)
Set Number of concurrent processes.
|
void |
setLaunchPath(String LaunchPath)
Set Launch Path.
|
void |
setParameters(String Parameters)
Set Launch parameter.
|
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 ServerProcesse()
public ServerProcesse(ServerProcesse source)
public Long getConcurrentExecutions()
public void setConcurrentExecutions(Long ConcurrentExecutions)
ConcurrentExecutions
- Number of concurrent processes. Value range of total concurrent processes: 1-50.public String getLaunchPath()
public void setLaunchPath(String LaunchPath)
LaunchPath
- Launch Path. Linux: /local/game/ or Windows: C:\game\. The path length is 1-1024.public String getParameters()
public void setParameters(String Parameters)
Parameters
- Launch parameter. The length is 0-1024.Copyright © 2023. All rights reserved.