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 参数信息 | 
| String | getNodeName()Get 节点名 | 
| String | getNodeType()Get 节点类型, cn/dn | 
| Long | getTotalCount()Get 参数个数 | 
| void | setDetails(ParamDetail[] Details)Set 参数信息 | 
| void | setNodeName(String NodeName)Set 节点名 | 
| void | setNodeType(String NodeType)Set 节点类型, cn/dn | 
| void | setTotalCount(Long TotalCount)Set 参数个数 | 
| 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 - 节点类型, cn/dnpublic String getNodeName()
public void setNodeName(String NodeName)
NodeName - 节点名public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 参数个数public ParamDetail[] getDetails()
public void setDetails(ParamDetail[] Details)
Details - 参数信息Copyright © 2025. All rights reserved.