public class RunNodeInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RunNodeInfo() | 
| RunNodeInfo(RunNodeInfo 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 | 
|---|---|
| InvokeAPI | getInvokeApi()Get Requested API. | 
| String | getNodeId()Get Node ID. | 
| String | getNodeName()Get Node name. | 
| Long | getNodeType()Get Node type, 0: unspecified; 1: start node; 2: api node; 3: inquiry node; 4: answer node. | 
| ValueInfo[] | getSlotValues()Get Values of all slots of the current node, key: SlotID. | 
| void | setInvokeApi(InvokeAPI InvokeApi)Set Requested API. | 
| void | setNodeId(String NodeId)Set Node ID. | 
| void | setNodeName(String NodeName)Set Node name. | 
| void | setNodeType(Long NodeType)Set Node type, 0: unspecified; 1: start node; 2: api node; 3: inquiry node; 4: answer node. | 
| void | setSlotValues(ValueInfo[] SlotValues)Set Values of all slots of the current node, key: SlotID. | 
| 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 RunNodeInfo()
public RunNodeInfo(RunNodeInfo source)
public Long getNodeType()
public void setNodeType(Long NodeType)
NodeType - Node type, 0: unspecified; 1: start node; 2: api node; 3: inquiry node; 4: answer node.public String getNodeId()
public void setNodeId(String NodeId)
NodeId - Node ID.public String getNodeName()
public void setNodeName(String NodeName)
NodeName - Node name.public InvokeAPI getInvokeApi()
public void setInvokeApi(InvokeAPI InvokeApi)
InvokeApi - Requested API.public ValueInfo[] getSlotValues()
public void setSlotValues(ValueInfo[] SlotValues)
SlotValues - Values of all slots of the current node, key: SlotID. Return an Null even if there is no value.Copyright © 2025. All rights reserved.