public class PointInfo extends AbstractModel
skipSign
Constructor and Description |
---|
PointInfo() |
PointInfo(PointInfo 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 |
---|---|
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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PointInfo()
public PointInfo(PointInfo source)
public 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 © 2023. All rights reserved.