public class AlarmStatusData extends AbstractModel
header, skipSign
Constructor and Description |
---|
AlarmStatusData() |
AlarmStatusData(AlarmStatusData 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 |
---|---|
String |
getStatusID()
Get 告警状态ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatusName()
Get 告警状态名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatusType()
Get 告警状态类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatusID(String StatusID)
Set 告警状态ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatusName(String StatusName)
Set 告警状态名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatusType(String StatusType)
Set 告警状态类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AlarmStatusData()
public AlarmStatusData(AlarmStatusData source)
public String getStatusID()
public void setStatusID(String StatusID)
StatusID
- 告警状态ID
注意:此字段可能返回 null,表示取不到有效值。public String getStatusName()
public void setStatusName(String StatusName)
StatusName
- 告警状态名称
注意:此字段可能返回 null,表示取不到有效值。public String getStatusType()
public void setStatusType(String StatusType)
StatusType
- 告警状态类型
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.