public class AlertChannelRecord extends AbstractModel
header, 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. 
 | 
Long | 
getAppId()
Get App ID. 
 | 
String | 
getCreatedAt()
Get Create time. 
 | 
String | 
getNoticeId()
Get Notice ID. 
 | 
String | 
getProjectId()
Get Project ID. 
 | 
Long | 
getStatus()
Get Status. 
 | 
String | 
getSubAccountUin()
Get Sub account uin. 
 | 
String | 
getUin()
Get Account uin. 
 | 
String | 
getUpdatedAt()
Get Update time. 
 | 
void | 
setAMPConsumerId(String AMPConsumerId)
Set Consumer ID. 
 | 
void | 
setAppId(Long AppId)
Set App ID. 
 | 
void | 
setCreatedAt(String CreatedAt)
Set Create time. 
 | 
void | 
setNoticeId(String NoticeId)
Set Notice ID. 
 | 
void | 
setProjectId(String ProjectId)
Set Project ID. 
 | 
void | 
setStatus(Long Status)
Set Status. 
 | 
void | 
setSubAccountUin(String SubAccountUin)
Set Sub account uin. 
 | 
void | 
setUin(String Uin)
Set Account uin. 
 | 
void | 
setUpdatedAt(String UpdatedAt)
Set Update time. 
 | 
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, toJsonStringpublic AlertChannelRecord()
public AlertChannelRecord(AlertChannelRecord source)
public String getNoticeId()
public void setNoticeId(String NoticeId)
NoticeId - Notice ID.
Note: This field may return null, indicating that no valid value is found.public String getAMPConsumerId()
public void setAMPConsumerId(String AMPConsumerId)
AMPConsumerId - Consumer ID.
Note: This field may return null, indicating that no valid value is found.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project ID.
Note: This field may return null, indicating that no valid value is found.public Long getStatus()
public void setStatus(Long Status)
Status - Status.
Note: This field may return null, indicating that no valid value is found.public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt - Create time.
Note: This field may return null, indicating that no valid value is found.public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt - Update time.
Note: This field may return null, indicating that no valid value is found.public Long getAppId()
public void setAppId(Long AppId)
AppId - App ID.
Note: This field may return null, indicating that no valid value is found.public String getUin()
public void setUin(String Uin)
Uin - Account uin.
Note: This field may return null, indicating that no valid value is found.public String getSubAccountUin()
public void setSubAccountUin(String SubAccountUin)
SubAccountUin - Sub account uin.
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.