public class NodeConfigParams extends AbstractModel
header, skipSign
Constructor and Description |
---|
NodeConfigParams() |
NodeConfigParams(NodeConfigParams 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 |
---|---|
ConfigParams[] |
getConfigParams()
Get 参数
|
String |
getNodeType()
Get node类型
|
void |
setConfigParams(ConfigParams[] ConfigParams)
Set 参数
|
void |
setNodeType(String NodeType)
Set node类型
|
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 NodeConfigParams()
public NodeConfigParams(NodeConfigParams source)
public String getNodeType()
public void setNodeType(String NodeType)
NodeType
- node类型public ConfigParams[] getConfigParams()
public void setConfigParams(ConfigParams[] ConfigParams)
ConfigParams
- 参数Copyright © 2025. All rights reserved.