RuleInfo

RuleInfo class

Specifies information about the validation rule that the parent validation issue pertains to.

new RuleInfo(ruleSetID, ruleID)

Constructor.

Methods

NameDescription
getRuleId()Specifies the unique identifier of the validation rule that the parent issue pertains to.
getRuleSetId()Specifies the unique identifier of the validation rule set that the parent issue pertains to.
setRuleId()Specifies the unique identifier of the validation rule that the parent issue pertains to.
setRuleSetId()Specifies the unique identifier of the validation rule set that the parent issue pertains to.

getRuleId()

Specifies the unique identifier of the validation rule that the parent issue pertains to.

getRuleSetId()

Specifies the unique identifier of the validation rule set that the parent issue pertains to.

setRuleId()

Specifies the unique identifier of the validation rule that the parent issue pertains to.

setRuleSetId()

Specifies the unique identifier of the validation rule set that the parent issue pertains to.