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 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/StatusRule.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/StatusRule.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/StatusRule.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/StatusRule.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/StatusRule.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/StatusRule.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/StatusRule.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/StatusRule.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/StatusRule.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/StatusRule.php
MIT
public function __construct(array $data = null) { $this->container['current_level'] = isset($data['current_level']) ? $data['current_level'] : null; $this->container['previous_level'] = isset($data['previous_level']) ? $data['previous_level'] : null; $this->container['count'] = isset($data['count']) ? $data['count'] : null; $this->container['period'] = isset($data['period']) ? $data['period'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
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
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/StatusRule.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/StatusRule.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/StatusRule.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/StatusRule.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/StatusRule.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/StatusRule.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/OnboardingResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/OnboardingResponse.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/OnboardingResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/OnboardingResponse.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/OnboardingResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/OnboardingResponse.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/OnboardingResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/OnboardingResponse.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/OnboardingResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/OnboardingResponse.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/OnboardingResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/OnboardingResponse.php
MIT
public function __construct(array $data = null) { $this->container['user'] = isset($data['user']) ? $data['user'] : null; $this->container['org'] = isset($data['org']) ? $data['org'] : null; $this->container['bucket'] = isset($data['bucket']) ? $data['bucket'] : null; $this->container['auth'] = isset($data['auth']) ? $data['auth'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/OnboardingResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/OnboardingResponse.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/OnboardingResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/OnboardingResponse.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/OnboardingResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/OnboardingResponse.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/OnboardingResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/OnboardingResponse.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/ConstantVariableProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ConstantVariableProperties.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/ConstantVariableProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ConstantVariableProperties.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/ConstantVariableProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ConstantVariableProperties.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/ConstantVariableProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ConstantVariableProperties.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/ConstantVariableProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ConstantVariableProperties.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/ConstantVariableProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ConstantVariableProperties.php
MIT
public function getTypeAllowableValues() { return [ self::TYPE_CONSTANT, ]; }
Gets allowable values of the enum @return string[]
getTypeAllowableValues
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/ConstantVariableProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ConstantVariableProperties.php
MIT
public function __construct(array $data = null) { parent::__construct($data); $this->container['type'] = isset($data['type']) ? $data['type'] : null; $this->container['values'] = isset($data['values']) ? $data['values'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/ConstantVariableProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ConstantVariableProperties.php
MIT
public function listInvalidProperties() { $invalidProperties = parent::listInvalidProperties(); $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) ); } return $invalidProperties; }
Show all the invalid properties with reasons. @return array invalid properties with reasons
listInvalidProperties
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/ConstantVariableProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ConstantVariableProperties.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/ConstantVariableProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ConstantVariableProperties.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/ConstantVariableProperties.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/ConstantVariableProperties.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/HealthCheck.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/HealthCheck.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/HealthCheck.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/HealthCheck.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/HealthCheck.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/HealthCheck.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/HealthCheck.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/HealthCheck.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/HealthCheck.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/HealthCheck.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/HealthCheck.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/HealthCheck.php
MIT
public function getStatusAllowableValues() { return [ self::STATUS_PASS, self::STATUS_FAIL, ]; }
Gets allowable values of the enum @return string[]
getStatusAllowableValues
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/HealthCheck.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/HealthCheck.php
MIT
public function __construct(array $data = null) { $this->container['name'] = isset($data['name']) ? $data['name'] : null; $this->container['message'] = isset($data['message']) ? $data['message'] : null; $this->container['checks'] = isset($data['checks']) ? $data['checks'] : null; $this->container['status'] = isset($data['status']) ? $data['status'] : null; $this->container['version'] = isset($data['version']) ? $data['version'] : null; $this->container['commit'] = isset($data['commit']) ? $data['commit'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/HealthCheck.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/HealthCheck.php
MIT
public function listInvalidProperties() { $invalidProperties = []; if ($this->container['name'] === null) { $invalidProperties[] = "'name' can't be null"; } if ($this->container['status'] === null) { $invalidProperties[] = "'status' 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/HealthCheck.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/HealthCheck.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/HealthCheck.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/HealthCheck.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/HealthCheck.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/HealthCheck.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/DictExpression.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/DictExpression.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/DictExpression.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/DictExpression.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/DictExpression.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/DictExpression.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/DictExpression.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/DictExpression.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/DictExpression.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/DictExpression.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/DictExpression.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/DictExpression.php
MIT
public function __construct(array $data = null) { parent::__construct($data); $this->container['type'] = isset($data['type']) ? $data['type'] : null; $this->container['elements'] = isset($data['elements']) ? $data['elements'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/DictExpression.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/DictExpression.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/DictExpression.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/DictExpression.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/DictExpression.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/DictExpression.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/DictExpression.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/DictExpression.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/LabelResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelResponse.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/LabelResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelResponse.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/LabelResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelResponse.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/LabelResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelResponse.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/LabelResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelResponse.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/LabelResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelResponse.php
MIT
public function __construct(array $data = null) { $this->container['label'] = isset($data['label']) ? $data['label'] : null; $this->container['links'] = isset($data['links']) ? $data['links'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/LabelResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelResponse.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/LabelResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelResponse.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/LabelResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelResponse.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/LabelResponse.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/LabelResponse.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/SecretKeysResponseLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SecretKeysResponseLinks.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/SecretKeysResponseLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SecretKeysResponseLinks.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/SecretKeysResponseLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SecretKeysResponseLinks.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/SecretKeysResponseLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SecretKeysResponseLinks.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/SecretKeysResponseLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SecretKeysResponseLinks.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/SecretKeysResponseLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SecretKeysResponseLinks.php
MIT
public function __construct(array $data = null) { $this->container['self'] = isset($data['self']) ? $data['self'] : null; $this->container['org'] = isset($data['org']) ? $data['org'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/SecretKeysResponseLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SecretKeysResponseLinks.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/SecretKeysResponseLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SecretKeysResponseLinks.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/SecretKeysResponseLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SecretKeysResponseLinks.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/SecretKeysResponseLinks.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/SecretKeysResponseLinks.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/BucketShardMapping.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketShardMapping.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/BucketShardMapping.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketShardMapping.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/BucketShardMapping.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketShardMapping.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/BucketShardMapping.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketShardMapping.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/BucketShardMapping.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketShardMapping.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/BucketShardMapping.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketShardMapping.php
MIT
public function __construct(array $data = null) { $this->container['old_id'] = isset($data['old_id']) ? $data['old_id'] : null; $this->container['new_id'] = isset($data['new_id']) ? $data['new_id'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/BucketShardMapping.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketShardMapping.php
MIT
public function listInvalidProperties() { $invalidProperties = []; if ($this->container['old_id'] === null) { $invalidProperties[] = "'old_id' can't be null"; } if ($this->container['new_id'] === null) { $invalidProperties[] = "'new_id' 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/BucketShardMapping.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketShardMapping.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/BucketShardMapping.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketShardMapping.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/BucketShardMapping.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/BucketShardMapping.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/RegexpLiteral.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RegexpLiteral.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/RegexpLiteral.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RegexpLiteral.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/RegexpLiteral.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RegexpLiteral.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/RegexpLiteral.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RegexpLiteral.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/RegexpLiteral.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RegexpLiteral.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/RegexpLiteral.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RegexpLiteral.php
MIT
public function __construct(array $data = null) { parent::__construct($data); $this->container['type'] = isset($data['type']) ? $data['type'] : null; $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/RegexpLiteral.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RegexpLiteral.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/RegexpLiteral.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RegexpLiteral.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/RegexpLiteral.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RegexpLiteral.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/RegexpLiteral.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/RegexpLiteral.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/IsOnboarding.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/IsOnboarding.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/IsOnboarding.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/IsOnboarding.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/IsOnboarding.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/IsOnboarding.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/IsOnboarding.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/IsOnboarding.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/IsOnboarding.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/IsOnboarding.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/IsOnboarding.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/IsOnboarding.php
MIT
public function __construct(array $data = null) { $this->container['allowed'] = isset($data['allowed']) ? $data['allowed'] : null; }
Constructor @param mixed[] $data Associated array of property values initializing the model
__construct
php
influxdata/influxdb-client-php
src/InfluxDB2/Model/IsOnboarding.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/IsOnboarding.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/IsOnboarding.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/IsOnboarding.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/IsOnboarding.php
https://github.com/influxdata/influxdb-client-php/blob/master/src/InfluxDB2/Model/IsOnboarding.php
MIT