/var/www/flurhymez/vendor/google/apiclient-services/src/AndroidManagement
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AndroidManagement/ManagedProperty.php (2918B)
defaultValue = $defaultValue;
}
/**
* @return array
*/
public function getDefaultValue()
{
return $this->defaultValue;
}
/**
* @param string
*/
public function setDescription($description)
{
$this->description = $description;
}
/**
* @return string
*/
public function getDescription()
{
return $this->description;
}
/**
* @param ManagedPropertyEntry[]
*/
public function setEntries($entries)
{
$this->entries = $entries;
}
/**
* @return ManagedPropertyEntry[]
*/
public function getEntries()
{
return $this->entries;
}
/**
* @param string
*/
public function setKey($key)
{
$this->key = $key;
}
/**
* @return string
*/
public function getKey()
{
return $this->key;
}
/**
* @param ManagedProperty[]
*/
public function setNestedProperties($nestedProperties)
{
$this->nestedProperties = $nestedProperties;
}
/**
* @return ManagedProperty[]
*/
public function getNestedProperties()
{
return $this->nestedProperties;
}
/**
* @param string
*/
public function setTitle($title)
{
$this->title = $title;
}
/**
* @return string
*/
public function getTitle()
{
return $this->title;
}
/**
* @param string
*/
public function setType($type)
{
$this->type = $type;
}
/**
* @return string
*/
public function getType()
{
return $this->type;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ManagedProperty::class, 'Google_Service_AndroidManagement_ManagedProperty');