public class GetAlarmMessageRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
GetAlarmMessageRequest()  | 
GetAlarmMessageRequest(GetAlarmMessageRequest 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 | 
getAlarmMessageId()
Get Alarm message Id. 
 | 
String | 
getProjectId()
Get Project ID 
 | 
String | 
getTimeZone()
Get Specifies the time zone of the return date. 
 | 
void | 
setAlarmMessageId(String AlarmMessageId)
Set Alarm message Id. 
 | 
void | 
setProjectId(String ProjectId)
Set Project ID 
 | 
void | 
setTimeZone(String TimeZone)
Set Specifies the time zone of the return date. 
 | 
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 GetAlarmMessageRequest()
public GetAlarmMessageRequest(GetAlarmMessageRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - Project IDpublic String getAlarmMessageId()
public void setAlarmMessageId(String AlarmMessageId)
AlarmMessageId - Alarm message Id.public String getTimeZone()
public void setTimeZone(String TimeZone)
TimeZone - Specifies the time zone of the return date. default UTC+8.Copyright © 2025. All rights reserved.