class CreateBackupMetadata extends Model (View source)

Properties

string $cancelTime
string $database
string $name
protected $progressType
protected $progressDataType

Methods

setCancelTime($cancelTime)

No description

string
getCancelTime()

No description

setDatabase($database)

No description

string
getDatabase()

No description

setName($name)

No description

string
getName()

No description

setProgress(OperationProgress $progress)

No description

getProgress()

No description

Details

setCancelTime($cancelTime)

No description

Parameters

$cancelTime

string getCancelTime()

No description

Return Value

string

setDatabase($database)

No description

Parameters

$database

string getDatabase()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setProgress(OperationProgress $progress)

No description

Parameters

OperationProgress $progress

OperationProgress getProgress()

No description

Return Value

OperationProgress