Class LogAlarmReq
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.LogAlarmReq
-
public class LogAlarmReq extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LogAlarmReq()LogAlarmReq(LogAlarmReq 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlarmMerge()Get 告警合并开启/暂停StringgetAlarmMergeTime()Get 告警合并时间LogFilterInfo[]getFilter()Get 检索条件信息StringgetInstanceId()Get apm实例idvoidsetAlarmMerge(String AlarmMerge)Set 告警合并开启/暂停voidsetAlarmMergeTime(String AlarmMergeTime)Set 告警合并时间voidsetFilter(LogFilterInfo[] Filter)Set 检索条件信息voidsetInstanceId(String InstanceId)Set apm实例idvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LogAlarmReq
public LogAlarmReq()
-
LogAlarmReq
public LogAlarmReq(LogAlarmReq 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get apm实例id- Returns:
- InstanceId apm实例id
-
setInstanceId
public void setInstanceId(String InstanceId)
Set apm实例id- Parameters:
InstanceId- apm实例id
-
getFilter
public LogFilterInfo[] getFilter()
Get 检索条件信息- Returns:
- Filter 检索条件信息
-
setFilter
public void setFilter(LogFilterInfo[] Filter)
Set 检索条件信息- Parameters:
Filter- 检索条件信息
-
getAlarmMerge
public String getAlarmMerge()
Get 告警合并开启/暂停- Returns:
- AlarmMerge 告警合并开启/暂停
-
setAlarmMerge
public void setAlarmMerge(String AlarmMerge)
Set 告警合并开启/暂停- Parameters:
AlarmMerge- 告警合并开启/暂停
-
getAlarmMergeTime
public String getAlarmMergeTime()
Get 告警合并时间- Returns:
- AlarmMergeTime 告警合并时间
-
setAlarmMergeTime
public void setAlarmMergeTime(String AlarmMergeTime)
Set 告警合并时间- Parameters:
AlarmMergeTime- 告警合并时间
-
-