code
stringlengths
17
296k
docstring
stringlengths
30
30.3k
func_name
stringlengths
1
89
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
7
153
url
stringlengths
51
209
license
stringclasses
4 values
public static function setters() { return self::$setters; }
Array of attributes to setter functions (for deserialization of responses) @return array
setters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffLabels.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffLabels.php
MIT
public static function getters() { return self::$getters; }
Array of attributes to getter functions (for serialization of requests) @return array
getters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffLabels.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffLabels.php
MIT
public function getModelName() { return self::$openAPIModelName; }
The original name of the model. @return string
getModelName
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffLabels.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffLabels.php
MIT
public function __construct(array $data = null) { $this->container['state_status'] = isset($data['state_status']) ? $data['state_status'] : null; $this->container['kind'] = isset($data['kind']) ? $data['kind'] : null; $this->container['id'] = isset($data['id']) ? $data['id'] : null; $this->container['template_meta_name'] = isset($data['template_meta_name']) ? $data['template_meta_name'] : null; $this->container['new'] = isset($data['new']) ? $data['new'] : null; $this->container['old'] = isset($data['old']) ? $data['old'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffLabels.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffLabels.php
MIT
public function listInvalidProperties() { $invalidProperties = []; return $invalidProperties; }
Show all the invalid properties with reasons. @return array invalid properties with reasons
listInvalidProperties
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffLabels.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffLabels.php
MIT
public function valid() { return count($this->listInvalidProperties()) === 0; }
Validate all the properties in the model return true if all passed @return bool True if all properties are valid
valid
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffLabels.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffLabels.php
MIT
public function __toString() { return json_encode( ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT ); }
Gets the string presentation of the object @return string
__toString
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffLabels.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffLabels.php
MIT
public static function openAPITypes() { return self::$openAPITypes; }
Array of property to type mappings. Used for (de)serialization @return array
openAPITypes
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
MIT
public static function openAPIFormats() { return self::$openAPIFormats; }
Array of property to format mappings. Used for (de)serialization @return array
openAPIFormats
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
MIT
public static function attributeMap() { return self::$attributeMap; }
Array of attributes where the key is the local name, and the value is the original name @return array
attributeMap
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
MIT
public static function setters() { return self::$setters; }
Array of attributes to setter functions (for deserialization of responses) @return array
setters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
MIT
public static function getters() { return self::$getters; }
Array of attributes to getter functions (for serialization of requests) @return array
getters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
MIT
public function getModelName() { return self::$openAPIModelName; }
The original name of the model. @return string
getModelName
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
MIT
public function __construct(array $data = null) { $this->container['kind'] = isset($data['kind']) ? $data['kind'] : null; $this->container['state_status'] = isset($data['state_status']) ? $data['state_status'] : null; $this->container['id'] = isset($data['id']) ? $data['id'] : null; $this->container['template_meta_name'] = isset($data['template_meta_name']) ? $data['template_meta_name'] : null; $this->container['new'] = isset($data['new']) ? $data['new'] : null; $this->container['old'] = isset($data['old']) ? $data['old'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
MIT
public function listInvalidProperties() { $invalidProperties = []; return $invalidProperties; }
Show all the invalid properties with reasons. @return array invalid properties with reasons
listInvalidProperties
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
MIT
public function valid() { return count($this->listInvalidProperties()) === 0; }
Validate all the properties in the model return true if all passed @return bool True if all properties are valid
valid
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
MIT
public function __toString() { return json_encode( ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT ); }
Gets the string presentation of the object @return string
__toString
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffTasks.php
MIT
public static function openAPITypes() { return self::$openAPITypes; }
Array of property to type mappings. Used for (de)serialization @return array
openAPITypes
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PostUser.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PostUser.php
MIT
public static function openAPIFormats() { return self::$openAPIFormats; }
Array of property to format mappings. Used for (de)serialization @return array
openAPIFormats
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PostUser.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PostUser.php
MIT
public static function attributeMap() { return self::$attributeMap; }
Array of attributes where the key is the local name, and the value is the original name @return array
attributeMap
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PostUser.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PostUser.php
MIT
public static function setters() { return self::$setters; }
Array of attributes to setter functions (for deserialization of responses) @return array
setters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PostUser.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PostUser.php
MIT
public static function getters() { return self::$getters; }
Array of attributes to getter functions (for serialization of requests) @return array
getters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PostUser.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PostUser.php
MIT
public function getModelName() { return self::$openAPIModelName; }
The original name of the model. @return string
getModelName
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PostUser.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PostUser.php
MIT
public function getStatusAllowableValues() { return [ self::STATUS_ACTIVE, self::STATUS_INACTIVE, ]; }
Gets allowable values of the enum @return string[]
getStatusAllowableValues
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PostUser.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PostUser.php
MIT
public function __construct(array $data = null) { $this->container['id'] = isset($data['id']) ? $data['id'] : null; $this->container['oauth_id'] = isset($data['oauth_id']) ? $data['oauth_id'] : null; $this->container['name'] = isset($data['name']) ? $data['name'] : null; $this->container['status'] = isset($data['status']) ? $data['status'] : 'active'; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PostUser.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PostUser.php
MIT
public function listInvalidProperties() { $invalidProperties = []; if ($this->container['name'] === null) { $invalidProperties[] = "'name' can't be null"; } $allowedValues = $this->getStatusAllowableValues(); if (!is_null($this->container['status']) && !in_array($this->container['status'], $allowedValues, true)) { $invalidProperties[] = sprintf( "invalid value for 'status', must be one of '%s'", implode("', '", $allowedValues) ); } return $invalidProperties; }
Show all the invalid properties with reasons. @return array invalid properties with reasons
listInvalidProperties
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PostUser.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PostUser.php
MIT
public function valid() { return count($this->listInvalidProperties()) === 0; }
Validate all the properties in the model return true if all passed @return bool True if all properties are valid
valid
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PostUser.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PostUser.php
MIT
public function __toString() { return json_encode( ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT ); }
Gets the string presentation of the object @return string
__toString
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PostUser.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PostUser.php
MIT
public static function openAPITypes() { return self::$openAPITypes; }
Array of property to type mappings. Used for (de)serialization @return array
openAPITypes
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/LabelCreateRequest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelCreateRequest.php
MIT
public static function openAPIFormats() { return self::$openAPIFormats; }
Array of property to format mappings. Used for (de)serialization @return array
openAPIFormats
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/LabelCreateRequest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelCreateRequest.php
MIT
public static function attributeMap() { return self::$attributeMap; }
Array of attributes where the key is the local name, and the value is the original name @return array
attributeMap
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/LabelCreateRequest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelCreateRequest.php
MIT
public static function setters() { return self::$setters; }
Array of attributes to setter functions (for deserialization of responses) @return array
setters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/LabelCreateRequest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelCreateRequest.php
MIT
public static function getters() { return self::$getters; }
Array of attributes to getter functions (for serialization of requests) @return array
getters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/LabelCreateRequest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelCreateRequest.php
MIT
public function getModelName() { return self::$openAPIModelName; }
The original name of the model. @return string
getModelName
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/LabelCreateRequest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelCreateRequest.php
MIT
public function __construct(array $data = null) { $this->container['org_id'] = isset($data['org_id']) ? $data['org_id'] : null; $this->container['name'] = isset($data['name']) ? $data['name'] : null; $this->container['properties'] = isset($data['properties']) ? $data['properties'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/LabelCreateRequest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelCreateRequest.php
MIT
public function listInvalidProperties() { $invalidProperties = []; if ($this->container['org_id'] === null) { $invalidProperties[] = "'org_id' can't be null"; } if ($this->container['name'] === null) { $invalidProperties[] = "'name' can't be null"; } return $invalidProperties; }
Show all the invalid properties with reasons. @return array invalid properties with reasons
listInvalidProperties
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/LabelCreateRequest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelCreateRequest.php
MIT
public function valid() { return count($this->listInvalidProperties()) === 0; }
Validate all the properties in the model return true if all passed @return bool True if all properties are valid
valid
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/LabelCreateRequest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelCreateRequest.php
MIT
public function __toString() { return json_encode( ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT ); }
Gets the string presentation of the object @return string
__toString
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/LabelCreateRequest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelCreateRequest.php
MIT
public static function openAPITypes() { return self::$openAPITypes; }
Array of property to type mappings. Used for (de)serialization @return array
openAPITypes
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
MIT
public static function openAPIFormats() { return self::$openAPIFormats; }
Array of property to format mappings. Used for (de)serialization @return array
openAPIFormats
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
MIT
public static function attributeMap() { return self::$attributeMap; }
Array of attributes where the key is the local name, and the value is the original name @return array
attributeMap
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
MIT
public static function setters() { return self::$setters; }
Array of attributes to setter functions (for deserialization of responses) @return array
setters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
MIT
public static function getters() { return self::$getters; }
Array of attributes to getter functions (for serialization of requests) @return array
getters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
MIT
public function getModelName() { return self::$openAPIModelName; }
The original name of the model. @return string
getModelName
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
MIT
public function __construct(array $data = null) { $this->container['line'] = isset($data['line']) ? $data['line'] : null; $this->container['column'] = isset($data['column']) ? $data['column'] : null; $this->container['character'] = isset($data['character']) ? $data['character'] : null; $this->container['message'] = isset($data['message']) ? $data['message'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
MIT
public function listInvalidProperties() { $invalidProperties = []; return $invalidProperties; }
Show all the invalid properties with reasons. @return array invalid properties with reasons
listInvalidProperties
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
MIT
public function valid() { return count($this->listInvalidProperties()) === 0; }
Validate all the properties in the model return true if all passed @return bool True if all properties are valid
valid
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
MIT
public function __toString() { return json_encode( ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT ); }
Gets the string presentation of the object @return string
__toString
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/AnalyzeQueryResponseErrors.php
MIT
public static function openAPITypes() { return self::$openAPITypes; }
Array of property to type mappings. Used for (de)serialization @return array
openAPITypes
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PatchStackRequest1.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PatchStackRequest1.php
MIT
public static function openAPIFormats() { return self::$openAPIFormats; }
Array of property to format mappings. Used for (de)serialization @return array
openAPIFormats
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PatchStackRequest1.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PatchStackRequest1.php
MIT
public static function attributeMap() { return self::$attributeMap; }
Array of attributes where the key is the local name, and the value is the original name @return array
attributeMap
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PatchStackRequest1.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PatchStackRequest1.php
MIT
public static function setters() { return self::$setters; }
Array of attributes to setter functions (for deserialization of responses) @return array
setters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PatchStackRequest1.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PatchStackRequest1.php
MIT
public static function getters() { return self::$getters; }
Array of attributes to getter functions (for serialization of requests) @return array
getters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PatchStackRequest1.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PatchStackRequest1.php
MIT
public function getModelName() { return self::$openAPIModelName; }
The original name of the model. @return string
getModelName
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PatchStackRequest1.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PatchStackRequest1.php
MIT
public function __construct(array $data = null) { $this->container['name'] = isset($data['name']) ? $data['name'] : null; $this->container['description'] = isset($data['description']) ? $data['description'] : null; $this->container['template_ur_ls'] = isset($data['template_ur_ls']) ? $data['template_ur_ls'] : null; $this->container['additional_resources'] = isset($data['additional_resources']) ? $data['additional_resources'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PatchStackRequest1.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PatchStackRequest1.php
MIT
public function listInvalidProperties() { $invalidProperties = []; return $invalidProperties; }
Show all the invalid properties with reasons. @return array invalid properties with reasons
listInvalidProperties
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PatchStackRequest1.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PatchStackRequest1.php
MIT
public function valid() { return count($this->listInvalidProperties()) === 0; }
Validate all the properties in the model return true if all passed @return bool True if all properties are valid
valid
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PatchStackRequest1.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PatchStackRequest1.php
MIT
public function __toString() { return json_encode( ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT ); }
Gets the string presentation of the object @return string
__toString
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/PatchStackRequest1.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/PatchStackRequest1.php
MIT
public static function openAPITypes() { return self::$openAPITypes + parent::openAPITypes(); }
Array of property to type mappings. Used for (de)serialization @return array
openAPITypes
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/MarkdownViewProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/MarkdownViewProperties.php
MIT
public static function openAPIFormats() { return self::$openAPIFormats + parent::openAPIFormats(); }
Array of property to format mappings. Used for (de)serialization @return array
openAPIFormats
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/MarkdownViewProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/MarkdownViewProperties.php
MIT
public static function attributeMap() { return parent::attributeMap() + self::$attributeMap; }
Array of attributes where the key is the local name, and the value is the original name @return array
attributeMap
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/MarkdownViewProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/MarkdownViewProperties.php
MIT
public static function setters() { return parent::setters() + self::$setters; }
Array of attributes to setter functions (for deserialization of responses) @return array
setters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/MarkdownViewProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/MarkdownViewProperties.php
MIT
public static function getters() { return parent::getters() + self::$getters; }
Array of attributes to getter functions (for serialization of requests) @return array
getters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/MarkdownViewProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/MarkdownViewProperties.php
MIT
public function getModelName() { return self::$openAPIModelName; }
The original name of the model. @return string
getModelName
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/MarkdownViewProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/MarkdownViewProperties.php
MIT
public function getTypeAllowableValues() { return [ self::TYPE_MARKDOWN, ]; }
Gets allowable values of the enum @return string[]
getTypeAllowableValues
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/MarkdownViewProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/MarkdownViewProperties.php
MIT
public function getShapeAllowableValues() { return [ self::SHAPE_CHRONOGRAF_V2, ]; }
Gets allowable values of the enum @return string[]
getShapeAllowableValues
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/MarkdownViewProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/MarkdownViewProperties.php
MIT
public function __construct(array $data = null) { parent::__construct($data); $this->container['type'] = isset($data['type']) ? $data['type'] : TYPE_MARKDOWN; $this->container['shape'] = isset($data['shape']) ? $data['shape'] : SHAPE_CHRONOGRAF_V2; $this->container['note'] = isset($data['note']) ? $data['note'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/MarkdownViewProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/MarkdownViewProperties.php
MIT
public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); if ($this->container['type'] === null) { $invalidProperties[] = "'type' can't be null"; } $allowedValues = $this->getTypeAllowableValues(); if (!is_null($this->container['type']) && !in_array($this->container['type'], $allowedValues, true)) { $invalidProperties[] = sprintf( "invalid value for 'type', must be one of '%s'", implode("', '", $allowedValues) ); } if ($this->container['shape'] === null) { $invalidProperties[] = "'shape' can't be null"; } $allowedValues = $this->getShapeAllowableValues(); if (!is_null($this->container['shape']) && !in_array($this->container['shape'], $allowedValues, true)) { $invalidProperties[] = sprintf( "invalid value for 'shape', must be one of '%s'", implode("', '", $allowedValues) ); } if ($this->container['note'] === null) { $invalidProperties[] = "'note' can't be null"; } return $invalidProperties; }
Show all the invalid properties with reasons. @return array invalid properties with reasons
listInvalidProperties
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/MarkdownViewProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/MarkdownViewProperties.php
MIT
public function valid() { return count($this->listInvalidProperties()) === 0; }
Validate all the properties in the model return true if all passed @return bool True if all properties are valid
valid
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/MarkdownViewProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/MarkdownViewProperties.php
MIT
public function __toString() { return json_encode( ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT ); }
Gets the string presentation of the object @return string
__toString
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/MarkdownViewProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/MarkdownViewProperties.php
MIT
public static function openAPITypes() { return self::$openAPITypes; }
Array of property to type mappings. Used for (de)serialization @return array
openAPITypes
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
MIT
public static function openAPIFormats() { return self::$openAPIFormats; }
Array of property to format mappings. Used for (de)serialization @return array
openAPIFormats
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
MIT
public static function attributeMap() { return self::$attributeMap; }
Array of attributes where the key is the local name, and the value is the original name @return array
attributeMap
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
MIT
public static function setters() { return self::$setters; }
Array of attributes to setter functions (for deserialization of responses) @return array
setters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
MIT
public static function getters() { return self::$getters; }
Array of attributes to getter functions (for serialization of requests) @return array
getters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
MIT
public function getModelName() { return self::$openAPIModelName; }
The original name of the model. @return string
getModelName
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
MIT
public function __construct(array $data = null) { $this->container['key'] = isset($data['key']) ? $data['key'] : null; $this->container['value'] = isset($data['value']) ? $data['value'] : null; $this->container['operator'] = isset($data['operator']) ? $data['operator'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
MIT
public function listInvalidProperties() { $invalidProperties = []; return $invalidProperties; }
Show all the invalid properties with reasons. @return array invalid properties with reasons
listInvalidProperties
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
MIT
public function valid() { return count($this->listInvalidProperties()) === 0; }
Validate all the properties in the model return true if all passed @return bool True if all properties are valid
valid
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
MIT
public function __toString() { return json_encode( ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT ); }
Gets the string presentation of the object @return string
__toString
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummarySummaryTagRules.php
MIT
public static function openAPITypes() { return self::$openAPITypes; }
Array of property to type mappings. Used for (de)serialization @return array
openAPITypes
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/SubscriptionManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SubscriptionManifest.php
MIT
public static function openAPIFormats() { return self::$openAPIFormats; }
Array of property to format mappings. Used for (de)serialization @return array
openAPIFormats
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/SubscriptionManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SubscriptionManifest.php
MIT
public static function attributeMap() { return self::$attributeMap; }
Array of attributes where the key is the local name, and the value is the original name @return array
attributeMap
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/SubscriptionManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SubscriptionManifest.php
MIT
public static function setters() { return self::$setters; }
Array of attributes to setter functions (for deserialization of responses) @return array
setters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/SubscriptionManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SubscriptionManifest.php
MIT
public static function getters() { return self::$getters; }
Array of attributes to getter functions (for serialization of requests) @return array
getters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/SubscriptionManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SubscriptionManifest.php
MIT
public function getModelName() { return self::$openAPIModelName; }
The original name of the model. @return string
getModelName
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/SubscriptionManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SubscriptionManifest.php
MIT
public function __construct(array $data = null) { $this->container['name'] = isset($data['name']) ? $data['name'] : null; $this->container['mode'] = isset($data['mode']) ? $data['mode'] : null; $this->container['destinations'] = isset($data['destinations']) ? $data['destinations'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/SubscriptionManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SubscriptionManifest.php
MIT
public function listInvalidProperties() { $invalidProperties = []; if ($this->container['name'] === null) { $invalidProperties[] = "'name' can't be null"; } if ($this->container['mode'] === null) { $invalidProperties[] = "'mode' can't be null"; } if ($this->container['destinations'] === null) { $invalidProperties[] = "'destinations' can't be null"; } return $invalidProperties; }
Show all the invalid properties with reasons. @return array invalid properties with reasons
listInvalidProperties
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/SubscriptionManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SubscriptionManifest.php
MIT
public function valid() { return count($this->listInvalidProperties()) === 0; }
Validate all the properties in the model return true if all passed @return bool True if all properties are valid
valid
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/SubscriptionManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SubscriptionManifest.php
MIT
public function __toString() { return json_encode( ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT ); }
Gets the string presentation of the object @return string
__toString
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/SubscriptionManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SubscriptionManifest.php
MIT
public static function openAPITypes() { return self::$openAPITypes + parent::openAPITypes(); }
Array of property to type mappings. Used for (de)serialization @return array
openAPITypes
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/Block.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Block.php
MIT
public static function openAPIFormats() { return self::$openAPIFormats + parent::openAPIFormats(); }
Array of property to format mappings. Used for (de)serialization @return array
openAPIFormats
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/Block.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Block.php
MIT
public static function attributeMap() { return parent::attributeMap() + self::$attributeMap; }
Array of attributes where the key is the local name, and the value is the original name @return array
attributeMap
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/Block.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Block.php
MIT
public static function setters() { return parent::setters() + self::$setters; }
Array of attributes to setter functions (for deserialization of responses) @return array
setters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/Block.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Block.php
MIT
public static function getters() { return parent::getters() + self::$getters; }
Array of attributes to getter functions (for serialization of requests) @return array
getters
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/Block.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Block.php
MIT
public function getModelName() { return self::$openAPIModelName; }
The original name of the model. @return string
getModelName
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/Block.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Block.php
MIT
public function __construct(array $data = null) { parent::__construct($data); $this->container['type'] = isset($data['type']) ? $data['type'] : null; $this->container['body'] = isset($data['body']) ? $data['body'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/Block.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Block.php
MIT
public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); return $invalidProperties; }
Show all the invalid properties with reasons. @return array invalid properties with reasons
listInvalidProperties
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/Block.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Block.php
MIT
public function valid() { return count($this->listInvalidProperties()) === 0; }
Validate all the properties in the model return true if all passed @return bool True if all properties are valid
valid
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/Block.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Block.php
MIT
public function __toString() { return json_encode( ObjectSerializer::sanitizeForSerialization($this), JSON_PRETTY_PRINT ); }
Gets the string presentation of the object @return string
__toString
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/Block.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Block.php
MIT