Class DescribeEdgeUnitGridEventsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DescribeEdgeUnitGridEventsRequest
-
public class DescribeEdgeUnitGridEventsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeEdgeUnitGridEventsRequest()
DescribeEdgeUnitGridEventsRequest(DescribeEdgeUnitGridEventsRequest 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 IECP边缘单元IDString
getGridName()
Get Grid名称String
getNamespace()
Get 命名空间,默认为defaultString
getNodeUnit()
Get NodeUnit名称String
getPodName()
Get Pod名称String
getWorkloadKind()
Get 负载类型(StatefulSetGrid|DeploymentGrid)void
setEdgeUnitId(Long EdgeUnitId)
Set IECP边缘单元IDvoid
setGridName(String GridName)
Set Grid名称void
setNamespace(String Namespace)
Set 命名空间,默认为defaultvoid
setNodeUnit(String NodeUnit)
Set NodeUnit名称void
setPodName(String PodName)
Set Pod名称void
setWorkloadKind(String WorkloadKind)
Set 负载类型(StatefulSetGrid|DeploymentGrid)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
-
DescribeEdgeUnitGridEventsRequest
public DescribeEdgeUnitGridEventsRequest()
-
DescribeEdgeUnitGridEventsRequest
public DescribeEdgeUnitGridEventsRequest(DescribeEdgeUnitGridEventsRequest 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
-
getGridName
public String getGridName()
Get Grid名称- Returns:
- GridName Grid名称
-
setGridName
public void setGridName(String GridName)
Set Grid名称- Parameters:
GridName
- Grid名称
-
getWorkloadKind
public String getWorkloadKind()
Get 负载类型(StatefulSetGrid|DeploymentGrid)- Returns:
- WorkloadKind 负载类型(StatefulSetGrid|DeploymentGrid)
-
setWorkloadKind
public void setWorkloadKind(String WorkloadKind)
Set 负载类型(StatefulSetGrid|DeploymentGrid)- Parameters:
WorkloadKind
- 负载类型(StatefulSetGrid|DeploymentGrid)
-
getNamespace
public String getNamespace()
Get 命名空间,默认为default- Returns:
- Namespace 命名空间,默认为default
-
setNamespace
public void setNamespace(String Namespace)
Set 命名空间,默认为default- Parameters:
Namespace
- 命名空间,默认为default
-
getNodeUnit
public String getNodeUnit()
Get NodeUnit名称- Returns:
- NodeUnit NodeUnit名称
-
setNodeUnit
public void setNodeUnit(String NodeUnit)
Set NodeUnit名称- Parameters:
NodeUnit
- NodeUnit名称
-
getPodName
public String getPodName()
Get Pod名称- Returns:
- PodName Pod名称
-
setPodName
public void setPodName(String PodName)
Set Pod名称- Parameters:
PodName
- Pod名称
-
-