public class DeleteEdgeNodeGroupRequest extends AbstractModel
Constructor and Description |
---|
DeleteEdgeNodeGroupRequest() |
DeleteEdgeNodeGroupRequest(DeleteEdgeNodeGroupRequest 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 IECP边缘单元ID
|
String |
getName()
Get NodeGroup名称
|
String |
getNamespace()
Get 命名空间,默认为default
|
void |
setEdgeUnitId(Long EdgeUnitId)
Set IECP边缘单元ID
|
void |
setName(String Name)
Set NodeGroup名称
|
void |
setNamespace(String Namespace)
Set 命名空间,默认为default
|
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 DeleteEdgeNodeGroupRequest()
public DeleteEdgeNodeGroupRequest(DeleteEdgeNodeGroupRequest source)
public Long getEdgeUnitId()
public void setEdgeUnitId(Long EdgeUnitId)
EdgeUnitId
- IECP边缘单元IDpublic String getName()
public void setName(String Name)
Name
- NodeGroup名称public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 命名空间,默认为defaultCopyright © 2022. All rights reserved.