Class CreateEdgeNodeBatchRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.CreateEdgeNodeBatchRequest
-
public class CreateEdgeNodeBatchRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getEdgeUnitId()
Get 边缘单元IDDracoNodeInfo[]
getNodes()
Get 节点信息void
setEdgeUnitId(Long EdgeUnitId)
Set 边缘单元IDvoid
setNodes(DracoNodeInfo[] Nodes)
Set 节点信息void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateEdgeNodeBatchRequest
public CreateEdgeNodeBatchRequest()
-
CreateEdgeNodeBatchRequest
public 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.
-
-
Method Detail
-
getEdgeUnitId
public Long getEdgeUnitId()
Get 边缘单元ID- Returns:
- EdgeUnitId 边缘单元ID
-
setEdgeUnitId
public void setEdgeUnitId(Long EdgeUnitId)
Set 边缘单元ID- Parameters:
EdgeUnitId
- 边缘单元ID
-
getNodes
public DracoNodeInfo[] getNodes()
Get 节点信息- Returns:
- Nodes 节点信息
-
setNodes
public void setNodes(DracoNodeInfo[] Nodes)
Set 节点信息- Parameters:
Nodes
- 节点信息
-
-