| @@ 2408-2508 (lines=101) @@ | ||
| 2405 | } |
|
| 2406 | } |
|
| 2407 | ||
| 2408 | class Google_GaData extends Google_Model { |
|
| 2409 | protected $__columnHeadersType = 'Google_GaDataColumnHeaders'; |
|
| 2410 | protected $__columnHeadersDataType = 'array'; |
|
| 2411 | public $columnHeaders; |
|
| 2412 | public $containsSampledData; |
|
| 2413 | public $id; |
|
| 2414 | public $itemsPerPage; |
|
| 2415 | public $kind; |
|
| 2416 | public $nextLink; |
|
| 2417 | public $previousLink; |
|
| 2418 | protected $__profileInfoType = 'Google_GaDataProfileInfo'; |
|
| 2419 | protected $__profileInfoDataType = ''; |
|
| 2420 | public $profileInfo; |
|
| 2421 | protected $__queryType = 'Google_GaDataQuery'; |
|
| 2422 | protected $__queryDataType = ''; |
|
| 2423 | public $query; |
|
| 2424 | public $rows; |
|
| 2425 | public $selfLink; |
|
| 2426 | public $totalResults; |
|
| 2427 | public $totalsForAllResults; |
|
| 2428 | public function setColumnHeaders(/* array(Google_GaDataColumnHeaders) */ $columnHeaders) { |
|
| 2429 | $this->assertIsArray($columnHeaders, 'Google_GaDataColumnHeaders', __METHOD__); |
|
| 2430 | $this->columnHeaders = $columnHeaders; |
|
| 2431 | } |
|
| 2432 | public function getColumnHeaders() { |
|
| 2433 | return $this->columnHeaders; |
|
| 2434 | } |
|
| 2435 | public function setContainsSampledData( $containsSampledData) { |
|
| 2436 | $this->containsSampledData = $containsSampledData; |
|
| 2437 | } |
|
| 2438 | public function getContainsSampledData() { |
|
| 2439 | return $this->containsSampledData; |
|
| 2440 | } |
|
| 2441 | public function setId( $id) { |
|
| 2442 | $this->id = $id; |
|
| 2443 | } |
|
| 2444 | public function getId() { |
|
| 2445 | return $this->id; |
|
| 2446 | } |
|
| 2447 | public function setItemsPerPage( $itemsPerPage) { |
|
| 2448 | $this->itemsPerPage = $itemsPerPage; |
|
| 2449 | } |
|
| 2450 | public function getItemsPerPage() { |
|
| 2451 | return $this->itemsPerPage; |
|
| 2452 | } |
|
| 2453 | public function setKind( $kind) { |
|
| 2454 | $this->kind = $kind; |
|
| 2455 | } |
|
| 2456 | public function getKind() { |
|
| 2457 | return $this->kind; |
|
| 2458 | } |
|
| 2459 | public function setNextLink( $nextLink) { |
|
| 2460 | $this->nextLink = $nextLink; |
|
| 2461 | } |
|
| 2462 | public function getNextLink() { |
|
| 2463 | return $this->nextLink; |
|
| 2464 | } |
|
| 2465 | public function setPreviousLink( $previousLink) { |
|
| 2466 | $this->previousLink = $previousLink; |
|
| 2467 | } |
|
| 2468 | public function getPreviousLink() { |
|
| 2469 | return $this->previousLink; |
|
| 2470 | } |
|
| 2471 | public function setProfileInfo(Google_GaDataProfileInfo $profileInfo) { |
|
| 2472 | $this->profileInfo = $profileInfo; |
|
| 2473 | } |
|
| 2474 | public function getProfileInfo() { |
|
| 2475 | return $this->profileInfo; |
|
| 2476 | } |
|
| 2477 | public function setQuery(Google_GaDataQuery $query) { |
|
| 2478 | $this->query = $query; |
|
| 2479 | } |
|
| 2480 | public function getQuery() { |
|
| 2481 | return $this->query; |
|
| 2482 | } |
|
| 2483 | public function setRows(/* array(Google_string) */ $rows) { |
|
| 2484 | $this->assertIsArray($rows, 'Google_string', __METHOD__); |
|
| 2485 | $this->rows = $rows; |
|
| 2486 | } |
|
| 2487 | public function getRows() { |
|
| 2488 | return $this->rows; |
|
| 2489 | } |
|
| 2490 | public function setSelfLink( $selfLink) { |
|
| 2491 | $this->selfLink = $selfLink; |
|
| 2492 | } |
|
| 2493 | public function getSelfLink() { |
|
| 2494 | return $this->selfLink; |
|
| 2495 | } |
|
| 2496 | public function setTotalResults( $totalResults) { |
|
| 2497 | $this->totalResults = $totalResults; |
|
| 2498 | } |
|
| 2499 | public function getTotalResults() { |
|
| 2500 | return $this->totalResults; |
|
| 2501 | } |
|
| 2502 | public function setTotalsForAllResults( $totalsForAllResults) { |
|
| 2503 | $this->totalsForAllResults = $totalsForAllResults; |
|
| 2504 | } |
|
| 2505 | public function getTotalsForAllResults() { |
|
| 2506 | return $this->totalsForAllResults; |
|
| 2507 | } |
|
| 2508 | } |
|
| 2509 | ||
| 2510 | class Google_GaDataColumnHeaders extends Google_Model { |
|
| 2511 | public $columnType; |
|
| @@ 3029-3131 (lines=103) @@ | ||
| 3026 | } |
|
| 3027 | } |
|
| 3028 | ||
| 3029 | class Google_McfData extends Google_Model { |
|
| 3030 | protected $__columnHeadersType = 'Google_McfDataColumnHeaders'; |
|
| 3031 | protected $__columnHeadersDataType = 'array'; |
|
| 3032 | public $columnHeaders; |
|
| 3033 | public $containsSampledData; |
|
| 3034 | public $id; |
|
| 3035 | public $itemsPerPage; |
|
| 3036 | public $kind; |
|
| 3037 | public $nextLink; |
|
| 3038 | public $previousLink; |
|
| 3039 | protected $__profileInfoType = 'Google_McfDataProfileInfo'; |
|
| 3040 | protected $__profileInfoDataType = ''; |
|
| 3041 | public $profileInfo; |
|
| 3042 | protected $__queryType = 'Google_McfDataQuery'; |
|
| 3043 | protected $__queryDataType = ''; |
|
| 3044 | public $query; |
|
| 3045 | protected $__rowsType = 'Google_McfDataRows'; |
|
| 3046 | protected $__rowsDataType = 'array'; |
|
| 3047 | public $rows; |
|
| 3048 | public $selfLink; |
|
| 3049 | public $totalResults; |
|
| 3050 | public $totalsForAllResults; |
|
| 3051 | public function setColumnHeaders(/* array(Google_McfDataColumnHeaders) */ $columnHeaders) { |
|
| 3052 | $this->assertIsArray($columnHeaders, 'Google_McfDataColumnHeaders', __METHOD__); |
|
| 3053 | $this->columnHeaders = $columnHeaders; |
|
| 3054 | } |
|
| 3055 | public function getColumnHeaders() { |
|
| 3056 | return $this->columnHeaders; |
|
| 3057 | } |
|
| 3058 | public function setContainsSampledData( $containsSampledData) { |
|
| 3059 | $this->containsSampledData = $containsSampledData; |
|
| 3060 | } |
|
| 3061 | public function getContainsSampledData() { |
|
| 3062 | return $this->containsSampledData; |
|
| 3063 | } |
|
| 3064 | public function setId( $id) { |
|
| 3065 | $this->id = $id; |
|
| 3066 | } |
|
| 3067 | public function getId() { |
|
| 3068 | return $this->id; |
|
| 3069 | } |
|
| 3070 | public function setItemsPerPage( $itemsPerPage) { |
|
| 3071 | $this->itemsPerPage = $itemsPerPage; |
|
| 3072 | } |
|
| 3073 | public function getItemsPerPage() { |
|
| 3074 | return $this->itemsPerPage; |
|
| 3075 | } |
|
| 3076 | public function setKind( $kind) { |
|
| 3077 | $this->kind = $kind; |
|
| 3078 | } |
|
| 3079 | public function getKind() { |
|
| 3080 | return $this->kind; |
|
| 3081 | } |
|
| 3082 | public function setNextLink( $nextLink) { |
|
| 3083 | $this->nextLink = $nextLink; |
|
| 3084 | } |
|
| 3085 | public function getNextLink() { |
|
| 3086 | return $this->nextLink; |
|
| 3087 | } |
|
| 3088 | public function setPreviousLink( $previousLink) { |
|
| 3089 | $this->previousLink = $previousLink; |
|
| 3090 | } |
|
| 3091 | public function getPreviousLink() { |
|
| 3092 | return $this->previousLink; |
|
| 3093 | } |
|
| 3094 | public function setProfileInfo(Google_McfDataProfileInfo $profileInfo) { |
|
| 3095 | $this->profileInfo = $profileInfo; |
|
| 3096 | } |
|
| 3097 | public function getProfileInfo() { |
|
| 3098 | return $this->profileInfo; |
|
| 3099 | } |
|
| 3100 | public function setQuery(Google_McfDataQuery $query) { |
|
| 3101 | $this->query = $query; |
|
| 3102 | } |
|
| 3103 | public function getQuery() { |
|
| 3104 | return $this->query; |
|
| 3105 | } |
|
| 3106 | public function setRows(/* array(Google_McfDataRows) */ $rows) { |
|
| 3107 | $this->assertIsArray($rows, 'Google_McfDataRows', __METHOD__); |
|
| 3108 | $this->rows = $rows; |
|
| 3109 | } |
|
| 3110 | public function getRows() { |
|
| 3111 | return $this->rows; |
|
| 3112 | } |
|
| 3113 | public function setSelfLink( $selfLink) { |
|
| 3114 | $this->selfLink = $selfLink; |
|
| 3115 | } |
|
| 3116 | public function getSelfLink() { |
|
| 3117 | return $this->selfLink; |
|
| 3118 | } |
|
| 3119 | public function setTotalResults( $totalResults) { |
|
| 3120 | $this->totalResults = $totalResults; |
|
| 3121 | } |
|
| 3122 | public function getTotalResults() { |
|
| 3123 | return $this->totalResults; |
|
| 3124 | } |
|
| 3125 | public function setTotalsForAllResults( $totalsForAllResults) { |
|
| 3126 | $this->totalsForAllResults = $totalsForAllResults; |
|
| 3127 | } |
|
| 3128 | public function getTotalsForAllResults() { |
|
| 3129 | return $this->totalsForAllResults; |
|
| 3130 | } |
|
| 3131 | } |
|
| 3132 | ||
| 3133 | class Google_McfDataColumnHeaders extends Google_Model { |
|
| 3134 | public $columnType; |
|