id = $id;
}
/**
* @return string
*/
public function getId()
{
return $this->id;
}
/**
* @param GoogleCloudApigeeV1Result[]
*/
public function setResults($results)
{
$this->results = $results;
}
/**
* @return GoogleCloudApigeeV1Result[]
*/
public function getResults()
{
return $this->results;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleCloudApigeeV1Point::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Point');