|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\LogEvent::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
◆ __toString()
InfluxDB2\Model\LogEvent::__toString |
( |
| ) |
|
Gets the string presentation of the object
- Returns
- string
◆ attributeMap()
static InfluxDB2\Model\LogEvent::attributeMap |
( |
| ) |
|
|
static |
◆ getMessage()
InfluxDB2\Model\LogEvent::getMessage |
( |
| ) |
|
Gets message
- Returns
- string|null
◆ getModelName()
InfluxDB2\Model\LogEvent::getModelName |
( |
| ) |
|
◆ getRunId()
InfluxDB2\Model\LogEvent::getRunId |
( |
| ) |
|
Gets run_id
- Returns
- string|null
◆ getters()
static InfluxDB2\Model\LogEvent::getters |
( |
| ) |
|
|
static |
◆ getTime()
InfluxDB2\Model\LogEvent::getTime |
( |
| ) |
|
Gets time
- Returns
- \DateTime|null
◆ listInvalidProperties()
InfluxDB2\Model\LogEvent::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\LogEvent::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
◆ offsetGet()
InfluxDB2\Model\LogEvent::offsetGet |
( |
| $offset | ) |
|
Gets offset.
- Parameters
-
- Returns
- mixed
◆ offsetSet()
InfluxDB2\Model\LogEvent::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
◆ offsetUnset()
InfluxDB2\Model\LogEvent::offsetUnset |
( |
| $offset | ) |
|
Unsets offset.
- Parameters
-
- Returns
- void
◆ openAPIFormats()
static InfluxDB2\Model\LogEvent::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\LogEvent::openAPITypes |
( |
| ) |
|
|
static |
◆ setMessage()
InfluxDB2\Model\LogEvent::setMessage |
( |
| $message | ) |
|
Sets message
- Parameters
-
string | null | $message | A description of the event that occurred. |
- Returns
- $this
◆ setRunId()
InfluxDB2\Model\LogEvent::setRunId |
( |
| $run_id | ) |
|
Sets run_id
- Parameters
-
string | null | $run_id | The ID of the task run that generated the event. |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\LogEvent::setters |
( |
| ) |
|
|
static |
◆ setTime()
InfluxDB2\Model\LogEvent::setTime |
( |
| $time | ) |
|
Sets time
- Parameters
-
- Returns
- $this
◆ valid()
InfluxDB2\Model\LogEvent::valid |
( |
| ) |
|
Validate all the properties in the model return true if all passed
- Returns
- bool True if all properties are valid
Implements InfluxDB2\Model\ModelInterface.
◆ $attributeMap
InfluxDB2\Model\LogEvent::$attributeMap |
|
staticprotected |
Initial value:= [
'time' => 'time',
'message' => 'message',
'run_id' => 'runID'
]
◆ $getters
InfluxDB2\Model\LogEvent::$getters |
|
staticprotected |
Initial value:= [
'time' => 'getTime',
'message' => 'getMessage',
'run_id' => 'getRunId'
]
◆ $openAPIFormats
InfluxDB2\Model\LogEvent::$openAPIFormats |
|
staticprotected |
Initial value:= [
'time' => 'date-time',
'message' => null,
'run_id' => null
]
◆ $openAPITypes
InfluxDB2\Model\LogEvent::$openAPITypes |
|
staticprotected |
Initial value:= [
'time' => '\DateTime',
'message' => 'string',
'run_id' => 'string'
]
◆ $setters
InfluxDB2\Model\LogEvent::$setters |
|
staticprotected |
Initial value:= [
'time' => 'setTime',
'message' => 'setMessage',
'run_id' => 'setRunId'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/LogEvent.php