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 Security mode: safe.
|
Long |
getThreadCount()
Get Thread Count
|
void |
setStopPolicy(String StopPolicy)
Set Security mode: safe.
|
void |
setThreadCount(Long ThreadCount)
Set Thread Count
|
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
- Security mode: safe.
Default mode: default.public Long getThreadCount()
public void setThreadCount(Long ThreadCount)
ThreadCount
- Thread CountCopyright © 2025. All rights reserved.