class CheckSetResult extends Model (View source)

Properties

protected $allowlistResultType
protected $allowlistResultDataType
protected $checkResultsType
protected $checkResultsDataType
string $displayName
string $explanation
string $index
protected $scopeType
protected $scopeDataType

Methods

setAllowlistResult(AllowlistResult $allowlistResult)

No description

setCheckResults(CheckResults $checkResults)

No description

getCheckResults()

No description

setDisplayName($displayName)

No description

string
getDisplayName()

No description

setExplanation($explanation)

No description

string
getExplanation()

No description

setIndex($index)

No description

string
getIndex()

No description

setScope(Scope $scope)

No description

getScope()

No description

Details

setAllowlistResult(AllowlistResult $allowlistResult)

No description

Parameters

AllowlistResult $allowlistResult

AllowlistResult getAllowlistResult()

No description

Return Value

AllowlistResult

setCheckResults(CheckResults $checkResults)

No description

Parameters

CheckResults $checkResults

CheckResults getCheckResults()

No description

Return Value

CheckResults

setDisplayName($displayName)

No description

Parameters

$displayName

string getDisplayName()

No description

Return Value

string

setExplanation($explanation)

No description

Parameters

$explanation

string getExplanation()

No description

Return Value

string

setIndex($index)

No description

Parameters

$index

string getIndex()

No description

Return Value

string

setScope(Scope $scope)

No description

Parameters

Scope $scope

Scope getScope()

No description

Return Value

Scope