public class PointInfo extends AbstractModel
| Constructor and Description | 
|---|
| PointInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| EndpointInfo[] | getEndpoints()Get Channel output list. | 
| InputInfo[] | getInputs()Get Channel input list. | 
| void | setEndpoints(EndpointInfo[] Endpoints)Set Channel output list. | 
| void | setInputs(InputInfo[] Inputs)Set Channel input list. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic InputInfo[] getInputs()
public void setInputs(InputInfo[] Inputs)
Inputs - Channel input list.public EndpointInfo[] getEndpoints()
public void setEndpoints(EndpointInfo[] Endpoints)
Endpoints - Channel output list.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.