/var/www/flurhymez/vendor/google/apiclient-services/src/AndroidEnterprise
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AndroidEnterprise/DeviceReport.php (1597B)
appState = $appState;
}
/**
* @return AppState[]
*/
public function getAppState()
{
return $this->appState;
}
/**
* @param string
*/
public function setLastUpdatedTimestampMillis($lastUpdatedTimestampMillis)
{
$this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis;
}
/**
* @return string
*/
public function getLastUpdatedTimestampMillis()
{
return $this->lastUpdatedTimestampMillis;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DeviceReport::class, 'Google_Service_AndroidEnterprise_DeviceReport');