public class AlertChannelRecord extends AbstractModel
skipSign
Constructor and Description |
---|
AlertChannelRecord() |
AlertChannelRecord(AlertChannelRecord 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 |
getAMPConsumerId()
Get Consumer ID
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getAppId()
Get App ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCreatedAt()
Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNoticeId()
Get Notice ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProjectId()
Get 项目 ID
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatus()
Get 状态
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSubAccountUin()
Get 子账号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUin()
Get 主账号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdatedAt()
Get 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAMPConsumerId(String AMPConsumerId)
Set Consumer ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAppId(Long AppId)
Set App ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreatedAt(String CreatedAt)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNoticeId(String NoticeId)
Set Notice ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProjectId(String ProjectId)
Set 项目 ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSubAccountUin(String SubAccountUin)
Set 子账号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUin(String Uin)
Set 主账号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdatedAt(String UpdatedAt)
Set 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AlertChannelRecord()
public AlertChannelRecord(AlertChannelRecord source)
public String getNoticeId()
public void setNoticeId(String NoticeId)
NoticeId
- Notice ID
注意:此字段可能返回 null,表示取不到有效值。public String getAMPConsumerId()
public void setAMPConsumerId(String AMPConsumerId)
AMPConsumerId
- Consumer ID
注意:此字段可能返回 null,表示取不到有效值。public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目 ID
注意:此字段可能返回 null,表示取不到有效值。public Long getStatus()
public void setStatus(Long Status)
Status
- 状态
注意:此字段可能返回 null,表示取不到有效值。public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt
- 更新时间
注意:此字段可能返回 null,表示取不到有效值。public Long getAppId()
public void setAppId(Long AppId)
AppId
- App ID
注意:此字段可能返回 null,表示取不到有效值。public String getUin()
public void setUin(String Uin)
Uin
- 主账号
注意:此字段可能返回 null,表示取不到有效值。public String getSubAccountUin()
public void setSubAccountUin(String SubAccountUin)
SubAccountUin
- 子账号
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.