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 节点数 | 
| RuntimeConfig | getRuntimeConfig()Get 第三方节点Runtime配置 | 
| void | setNodesNum(Long NodesNum)Set 节点数 | 
| 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ExternalNodePoolInfo()
public ExternalNodePoolInfo(ExternalNodePoolInfo source)
public RuntimeConfig getRuntimeConfig()
public void setRuntimeConfig(RuntimeConfig RuntimeConfig)
RuntimeConfig - 第三方节点Runtime配置public Long getNodesNum()
public void setNodesNum(Long NodesNum)
NodesNum - 节点数Copyright © 2025. All rights reserved.