Class ModifyK8sApiAbnormalEventStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ModifyK8sApiAbnormalEventStatusRequest
-
public class ModifyK8sApiAbnormalEventStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyK8sApiAbnormalEventStatusRequest()
ModifyK8sApiAbnormalEventStatusRequest(ModifyK8sApiAbnormalEventStatusRequest 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[]
getEventIDSet()
Get 事件ID集合String
getRemark()
Get 备注String
getStatus()
Get 状态void
setEventIDSet(Long[] EventIDSet)
Set 事件ID集合void
setRemark(String Remark)
Set 备注void
setStatus(String Status)
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
-
ModifyK8sApiAbnormalEventStatusRequest
public ModifyK8sApiAbnormalEventStatusRequest()
-
ModifyK8sApiAbnormalEventStatusRequest
public ModifyK8sApiAbnormalEventStatusRequest(ModifyK8sApiAbnormalEventStatusRequest 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
-
getEventIDSet
public Long[] getEventIDSet()
Get 事件ID集合- Returns:
- EventIDSet 事件ID集合
-
setEventIDSet
public void setEventIDSet(Long[] EventIDSet)
Set 事件ID集合- Parameters:
EventIDSet
- 事件ID集合
-
getStatus
public String getStatus()
Get 状态- Returns:
- Status 状态
-
setStatus
public void setStatus(String Status)
Set 状态- Parameters:
Status
- 状态
-
getRemark
public String getRemark()
Get 备注- Returns:
- Remark 备注
-
setRemark
public void setRemark(String Remark)
Set 备注- Parameters:
Remark
- 备注
-
-