public class ModifyK8sApiAbnormalEventStatusRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long[] |
getEventIDSet()
Get Event ID set
|
String |
getRemark()
Get Remarks
|
String |
getStatus()
Get Status
|
void |
setEventIDSet(Long[] EventIDSet)
Set Event ID set
|
void |
setRemark(String Remark)
Set Remarks
|
void |
setStatus(String Status)
Set Status
|
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 ModifyK8sApiAbnormalEventStatusRequest()
public ModifyK8sApiAbnormalEventStatusRequest(ModifyK8sApiAbnormalEventStatusRequest source)
public Long[] getEventIDSet()
public void setEventIDSet(Long[] EventIDSet)
EventIDSet
- Event ID setpublic String getStatus()
public void setStatus(String Status)
Status
- Statuspublic String getRemark()
public void setRemark(String Remark)
Remark
- RemarksCopyright © 2023. All rights reserved.