public class IstiodConfig extends AbstractModel
Constructor and Description |
---|
IstiodConfig() |
IstiodConfig(IstiodConfig 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 |
---|---|
WorkloadConfig |
getWorkload()
Get 工作负载配置
|
void |
setWorkload(WorkloadConfig Workload)
Set 工作负载配置
|
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 IstiodConfig()
public IstiodConfig(IstiodConfig source)
public WorkloadConfig getWorkload()
public void setWorkload(WorkloadConfig Workload)
Workload
- 工作负载配置Copyright © 2023. All rights reserved.