public class ExternalNodePoolInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ExternalNodePoolInfo() |
ExternalNodePoolInfo(ExternalNodePoolInfo 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 |
---|---|
Long |
getNodesNum()
Get 节点数
注意:此字段可能返回 null,表示取不到有效值。
|
RuntimeConfig |
getRuntimeConfig()
Get 第三方节点Runtime配置
|
void |
setNodesNum(Long NodesNum)
Set 节点数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRuntimeConfig(RuntimeConfig RuntimeConfig)
Set 第三方节点Runtime配置
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ExternalNodePoolInfo()
public ExternalNodePoolInfo(ExternalNodePoolInfo source)
public RuntimeConfig getRuntimeConfig()
public void setRuntimeConfig(RuntimeConfig RuntimeConfig)
RuntimeConfig
- 第三方节点Runtime配置public Long getNodesNum()
public void setNodesNum(Long NodesNum)
NodesNum
- 节点数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.