class ThreatHit extends Collection (View source)

Properties

protected $collection_key
protected $clientInfoType
protected $clientInfoDataType
$clientInfo
protected $entryType
protected $entryDataType
$entry
string $platformType
protected $resourcesType
protected $resourcesDataType
$resources
string $threatType
protected $userInfoType
protected $userInfoDataType
$userInfo

Methods

setClientInfo(ClientInfo $clientInfo)

No description

getClientInfo()

No description

setEntry(ThreatEntry $entry)

No description

getEntry()

No description

setPlatformType($platformType)

No description

string
getPlatformType()

No description

setResources($resources)

No description

getResources()

No description

setThreatType($threatType)

No description

string
getThreatType()

No description

setUserInfo(UserInfo $userInfo)

No description

getUserInfo()

No description

Details

setClientInfo(ClientInfo $clientInfo)

No description

Parameters

ClientInfo $clientInfo

ClientInfo getClientInfo()

No description

Return Value

ClientInfo

setEntry(ThreatEntry $entry)

No description

Parameters

ThreatEntry $entry

ThreatEntry getEntry()

No description

Return Value

ThreatEntry

setPlatformType($platformType)

No description

Parameters

$platformType

string getPlatformType()

No description

Return Value

string

setResources($resources)

No description

Parameters

$resources

ThreatSource[] getResources()

No description

Return Value

ThreatSource[]

setThreatType($threatType)

No description

Parameters

$threatType

string getThreatType()

No description

Return Value

string

setUserInfo(UserInfo $userInfo)

No description

Parameters

UserInfo $userInfo

UserInfo getUserInfo()

No description

Return Value

UserInfo