Class DeleteEdgeNodeGroupRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DeleteEdgeNodeGroupRequest
-
public class DeleteEdgeNodeGroupRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEdgeUnitId()Get IECP边缘单元IDStringgetName()Get NodeGroup名称StringgetNamespace()Get 命名空间,默认为defaultvoidsetEdgeUnitId(Long EdgeUnitId)Set IECP边缘单元IDvoidsetName(String Name)Set NodeGroup名称voidsetNamespace(String Namespace)Set 命名空间,默认为defaultvoidtoMap(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
-
DeleteEdgeNodeGroupRequest
public DeleteEdgeNodeGroupRequest()
-
DeleteEdgeNodeGroupRequest
public 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.
-
-
Method Detail
-
getEdgeUnitId
public Long getEdgeUnitId()
Get IECP边缘单元ID- Returns:
- EdgeUnitId IECP边缘单元ID
-
setEdgeUnitId
public void setEdgeUnitId(Long EdgeUnitId)
Set IECP边缘单元ID- Parameters:
EdgeUnitId- IECP边缘单元ID
-
getName
public String getName()
Get NodeGroup名称- Returns:
- Name NodeGroup名称
-
setName
public void setName(String Name)
Set NodeGroup名称- Parameters:
Name- NodeGroup名称
-
getNamespace
public String getNamespace()
Get 命名空间,默认为default- Returns:
- Namespace 命名空间,默认为default
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间,默认为default- Parameters:
Namespace- 命名空间,默认为default
-
-