public interface IRule
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
description()
The rule description.
|
int |
id()
The rule ID.
|
boolean |
isActive()
Indicates if the rule is active.
|
void |
isActive(boolean pVal)
Indicates if the rule is active.
|
void |
post()
Saves the changes to the Rules object to the server.
|
boolean |
toMail()
Indicates if the alert is to be sent by e-mail.
|
void |
toMail(boolean pVal)
Indicates if the alert is to be sent by e-mail.
|
int id()
The rule ID.
Getter method for the COM property "ID"
boolean isActive()
Indicates if the rule is active.
Getter method for the COM property "IsActive"
void isActive(boolean pVal)
Indicates if the rule is active.
Setter method for the COM property "IsActive"
pVal
- Mandatory boolean parameter.boolean toMail()
Indicates if the alert is to be sent by e-mail.
Getter method for the COM property "ToMail"
void toMail(boolean pVal)
Indicates if the alert is to be sent by e-mail.
Setter method for the COM property "ToMail"
pVal
- Mandatory boolean parameter.String description()
The rule description.
Getter method for the COM property "Description"
void post()
Saves the changes to the Rules object to the server.
Copyright © 2020. All rights reserved.