Newer Version Available

This content describes an older version of this product. View Latest

ComplianceEvaluationResponse Class

Represents the compliance evaluation response from a control evaluation. It's the output of the ComplianceEvaluation interface's evaluate method and includes two properties—evaluationResult and complianceControlLog.

Namespace

ComplianceMgmt

Example

ComplianceEvaluationResponse Constructors

Learn more about the constructors available with the ComplianceEvaluationResponse class.

The ComplianceEvaluationResponse class includes this constructor.

ComplianceEvaluationResponse(evaluationResult, complianceControlLog)

Creates ComplianceEvaluationResponse object.

Signature

public ComplianceEvaluationResponse(ComplianceMgmt.EvaluationResult evaluationResult, ComplianceMgmt.ComplianceControlLog complianceControlLog)

Parameters

evaluationResult
Type: ComplianceMgmt.EvaluationResult
The object that represents the compliance evaluation result from the control.
complianceControlLog
Type: ComplianceMgmt.ComplianceControlLog
The object that contains the key-value pair to specify the controls to be included in logs.

ComplianceEvaluationResponse Methods

Learn more about the methods available with the ComplianceEvaluationResponse class.

The ComplianceEvaluationResponse class includes these methods.

getComplianceControlLog()

Gets the ComplianceControlLog object that contains the details of the compliance control logs.

Signature

public ComplianceMgmt.ComplianceControlLog getComplianceControlLog()

getEvaluationResult()

Gets the EvaluationResult object that contains the details of the compliance evaluation result.

Signature

public ComplianceMgmt.EvaluationResult getEvaluationResult()

Return Value

Type: ComplianceMgmt.EvaluationResult