public class AlarmTarget extends AbstractModel
header, skipSign
Constructor and Description |
---|
AlarmTarget() |
AlarmTarget(AlarmTarget 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 |
---|---|
Long |
getEndTimeOffset()
Get Offset of the query end time from the alarm execution time in minutes.
|
String |
getLogsetId()
Get Logset IDNote: This field may return null, indicating that no valid values can be obtained.
|
Long |
getNumber()
Get Serial number of alarm object, which is incremental from 1.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getQuery()
Get Query statementNote: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStartTimeOffset()
Get Offset of the query start time from the alarm execution time in minutes.
|
Long |
getSyntaxRule()
Get Search syntax rules; default value: 0.0: Lucene syntax; 1: CQL syntax.For detailed instructions, see Search Condition Syntax Rules
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTopicId()
Get Log topic IDNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setEndTimeOffset(Long EndTimeOffset)
Set Offset of the query end time from the alarm execution time in minutes.
|
void |
setLogsetId(String LogsetId)
Set Logset IDNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setNumber(Long Number)
Set Serial number of alarm object, which is incremental from 1.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setQuery(String Query)
Set Query statementNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setStartTimeOffset(Long StartTimeOffset)
Set Offset of the query start time from the alarm execution time in minutes.
|
void |
setSyntaxRule(Long SyntaxRule)
Set Search syntax rules; default value: 0.0: Lucene syntax; 1: CQL syntax.For detailed instructions, see Search Condition Syntax Rules
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTopicId(String TopicId)
Set Log topic IDNote: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AlarmTarget()
public AlarmTarget(AlarmTarget source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- Log topic IDNote: This field may return null, indicating that no valid values can be obtained.public String getQuery()
public void setQuery(String Query)
Query
- Query statementNote: This field may return null, indicating that no valid values can be obtained.public Long getNumber()
public void setNumber(Long Number)
Number
- Serial number of alarm object, which is incremental from 1.Note: This field may return null, indicating that no valid values can be obtained.public Long getStartTimeOffset()
public void setStartTimeOffset(Long StartTimeOffset)
StartTimeOffset
- Offset of the query start time from the alarm execution time in minutes. The value cannot be positive. Maximum value: 0. Minimum value: -1440.Note: This field may return null, indicating that no valid values can be obtained.public Long getEndTimeOffset()
public void setEndTimeOffset(Long EndTimeOffset)
EndTimeOffset
- Offset of the query end time from the alarm execution time in minutes. The value cannot be positive and must be greater than StartTimeOffset. Maximum value: 0. Minimum value: -1440.Note: This field may return null, indicating that no valid values can be obtained.public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- Logset IDNote: This field may return null, indicating that no valid values can be obtained.public Long getSyntaxRule()
public void setSyntaxRule(Long SyntaxRule)
SyntaxRule
- Search syntax rules; default value: 0.0: Lucene syntax; 1: CQL syntax.For detailed instructions, see Search Condition Syntax Rules
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.