public class ParamItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ParamItem()  | 
ParamItem(ParamItem 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 | 
|---|---|
ParamDetail[] | 
getDetails()
Get Parameter information. 
 | 
String | 
getNodeName()
Get Node name. 
 | 
String | 
getNodeType()
Get Node type. 
 | 
Long | 
getTotalCount()
Get Number of parameters. 
 | 
void | 
setDetails(ParamDetail[] Details)
Set Parameter information. 
 | 
void | 
setNodeName(String NodeName)
Set Node name. 
 | 
void | 
setNodeType(String NodeType)
Set Node type. 
 | 
void | 
setTotalCount(Long TotalCount)
Set Number of parameters. 
 | 
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 ParamItem()
public ParamItem(ParamItem source)
public String getNodeType()
public void setNodeType(String NodeType)
NodeType - Node type. Valid values: cn and dn.
Note: This field may return null, indicating that no valid values can be obtained.public String getNodeName()
public void setNodeName(String NodeName)
NodeName - Node name.
Note: This field may return null, indicating that no valid values can be obtained.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Number of parameters.
Note: This field may return null, indicating that no valid values can be obtained.public ParamDetail[] getDetails()
public void setDetails(ParamDetail[] Details)
Details - Parameter information.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.