ReportInProductListItem
in package
implements
ModelInterface, ArrayAccess
ReportInProductListItem Class Doc Comment
Tags
Interfaces, Classes, Traits and Enums
- ModelInterface
- Interface abstracting model access.
- 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)
- $swaggerFormats : array<string|int, string>
- Array of property to format mappings. Used for (de)serialization
- $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() : array<string|int, mixed>
- Array of attributes where the key is the local name, and the value is the original name
- getGetUri() : string|null
- Gets get_uri
- getLastScheduledExecutionDate() : string|null
- Gets last_scheduled_execution_date
- getLastScheduledExecutionSuccessDate() : string|null
- Gets last_scheduled_execution_success_date
- getModelName() : string
- The original name of the model.
- getReportCustomizedId() : string|null
- Gets report_customized_id
- getReportDescription() : string|null
- Gets report_description
- getReportId() : string|null
- Gets report_id
- getReportName() : string|null
- Gets report_name
- getReportType() : string|null
- Gets report_type
- getRunUri() : string|null
- Gets run_uri
- getSaveUri() : string|null
- Gets save_uri
- getScheduleCreateDate() : string|null
- Gets schedule_create_date
- getScheduleEndDate() : string|null
- Gets schedule_end_date
- getScheduleId() : string|null
- Gets schedule_id
- getScheduleRenewDurationDays() : string|null
- Gets schedule_renew_duration_days
- getters() : array<string|int, mixed>
- Array of attributes to getter functions (for serialization of requests)
- 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.
- setGetUri() : $this
- Sets get_uri
- setLastScheduledExecutionDate() : $this
- Sets last_scheduled_execution_date
- setLastScheduledExecutionSuccessDate() : $this
- Sets last_scheduled_execution_success_date
- setReportCustomizedId() : $this
- Sets report_customized_id
- setReportDescription() : $this
- Sets report_description
- setReportId() : $this
- Sets report_id
- setReportName() : $this
- Sets report_name
- setReportType() : $this
- Sets report_type
- setRunUri() : $this
- Sets run_uri
- setSaveUri() : $this
- Sets save_uri
- setScheduleCreateDate() : $this
- Sets schedule_create_date
- setScheduleEndDate() : $this
- Sets schedule_end_date
- setScheduleId() : $this
- Sets schedule_id
- setScheduleRenewDurationDays() : $this
- Sets schedule_renew_duration_days
- setters() : array<string|int, mixed>
- Array of attributes to setter functions (for deserialization of responses)
- swaggerFormats() : array<string|int, mixed>
- Array of property to format mappings. Used for (de)serialization
- swaggerTypes() : array<string|int, mixed>
- Array of property to type mappings. Used for (de)serialization
- 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
= ['get_uri' => 'getUri', 'last_scheduled_execution_date' => 'lastScheduledExecutionDate', 'last_scheduled_execution_success_date' => 'lastScheduledExecutionSuccessDate', 'report_customized_id' => 'reportCustomizedId', 'report_description' => 'reportDescription', 'report_id' => 'reportId', 'report_name' => 'reportName', 'report_type' => 'reportType', 'run_uri' => 'runUri', 'save_uri' => 'saveUri', 'schedule_create_date' => 'scheduleCreateDate', 'schedule_end_date' => 'scheduleEndDate', 'schedule_id' => 'scheduleId', 'schedule_renew_duration_days' => 'scheduleRenewDurationDays']
$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
= ['get_uri' => 'getGetUri', 'last_scheduled_execution_date' => 'getLastScheduledExecutionDate', 'last_scheduled_execution_success_date' => 'getLastScheduledExecutionSuccessDate', 'report_customized_id' => 'getReportCustomizedId', 'report_description' => 'getReportDescription', 'report_id' => 'getReportId', 'report_name' => 'getReportName', 'report_type' => 'getReportType', 'run_uri' => 'getRunUri', 'save_uri' => 'getSaveUri', 'schedule_create_date' => 'getScheduleCreateDate', 'schedule_end_date' => 'getScheduleEndDate', 'schedule_id' => 'getScheduleId', 'schedule_renew_duration_days' => 'getScheduleRenewDurationDays']
$setters
Array of attributes to setter functions (for deserialization of responses)
protected
static array<string|int, string>
$setters
= ['get_uri' => 'setGetUri', 'last_scheduled_execution_date' => 'setLastScheduledExecutionDate', 'last_scheduled_execution_success_date' => 'setLastScheduledExecutionSuccessDate', 'report_customized_id' => 'setReportCustomizedId', 'report_description' => 'setReportDescription', 'report_id' => 'setReportId', 'report_name' => 'setReportName', 'report_type' => 'setReportType', 'run_uri' => 'setRunUri', 'save_uri' => 'setSaveUri', 'schedule_create_date' => 'setScheduleCreateDate', 'schedule_end_date' => 'setScheduleEndDate', 'schedule_id' => 'setScheduleId', 'schedule_renew_duration_days' => 'setScheduleRenewDurationDays']
$swaggerFormats
Array of property to format mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerFormats
= ['get_uri' => null, 'last_scheduled_execution_date' => null, 'last_scheduled_execution_success_date' => null, 'report_customized_id' => null, 'report_description' => null, 'report_id' => null, 'report_name' => null, 'report_type' => null, 'run_uri' => null, 'save_uri' => null, 'schedule_create_date' => null, 'schedule_end_date' => null, 'schedule_id' => null, 'schedule_renew_duration_days' => null]
$swaggerModelName
The original name of the model.
protected
static string
$swaggerModelName
= 'reportInProductListItem'
$swaggerTypes
Array of property to type mappings. Used for (de)serialization
protected
static array<string|int, string>
$swaggerTypes
= ['get_uri' => '?string', 'last_scheduled_execution_date' => '?string', 'last_scheduled_execution_success_date' => '?string', 'report_customized_id' => '?string', 'report_description' => '?string', 'report_id' => '?string', 'report_name' => '?string', 'report_type' => '?string', 'run_uri' => '?string', 'save_uri' => '?string', 'schedule_create_date' => '?string', 'schedule_end_date' => '?string', 'schedule_id' => '?string', 'schedule_renew_duration_days' => '?string']
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()
Array of attributes where the key is the local name, and the value is the original name
public
static attributeMap() : array<string|int, mixed>
Return values
array<string|int, mixed> —getGetUri()
Gets get_uri
public
getGetUri() : string|null
Return values
string|null —getLastScheduledExecutionDate()
Gets last_scheduled_execution_date
public
getLastScheduledExecutionDate() : string|null
Return values
string|null —getLastScheduledExecutionSuccessDate()
Gets last_scheduled_execution_success_date
public
getLastScheduledExecutionSuccessDate() : string|null
Return values
string|null —getModelName()
The original name of the model.
public
getModelName() : string
Return values
string —getReportCustomizedId()
Gets report_customized_id
public
getReportCustomizedId() : string|null
Return values
string|null —getReportDescription()
Gets report_description
public
getReportDescription() : string|null
Return values
string|null —getReportId()
Gets report_id
public
getReportId() : string|null
Return values
string|null —getReportName()
Gets report_name
public
getReportName() : string|null
Return values
string|null —getReportType()
Gets report_type
public
getReportType() : string|null
Return values
string|null —getRunUri()
Gets run_uri
public
getRunUri() : string|null
Return values
string|null —getSaveUri()
Gets save_uri
public
getSaveUri() : string|null
Return values
string|null —getScheduleCreateDate()
Gets schedule_create_date
public
getScheduleCreateDate() : string|null
Return values
string|null —getScheduleEndDate()
Gets schedule_end_date
public
getScheduleEndDate() : string|null
Return values
string|null —getScheduleId()
Gets schedule_id
public
getScheduleId() : string|null
Return values
string|null —getScheduleRenewDurationDays()
Gets schedule_renew_duration_days
public
getScheduleRenewDurationDays() : string|null
Return values
string|null —getters()
Array of attributes to getter functions (for serialization of requests)
public
static getters() : array<string|int, mixed>
Return values
array<string|int, mixed> —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 —setGetUri()
Sets get_uri
public
setGetUri(string|null $get_uri) : $this
Parameters
- $get_uri : string|null
Return values
$this —setLastScheduledExecutionDate()
Sets last_scheduled_execution_date
public
setLastScheduledExecutionDate(string|null $last_scheduled_execution_date) : $this
Parameters
- $last_scheduled_execution_date : string|null
Return values
$this —setLastScheduledExecutionSuccessDate()
Sets last_scheduled_execution_success_date
public
setLastScheduledExecutionSuccessDate(string|null $last_scheduled_execution_success_date) : $this
Parameters
- $last_scheduled_execution_success_date : string|null
Return values
$this —setReportCustomizedId()
Sets report_customized_id
public
setReportCustomizedId(string|null $report_customized_id) : $this
Parameters
- $report_customized_id : string|null
Return values
$this —setReportDescription()
Sets report_description
public
setReportDescription(string|null $report_description) : $this
Parameters
- $report_description : string|null
Return values
$this —setReportId()
Sets report_id
public
setReportId(string|null $report_id) : $this
Parameters
- $report_id : string|null
Return values
$this —setReportName()
Sets report_name
public
setReportName(string|null $report_name) : $this
Parameters
- $report_name : string|null
Return values
$this —setReportType()
Sets report_type
public
setReportType(string|null $report_type) : $this
Parameters
- $report_type : string|null
Return values
$this —setRunUri()
Sets run_uri
public
setRunUri(string|null $run_uri) : $this
Parameters
- $run_uri : string|null
Return values
$this —setSaveUri()
Sets save_uri
public
setSaveUri(string|null $save_uri) : $this
Parameters
- $save_uri : string|null
Return values
$this —setScheduleCreateDate()
Sets schedule_create_date
public
setScheduleCreateDate(string|null $schedule_create_date) : $this
Parameters
- $schedule_create_date : string|null
Return values
$this —setScheduleEndDate()
Sets schedule_end_date
public
setScheduleEndDate(string|null $schedule_end_date) : $this
Parameters
- $schedule_end_date : string|null
Return values
$this —setScheduleId()
Sets schedule_id
public
setScheduleId(string|null $schedule_id) : $this
Parameters
- $schedule_id : string|null
Return values
$this —setScheduleRenewDurationDays()
Sets schedule_renew_duration_days
public
setScheduleRenewDurationDays(string|null $schedule_renew_duration_days) : $this
Parameters
- $schedule_renew_duration_days : string|null
Return values
$this —setters()
Array of attributes to setter functions (for deserialization of responses)
public
static setters() : array<string|int, mixed>
Return values
array<string|int, mixed> —swaggerFormats()
Array of property to format mappings. Used for (de)serialization
public
static swaggerFormats() : array<string|int, mixed>
Return values
array<string|int, mixed> —swaggerTypes()
Array of property to type mappings. Used for (de)serialization
public
static swaggerTypes() : array<string|int, mixed>
Return values
array<string|int, mixed> —valid()
Validate all the properties in the model return true if all passed
public
valid() : bool
Return values
bool —True if all properties are valid