public class StopParams extends AbstractModel
header, skipSign
Constructor and Description |
---|
StopParams() |
StopParams(StopParams 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 |
---|---|
String |
getStopPolicy()
Get 安全模式:safe
默认模式:default
|
Long |
getThreadCount()
Get 线程数
|
void |
setStopPolicy(String StopPolicy)
Set 安全模式:safe
默认模式:default
|
void |
setThreadCount(Long ThreadCount)
Set 线程数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public StopParams()
public StopParams(StopParams source)
public String getStopPolicy()
public void setStopPolicy(String StopPolicy)
StopPolicy
- 安全模式:safe
默认模式:defaultpublic Long getThreadCount()
public void setThreadCount(Long ThreadCount)
ThreadCount
- 线程数Copyright © 2024. All rights reserved.