Class ServerProcesse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gse.v20191112.models.ServerProcesse
-
public class ServerProcesse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetConcurrentExecutions()Get 并发执行数量,所有进程并发执行总数最小值1,最大值50StringgetLaunchPath()Get 启动路径:Linux路径/local/game/ 或WIndows路径C:\game\,最小长度1,最大长度1024StringgetParameters()Get 启动参数,最小长度0,最大长度1024voidsetConcurrentExecutions(Long ConcurrentExecutions)Set 并发执行数量,所有进程并发执行总数最小值1,最大值50voidsetLaunchPath(String LaunchPath)Set 启动路径:Linux路径/local/game/ 或WIndows路径C:\game\,最小长度1,最大长度1024voidsetParameters(String Parameters)Set 启动参数,最小长度0,最大长度1024voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ServerProcesse
public ServerProcesse()
-
ServerProcesse
public 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.
-
-
Method Detail
-
getConcurrentExecutions
public Long getConcurrentExecutions()
Get 并发执行数量,所有进程并发执行总数最小值1,最大值50- Returns:
- ConcurrentExecutions 并发执行数量,所有进程并发执行总数最小值1,最大值50
-
setConcurrentExecutions
public void setConcurrentExecutions(Long ConcurrentExecutions)
Set 并发执行数量,所有进程并发执行总数最小值1,最大值50- Parameters:
ConcurrentExecutions- 并发执行数量,所有进程并发执行总数最小值1,最大值50
-
getLaunchPath
public String getLaunchPath()
Get 启动路径:Linux路径/local/game/ 或WIndows路径C:\game\,最小长度1,最大长度1024- Returns:
- LaunchPath 启动路径:Linux路径/local/game/ 或WIndows路径C:\game\,最小长度1,最大长度1024
-
setLaunchPath
public void setLaunchPath(String LaunchPath)
Set 启动路径:Linux路径/local/game/ 或WIndows路径C:\game\,最小长度1,最大长度1024- Parameters:
LaunchPath- 启动路径:Linux路径/local/game/ 或WIndows路径C:\game\,最小长度1,最大长度1024
-
getParameters
public String getParameters()
Get 启动参数,最小长度0,最大长度1024- Returns:
- Parameters 启动参数,最小长度0,最大长度1024
-
setParameters
public void setParameters(String Parameters)
Set 启动参数,最小长度0,最大长度1024- Parameters:
Parameters- 启动参数,最小长度0,最大长度1024
-
-