/var/www/flurhymez/vendor/google/apiclient-services/src/AndroidPublisher
NameSizeModeActions
Resource/-0755rm
Apk.php13950644editdlrm
ApkBinary.php13260644editdlrm
ApksAddExternallyHostedRequest.php13460644editdlrm
ApksAddExternallyHostedResponse.php13490644editdlrm
ApksListResponse.php14020644editdlrm
AppDetails.php20420644editdlrm
AppEdit.php13830644editdlrm
Bundle.php15910644editdlrm
BundlesListResponse.php14470644editdlrm
Comment.php15840644editdlrm
ConvertedOtherRegionsPrice.php14850644editdlrm
ConvertedRegionPrice.php17270644editdlrm
ConvertRegionPricesRequest.php11660644editdlrm
ConvertRegionPricesResponse.php18660644editdlrm
CountryTargeting.php15140644editdlrm
DeobfuscationFile.php11440644editdlrm
DeobfuscationFilesUploadResponse.php13280644editdlrm
DeveloperComment.php14420644editdlrm
DeviceMetadata.php39340644editdlrm
DeviceSpec.php18260644editdlrm
ExpansionFile.php14340644editdlrm
ExpansionFilesUploadResponse.php12680644editdlrm
ExternallyHostedApk.php54230644editdlrm
GeneratedApksListResponse.php13450644editdlrm
GeneratedApksPerSigningKey.php31360644editdlrm
GeneratedAssetPackSlice.php19480644editdlrm
GeneratedSplitApk.php19350644editdlrm
GeneratedStandaloneApk.php14190644editdlrm
GeneratedUniversalApk.php11560644editdlrm
Grant.php17520644editdlrm
Image.php17610644editdlrm
ImagesDeleteAllResponse.php12220644editdlrm
ImagesListResponse.php11980644editdlrm
ImagesUploadResponse.php11480644editdlrm
InAppProduct.php53970644editdlrm
InAppProductListing.php17130644editdlrm
InappproductsListResponse.php22260644editdlrm
InternalAppSharingArtifact.php17860644editdlrm
IntroductoryPriceInfo.php24230644editdlrm
Listing.php22110644editdlrm
ListingsListResponse.php14620644editdlrm
ListUsersResponse.php14800644editdlrm
LocalizedText.php13520644editdlrm
ManagedProductTaxAndComplianceSettings.php17490644editdlrm
Money.php15950644editdlrm
PageInfo.php16770644editdlrm
Price.php13770644editdlrm
ProductPurchase.php51010644editdlrm
ProductPurchasesAcknowledgeRequest.php12370644editdlrm
RegionalTaxRateInfo.php15670644editdlrm
Review.php17240644editdlrm
ReviewReplyResult.php14640644editdlrm
ReviewsListResponse.php19110644editdlrm
ReviewsReplyRequest.php11430644editdlrm
ReviewsReplyResponse.php12040644editdlrm
SubscriptionCancelSurveyResult.php15830644editdlrm
SubscriptionDeferralInfo.php16300644editdlrm
SubscriptionPriceChange.php14130644editdlrm
SubscriptionPurchase.php101990644editdlrm
SubscriptionPurchasesAcknowledgeRequest.php12520644editdlrm
SubscriptionPurchasesDeferRequest.php13190644editdlrm
SubscriptionPurchasesDeferResponse.php12580644editdlrm
SubscriptionTaxAndComplianceSettings.php17430644editdlrm
SystemApksListResponse.php12340644editdlrm
Testers.php11850644editdlrm
Timestamp.php13310644editdlrm
TokenPagination.php14840644editdlrm
Track.php14390644editdlrm
TrackCountryAvailability.php18910644editdlrm
TrackRelease.php29670644editdlrm
TracksListResponse.php14320644editdlrm
TrackTargetedCountry.php11600644editdlrm
User.php28680644editdlrm
UserComment.php44270644editdlrm
UsesPermission.php13810644editdlrm
Variant.php14380644editdlrm
VoidedPurchase.php28570644editdlrm
VoidedPurchasesListResponse.php20310644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AndroidPublisher/DeviceMetadata.php (3934B)
cpuMake = $cpuMake; } /** * @return string */ public function getCpuMake() { return $this->cpuMake; } /** * @param string */ public function setCpuModel($cpuModel) { $this->cpuModel = $cpuModel; } /** * @return string */ public function getCpuModel() { return $this->cpuModel; } /** * @param string */ public function setDeviceClass($deviceClass) { $this->deviceClass = $deviceClass; } /** * @return string */ public function getDeviceClass() { return $this->deviceClass; } /** * @param int */ public function setGlEsVersion($glEsVersion) { $this->glEsVersion = $glEsVersion; } /** * @return int */ public function getGlEsVersion() { return $this->glEsVersion; } /** * @param string */ public function setManufacturer($manufacturer) { $this->manufacturer = $manufacturer; } /** * @return string */ public function getManufacturer() { return $this->manufacturer; } /** * @param string */ public function setNativePlatform($nativePlatform) { $this->nativePlatform = $nativePlatform; } /** * @return string */ public function getNativePlatform() { return $this->nativePlatform; } /** * @param string */ public function setProductName($productName) { $this->productName = $productName; } /** * @return string */ public function getProductName() { return $this->productName; } /** * @param int */ public function setRamMb($ramMb) { $this->ramMb = $ramMb; } /** * @return int */ public function getRamMb() { return $this->ramMb; } /** * @param int */ public function setScreenDensityDpi($screenDensityDpi) { $this->screenDensityDpi = $screenDensityDpi; } /** * @return int */ public function getScreenDensityDpi() { return $this->screenDensityDpi; } /** * @param int */ public function setScreenHeightPx($screenHeightPx) { $this->screenHeightPx = $screenHeightPx; } /** * @return int */ public function getScreenHeightPx() { return $this->screenHeightPx; } /** * @param int */ public function setScreenWidthPx($screenWidthPx) { $this->screenWidthPx = $screenWidthPx; } /** * @return int */ public function getScreenWidthPx() { return $this->screenWidthPx; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeviceMetadata::class, 'Google_Service_AndroidPublisher_DeviceMetadata');