public class ThreadPicture extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ThreadPicture() | 
| ThreadPicture(ThreadPicture 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 | 
|---|---|
| CurvePoint[] | getDaemonThreadCount()Get 守护线程数 | 
| CurvePoint[] | getDeamonThreadCount()Deprecated.   | 
| CurvePoint[] | getThreadActive()Get 活跃线程数 | 
| CurvePoint[] | getThreadCount()Get 总线程数 | 
| void | setDaemonThreadCount(CurvePoint[] DaemonThreadCount)Set 守护线程数 | 
| void | setDeamonThreadCount(CurvePoint[] DeamonThreadCount)Deprecated.   | 
| void | setThreadActive(CurvePoint[] ThreadActive)Set 活跃线程数 | 
| void | setThreadCount(CurvePoint[] 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, toJsonStringpublic ThreadPicture()
public ThreadPicture(ThreadPicture source)
public CurvePoint[] getThreadCount()
public void setThreadCount(CurvePoint[] ThreadCount)
ThreadCount - 总线程数public CurvePoint[] getThreadActive()
public void setThreadActive(CurvePoint[] ThreadActive)
ThreadActive - 活跃线程数@Deprecated public CurvePoint[] getDeamonThreadCount()
@Deprecated public void setDeamonThreadCount(CurvePoint[] DeamonThreadCount)
DeamonThreadCount - 守护线程数 拼写错误,废弃public CurvePoint[] getDaemonThreadCount()
public void setDaemonThreadCount(CurvePoint[] DaemonThreadCount)
DaemonThreadCount - 守护线程数Copyright © 2025. All rights reserved.