DisplayApplianceDocumentPage
in package
implements
ArrayAccess
DisplayApplianceDocumentPage Class Doc Comment
Tags
Interfaces, Classes, Traits and Enums
- ArrayAccess
Table of Contents
- DISCRIMINATOR = null
- $attributeMap : array<string|int, string>
- Array of attributes where the key is the local name, and the value is the original name
- $container : array<string|int, mixed>
- Associative array for storing property values
- $getters : array<string|int, string>
- Array of attributes to getter functions (for serialization of requests)
- $setters : array<string|int, string>
- Array of attributes to setter functions (for deserialization of responses)
- $swaggerModelName : string
- The original name of the model.
- $swaggerTypes : array<string|int, string>
- Array of property to type mappings. Used for (de)serialization
- __construct() : mixed
- Constructor
- __toString() : string
- Gets the string presentation of the object
- attributeMap() : mixed
- getDocPageCountTotal() : int
- Gets doc_page_count_total
- getDocumentId() : string
- Gets document_id
- getDocumentName() : string
- Gets document_name
- getExtension() : string
- Gets extension
- getHeight72Dpi() : int
- Gets height72_dpi
- getIsAttachmentType() : bool
- Gets is_attachment_type
- getPage() : int
- Gets page
- getPageId() : string
- Gets page_id
- getters() : mixed
- getType() : string
- Gets type
- getWidth72Dpi() : int
- Gets width72_dpi
- listInvalidProperties() : array<string|int, mixed>
- show all the invalid properties with reasons.
- offsetExists() : bool
- Returns true if offset exists. False otherwise.
- offsetGet() : mixed
- Gets offset.
- offsetSet() : void
- Sets value based on offset.
- offsetUnset() : void
- Unsets offset.
- setDocPageCountTotal() : $this
- Sets doc_page_count_total
- setDocumentId() : $this
- Sets document_id
- setDocumentName() : $this
- Sets document_name
- setExtension() : $this
- Sets extension
- setHeight72Dpi() : $this
- Sets height72_dpi
- setIsAttachmentType() : $this
- Sets is_attachment_type
- setPage() : $this
- Sets page
- setPageId() : $this
- Sets page_id
- setters() : mixed
- setType() : $this
- Sets type
- setWidth72Dpi() : $this
- Sets width72_dpi
- swaggerTypes() : mixed
- valid() : bool
- validate all the properties in the model return true if all passed
Constants
DISCRIMINATOR
public
mixed
DISCRIMINATOR
= null
Properties
$attributeMap
Array of attributes where the key is the local name, and the value is the original name
protected
static array<string|int, string>
$attributeMap
= ['doc_page_count_total' => 'docPageCountTotal', 'document_id' => 'documentId', 'document_name' => 'documentName', 'extension' => 'extension', 'height72_dpi' => 'height72DPI', 'is_attachment_type' => 'isAttachmentType', 'page' => 'page', 'page_id' => 'pageId', 'type' => 'type', 'width72_dpi' => 'width72DPI']
$container
Associative array for storing property values
protected
array<string|int, mixed>
$container
= []
$getters
Array of attributes to getter functions (for serialization of requests)
protected
static array<string|int, string>
$getters
= ['doc_page_count_total' => 'getDocPageCountTotal', 'document_id' => 'getDocumentId', 'document_name' => 'getDocumentName', 'extension' => 'getExtension', 'height72_dpi' => 'getHeight72Dpi', 'is_attachment_type' => 'getIsAttachmentType', 'page' => 'getPage', 'page_id' => 'getPageId', 'type' => 'getType', 'width72_dpi' => 'getWidth72Dpi']
$setters
Array of attributes to setter functions (for deserialization of responses)
protected
static array<string|int, string>
$setters
= ['doc_page_count_total' => 'setDocPageCountTotal', 'document_id' => 'setDocumentId', 'document_name' => 'setDocumentName', 'extension' => 'setExtension', 'height72_dpi' => 'setHeight72Dpi', 'is_attachment_type' => 'setIsAttachmentType', 'page' => 'setPage', 'page_id' => 'setPageId', 'type' => 'setType', 'width72_dpi' => 'setWidth72Dpi']
$swaggerModelName
The original name of the model.
protected
static string
$swaggerModelName
= 'displayApplianceDocumentPage'
$swaggerTypes
Array of property to type mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerTypes
= ['doc_page_count_total' => 'int', 'document_id' => 'string', 'document_name' => 'string', 'extension' => 'string', 'height72_dpi' => 'int', 'is_attachment_type' => 'bool', 'page' => 'int', 'page_id' => 'string', 'type' => 'string', 'width72_dpi' => 'int']
Methods
__construct()
Constructor
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
-
Associated array of property values initializing the model
Return values
mixed —__toString()
Gets the string presentation of the object
public
__toString() : string
Return values
string —attributeMap()
public
static attributeMap() : mixed
Return values
mixed —getDocPageCountTotal()
Gets doc_page_count_total
public
getDocPageCountTotal() : int
Return values
int —getDocumentId()
Gets document_id
public
getDocumentId() : string
Return values
string —getDocumentName()
Gets document_name
public
getDocumentName() : string
Return values
string —getExtension()
Gets extension
public
getExtension() : string
Return values
string —getHeight72Dpi()
Gets height72_dpi
public
getHeight72Dpi() : int
Return values
int —getIsAttachmentType()
Gets is_attachment_type
public
getIsAttachmentType() : bool
Return values
bool —getPage()
Gets page
public
getPage() : int
Return values
int —getPageId()
Gets page_id
public
getPageId() : string
Return values
string —getters()
public
static getters() : mixed
Return values
mixed —getType()
Gets type
public
getType() : string
Return values
string —getWidth72Dpi()
Gets width72_dpi
public
getWidth72Dpi() : int
Return values
int —listInvalidProperties()
show all the invalid properties with reasons.
public
listInvalidProperties() : array<string|int, mixed>
Return values
array<string|int, mixed> —invalid properties with reasons
offsetExists()
Returns true if offset exists. False otherwise.
public
offsetExists(int $offset) : bool
Parameters
- $offset : int
-
Offset
Return values
bool —offsetGet()
Gets offset.
public
offsetGet(int $offset) : mixed
Parameters
- $offset : int
-
Offset
Return values
mixed —offsetSet()
Sets value based on offset.
public
offsetSet(int $offset, mixed $value) : void
Parameters
- $offset : int
-
Offset
- $value : mixed
-
Value to be set
Return values
void —offsetUnset()
Unsets offset.
public
offsetUnset(int $offset) : void
Parameters
- $offset : int
-
Offset
Return values
void —setDocPageCountTotal()
Sets doc_page_count_total
public
setDocPageCountTotal(int $doc_page_count_total) : $this
Parameters
- $doc_page_count_total : int
Return values
$this —setDocumentId()
Sets document_id
public
setDocumentId(string $document_id) : $this
Parameters
- $document_id : string
-
Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute.
Return values
$this —setDocumentName()
Sets document_name
public
setDocumentName(string $document_name) : $this
Parameters
- $document_name : string
Return values
$this —setExtension()
Sets extension
public
setExtension(string $extension) : $this
Parameters
- $extension : string
Return values
$this —setHeight72Dpi()
Sets height72_dpi
public
setHeight72Dpi(int $height72_dpi) : $this
Parameters
- $height72_dpi : int
Return values
$this —setIsAttachmentType()
Sets is_attachment_type
public
setIsAttachmentType(bool $is_attachment_type) : $this
Parameters
- $is_attachment_type : bool
Return values
$this —setPage()
Sets page
public
setPage(int $page) : $this
Parameters
- $page : int
Return values
$this —setPageId()
Sets page_id
public
setPageId(string $page_id) : $this
Parameters
- $page_id : string
Return values
$this —setters()
public
static setters() : mixed
Return values
mixed —setType()
Sets type
public
setType(string $type) : $this
Parameters
- $type : string
Return values
$this —setWidth72Dpi()
Sets width72_dpi
public
setWidth72Dpi(int $width72_dpi) : $this
Parameters
- $width72_dpi : int
Return values
$this —swaggerTypes()
public
static swaggerTypes() : mixed
Return values
mixed —valid()
validate all the properties in the model return true if all passed
public
valid() : bool
Return values
bool —True if all properteis are valid