\Microsoft\Graph\ModelHashes

Hashes class

Summary

Methods
Properties
Constants
__construct()
getCrc32Hash()
setCrc32Hash()
getSha1Hash()
setSha1Hash()
getQuickXorHash()
setQuickXorHash()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_propDict
N/A

Properties

$_propDict

$_propDict : \Microsoft\Graph\Model\array(string

The array of properties available to the model

Type

\Microsoft\Graph\Model\array(string — => string)

Methods

__construct()

__construct(array  $propDict = array()) : null

Hashes constructor

Parameters

array $propDict

List of properties to set Defaults to an empty array

Returns

null

getCrc32Hash()

getCrc32Hash() : string

Gets the crc32Hash

Returns

string —

The crc32Hash

setCrc32Hash()

setCrc32Hash(string  $val) : null

Sets the crc32Hash

Parameters

string $val

The value of the crc32Hash

Returns

null

getSha1Hash()

getSha1Hash() : string

Gets the sha1Hash

Returns

string —

The sha1Hash

setSha1Hash()

setSha1Hash(string  $val) : null

Sets the sha1Hash

Parameters

string $val

The value of the sha1Hash

Returns

null

getQuickXorHash()

getQuickXorHash() : string

Gets the quickXorHash

Returns

string —

The quickXorHash

setQuickXorHash()

setQuickXorHash(string  $val) : null

Sets the quickXorHash

Parameters

string $val

The value of the quickXorHash

Returns

null