Class ModifyEdgeUnitRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.ModifyEdgeUnitRequest
-
public class ModifyEdgeUnitRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyEdgeUnitRequest()ModifyEdgeUnitRequest(ModifyEdgeUnitRequest 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 StringgetDescription()Get 集群描述,200字符以内LonggetEdgeUnitId()Get 边缘集群IDStringgetName()Get 边缘集群名称,64字符以内voidsetDescription(String Description)Set 集群描述,200字符以内voidsetEdgeUnitId(Long EdgeUnitId)Set 边缘集群IDvoidsetName(String Name)Set 边缘集群名称,64字符以内voidtoMap(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
-
ModifyEdgeUnitRequest
public ModifyEdgeUnitRequest()
-
ModifyEdgeUnitRequest
public ModifyEdgeUnitRequest(ModifyEdgeUnitRequest 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
-
getName
public String getName()
Get 边缘集群名称,64字符以内- Returns:
- Name 边缘集群名称,64字符以内
-
setName
public void setName(String Name)
Set 边缘集群名称,64字符以内- Parameters:
Name- 边缘集群名称,64字符以内
-
getDescription
public String getDescription()
Get 集群描述,200字符以内- Returns:
- Description 集群描述,200字符以内
-
setDescription
public void setDescription(String Description)
Set 集群描述,200字符以内- Parameters:
Description- 集群描述,200字符以内
-
-