public class NewAlertKey extends AbstractModel
header, skipSign
Constructor and Description |
---|
NewAlertKey() |
NewAlertKey(NewAlertKey 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 |
getAppId()
Get 需要更改的用户appid
|
String |
getDate()
Get 时间
|
String |
getKey()
Get 告警key
|
String |
getName()
Get 告警名称
|
String |
getSource()
Get 告警来源
|
Long |
getStatus()
Get 状态
|
String |
getSubType()
Get 告警子类别
|
String |
getType()
Get 告警类别
|
void |
setAppId(String AppId)
Set 需要更改的用户appid
|
void |
setDate(String Date)
Set 时间
|
void |
setKey(String Key)
Set 告警key
|
void |
setName(String Name)
Set 告警名称
|
void |
setSource(String Source)
Set 告警来源
|
void |
setStatus(Long Status)
Set 状态
|
void |
setSubType(String SubType)
Set 告警子类别
|
void |
setType(String Type)
Set 告警类别
|
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 NewAlertKey()
public NewAlertKey(NewAlertKey source)
public String getAppId()
public void setAppId(String AppId)
AppId
- 需要更改的用户appidpublic String getType()
public void setType(String Type)
Type
- 告警类别public String getSubType()
public void setSubType(String SubType)
SubType
- 告警子类别public String getSource()
public void setSource(String Source)
Source
- 告警来源public String getName()
public void setName(String Name)
Name
- 告警名称public String getKey()
public void setKey(String Key)
Key
- 告警keypublic String getDate()
public void setDate(String Date)
Date
- 时间public Long getStatus()
public void setStatus(Long Status)
Status
- 状态Copyright © 2024. All rights reserved.