ThreatEntrySet
class ThreatEntrySet extends Model (View source)
Properties
| string | $compressionType | ||
| protected | $rawHashesType | ||
| protected | $rawHashesDataType | ||
| $rawHashes | |||
| protected | $rawIndicesType | ||
| protected | $rawIndicesDataType | ||
| $rawIndices | |||
| protected | $riceHashesType | ||
| protected | $riceHashesDataType | ||
| $riceHashes | |||
| protected | $riceIndicesType | ||
| protected | $riceIndicesDataType | ||
| $riceIndices |
Methods
setCompressionType($compressionType)
No description
string
getCompressionType()
No description
getRawHashes()
No description
getRawIndices()
No description
getRiceHashes()
No description
getRiceIndices()
No description
Details
setCompressionType($compressionType)
No description
string
getCompressionType()
No description
setRawHashes(RawHashes $rawHashes)
No description
RawHashes
getRawHashes()
No description
setRawIndices(RawIndices $rawIndices)
No description
RawIndices
getRawIndices()
No description
setRiceHashes(RiceDeltaEncoding $riceHashes)
No description
RiceDeltaEncoding
getRiceHashes()
No description
setRiceIndices(RiceDeltaEncoding $riceIndices)
No description
RiceDeltaEncoding
getRiceIndices()
No description