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 Parameter.
|
String |
getNodeType()
Get Node type.
|
void |
setConfigParams(ConfigParams[] ConfigParams)
Set Parameter.
|
void |
setNodeType(String NodeType)
Set Node type.
|
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 NodeConfigParams()
public NodeConfigParams(NodeConfigParams source)
public String getNodeType()
public void setNodeType(String NodeType)
NodeType
- Node type.public ConfigParams[] getConfigParams()
public void setConfigParams(ConfigParams[] ConfigParams)
ConfigParams
- Parameter.Copyright © 2025. All rights reserved.