public class CreateEdgeNodeBatchRequest extends AbstractModel
Constructor and Description |
---|
CreateEdgeNodeBatchRequest() |
CreateEdgeNodeBatchRequest(CreateEdgeNodeBatchRequest 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 |
---|---|
Long |
getEdgeUnitId()
Get 边缘单元ID
|
DracoNodeInfo[] |
getNodes()
Get 节点信息
|
void |
setEdgeUnitId(Long EdgeUnitId)
Set 边缘单元ID
|
void |
setNodes(DracoNodeInfo[] Nodes)
Set 节点信息
|
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, toJsonString
public CreateEdgeNodeBatchRequest()
public CreateEdgeNodeBatchRequest(CreateEdgeNodeBatchRequest source)
public Long getEdgeUnitId()
public void setEdgeUnitId(Long EdgeUnitId)
EdgeUnitId
- 边缘单元IDpublic DracoNodeInfo[] getNodes()
public void setNodes(DracoNodeInfo[] Nodes)
Nodes
- 节点信息Copyright © 2022. All rights reserved.