UploadRequestAttempt
extends DomainValue
in package
FinalYes
Immutable base for Inttegro domain values.
Table of Contents
Properties
- $attemptedAt : string
- $contentType : string|null
- $declaredSize : int|null
- $error : UploadRequestLatestError|null
- $failedAt : string|null
- $fileId : string|null
- $filename : string|null
- $id : string
- $ordinal : int
- $review : UploadRequestReview|null
- $status : string
- $succeededAt : string|null
- $uploadRequestId : string
Methods
- __construct() : mixed
- __get() : mixed
- __isset() : bool
- fromArray() : static
- jsonSerialize() : mixed
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
- toArray() : array<string, mixed>
Properties
$attemptedAt read-only
public
string
$attemptedAt
$contentType read-only
public
string|null
$contentType
$declaredSize read-only
public
int|null
$declaredSize
$error read-only
public
UploadRequestLatestError|null
$error
$failedAt read-only
public
string|null
$failedAt
$fileId read-only
public
string|null
$fileId
$filename read-only
public
string|null
$filename
$id read-only
public
string
$id
$ordinal read-only
public
int
$ordinal
$review read-only
public
UploadRequestReview|null
$review
$status read-only
public
string
$status
$succeededAt read-only
public
string|null
$succeededAt
$uploadRequestId read-only
public
string
$uploadRequestId
Methods
__construct()
public
__construct(array<string, mixed> $data) : mixed
Parameters
- $data : array<string, mixed>
__get()
public
__get(string $name) : mixed
Parameters
- $name : string
__isset()
public
__isset(string $name) : bool
Parameters
- $name : string
Return values
boolfromArray()
public
static fromArray(array<string, mixed> $data) : static
Parameters
- $data : array<string, mixed>
Return values
staticjsonSerialize()
public
jsonSerialize() : mixed
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed
toArray()
public
toArray() : array<string, mixed>