class RetryAttempt extends Model (View source)

Properties

string $attempt
string $state
string $stateDesc
string $wait

Methods

setAttempt($attempt)

No description

string
getAttempt()

No description

setState($state)

No description

string
getState()

No description

setStateDesc($stateDesc)

No description

string
getStateDesc()

No description

setWait($wait)

No description

string
getWait()

No description

Details

setAttempt($attempt)

No description

Parameters

$attempt

string getAttempt()

No description

Return Value

string

setState($state)

No description

Parameters

$state

string getState()

No description

Return Value

string

setStateDesc($stateDesc)

No description

Parameters

$stateDesc

string getStateDesc()

No description

Return Value

string

setWait($wait)

No description

Parameters

$wait

string getWait()

No description

Return Value

string