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 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/TemplateSummaryDiffBuckets.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffBuckets.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/TemplateSummaryDiffBuckets.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffBuckets.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/TemplateSummaryDiffBuckets.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffBuckets.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/TemplateSummaryDiffBuckets.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffBuckets.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/TemplateSummaryDiffBuckets.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffBuckets.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/TemplateSummaryDiffBuckets.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffBuckets.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/TemplateSummaryDiffBuckets.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffBuckets.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/TemplateSummaryDiffBuckets.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffBuckets.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/ResourceOwners.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ResourceOwners.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/ResourceOwners.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ResourceOwners.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/ResourceOwners.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ResourceOwners.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/ResourceOwners.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ResourceOwners.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/ResourceOwners.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ResourceOwners.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/ResourceOwners.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ResourceOwners.php
MIT
public function __construct(array $data = null) { $this->container['links'] = isset($data['links']) ? $data['links'] : null; $this->container['users'] = isset($data['users']) ? $data['users'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/ResourceOwners.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ResourceOwners.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/ResourceOwners.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ResourceOwners.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/ResourceOwners.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ResourceOwners.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/ResourceOwners.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ResourceOwners.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/BucketMetadataManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketMetadataManifest.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/BucketMetadataManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketMetadataManifest.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/BucketMetadataManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketMetadataManifest.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/BucketMetadataManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketMetadataManifest.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/BucketMetadataManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketMetadataManifest.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/BucketMetadataManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketMetadataManifest.php
MIT
public function __construct(array $data = null) { $this->container['organization_id'] = isset($data['organization_id']) ? $data['organization_id'] : null; $this->container['organization_name'] = isset($data['organization_name']) ? $data['organization_name'] : null; $this->container['bucket_id'] = isset($data['bucket_id']) ? $data['bucket_id'] : null; $this->container['bucket_name'] = isset($data['bucket_name']) ? $data['bucket_name'] : null; $this->container['description'] = isset($data['description']) ? $data['description'] : null; $this->container['default_retention_policy'] = isset($data['default_retention_policy']) ? $data['default_retention_policy'] : null; $this->container['retention_policies'] = isset($data['retention_policies']) ? $data['retention_policies'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/BucketMetadataManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketMetadataManifest.php
MIT
public function listInvalidProperties() { $invalidProperties = []; if ($this->container['organization_id'] === null) { $invalidProperties[] = "'organization_id' can't be null"; } if ($this->container['organization_name'] === null) { $invalidProperties[] = "'organization_name' can't be null"; } if ($this->container['bucket_id'] === null) { $invalidProperties[] = "'bucket_id' can't be null"; } if ($this->container['bucket_name'] === null) { $invalidProperties[] = "'bucket_name' can't be null"; } if ($this->container['default_retention_policy'] === null) { $invalidProperties[] = "'default_retention_policy' can't be null"; } if ($this->container['retention_policies'] === null) { $invalidProperties[] = "'retention_policies' 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/BucketMetadataManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketMetadataManifest.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/BucketMetadataManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketMetadataManifest.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/BucketMetadataManifest.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketMetadataManifest.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/LesserThreshold.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LesserThreshold.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/LesserThreshold.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LesserThreshold.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/LesserThreshold.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LesserThreshold.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/LesserThreshold.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LesserThreshold.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/LesserThreshold.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LesserThreshold.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/LesserThreshold.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LesserThreshold.php
MIT
public function getTypeAllowableValues() { return [ self::TYPE_LESSER, ]; }
Gets allowable values of the enum @return string[]
getTypeAllowableValues
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/LesserThreshold.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LesserThreshold.php
MIT
public function __construct(array $data = null) { parent::__construct($data); $this->container['type'] = isset($data['type']) ? $data['type'] : "lesser"; $this->container['value'] = isset($data['value']) ? $data['value'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/LesserThreshold.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LesserThreshold.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['value'] === null) { $invalidProperties[] = "'value' 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/LesserThreshold.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LesserThreshold.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/LesserThreshold.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LesserThreshold.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/LesserThreshold.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LesserThreshold.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/Stack.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Stack.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/Stack.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Stack.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/Stack.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Stack.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/Stack.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Stack.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/Stack.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Stack.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/Stack.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Stack.php
MIT
public function __construct(array $data = null) { $this->container['id'] = isset($data['id']) ? $data['id'] : null; $this->container['org_id'] = isset($data['org_id']) ? $data['org_id'] : null; $this->container['created_at'] = isset($data['created_at']) ? $data['created_at'] : null; $this->container['events'] = isset($data['events']) ? $data['events'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/Stack.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Stack.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/Stack.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Stack.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/Stack.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Stack.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/Stack.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Stack.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/Runs.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Runs.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/Runs.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Runs.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/Runs.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Runs.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/Runs.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Runs.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/Runs.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Runs.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/Runs.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Runs.php
MIT
public function __construct(array $data = null) { $this->container['links'] = isset($data['links']) ? $data['links'] : null; $this->container['runs'] = isset($data['runs']) ? $data['runs'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/Runs.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Runs.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/Runs.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Runs.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/Runs.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Runs.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/Runs.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/Runs.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/TemplateSummaryDiffDashboardsNewOld.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffDashboardsNewOld.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/TemplateSummaryDiffDashboardsNewOld.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffDashboardsNewOld.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/TemplateSummaryDiffDashboardsNewOld.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffDashboardsNewOld.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/TemplateSummaryDiffDashboardsNewOld.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffDashboardsNewOld.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/TemplateSummaryDiffDashboardsNewOld.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffDashboardsNewOld.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/TemplateSummaryDiffDashboardsNewOld.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffDashboardsNewOld.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['charts'] = isset($data['charts']) ? $data['charts'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TemplateSummaryDiffDashboardsNewOld.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffDashboardsNewOld.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/TemplateSummaryDiffDashboardsNewOld.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffDashboardsNewOld.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/TemplateSummaryDiffDashboardsNewOld.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffDashboardsNewOld.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/TemplateSummaryDiffDashboardsNewOld.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TemplateSummaryDiffDashboardsNewOld.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/BuilderTagsType.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BuilderTagsType.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/BuilderTagsType.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BuilderTagsType.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/BuilderTagsType.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BuilderTagsType.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/BuilderTagsType.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BuilderTagsType.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/BuilderTagsType.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BuilderTagsType.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/BuilderTagsType.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BuilderTagsType.php
MIT
public function __construct(array $data = null) { $this->container['key'] = isset($data['key']) ? $data['key'] : null; $this->container['values'] = isset($data['values']) ? $data['values'] : null; $this->container['aggregate_function_type'] = isset($data['aggregate_function_type']) ? $data['aggregate_function_type'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/BuilderTagsType.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BuilderTagsType.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/BuilderTagsType.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BuilderTagsType.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/BuilderTagsType.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BuilderTagsType.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/BuilderTagsType.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BuilderTagsType.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/TelegrafLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TelegrafLinks.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/TelegrafLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TelegrafLinks.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/TelegrafLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TelegrafLinks.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/TelegrafLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TelegrafLinks.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/TelegrafLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TelegrafLinks.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/TelegrafLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TelegrafLinks.php
MIT
public function __construct(array $data = null) { $this->container['self'] = isset($data['self']) ? $data['self'] : null; $this->container['labels'] = isset($data['labels']) ? $data['labels'] : null; $this->container['members'] = isset($data['members']) ? $data['members'] : null; $this->container['owners'] = isset($data['owners']) ? $data['owners'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/TelegrafLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TelegrafLinks.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/TelegrafLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TelegrafLinks.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/TelegrafLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TelegrafLinks.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/TelegrafLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/TelegrafLinks.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/RunLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RunLinks.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/RunLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RunLinks.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/RunLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RunLinks.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/RunLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RunLinks.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/RunLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RunLinks.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/RunLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RunLinks.php
MIT
public function __construct(array $data = null) { $this->container['self'] = isset($data['self']) ? $data['self'] : null; $this->container['task'] = isset($data['task']) ? $data['task'] : null; $this->container['retry'] = isset($data['retry']) ? $data['retry'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/RunLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RunLinks.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/RunLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RunLinks.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/RunLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RunLinks.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/RunLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RunLinks.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/StatusRule.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/StatusRule.php
MIT