No Description

UmengUappAllAppData.class.php 8.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. <?php
  2. include_once ('com/alibaba/openapi/client/entity/SDKDomain.class.php');
  3. include_once ('com/alibaba/openapi/client/entity/ByteArray.class.php');
  4. class UmengUappAllAppData extends SDKDomain {
  5. private $todayActivityUsers;
  6. /**
  7. * @return 今日活跃用户
  8. */
  9. public function getTodayActivityUsers() {
  10. return $this->todayActivityUsers;
  11. }
  12. /**
  13. * 设置今日活跃用户
  14. * @param Integer $todayActivityUsers
  15. * 参数示例:<pre></pre>
  16. * 此参数必填 */
  17. public function setTodayActivityUsers( $todayActivityUsers) {
  18. $this->todayActivityUsers = $todayActivityUsers;
  19. }
  20. private $todayNewUsers;
  21. /**
  22. * @return 今日新增用户
  23. */
  24. public function getTodayNewUsers() {
  25. return $this->todayNewUsers;
  26. }
  27. /**
  28. * 设置今日新增用户
  29. * @param Integer $todayNewUsers
  30. * 参数示例:<pre></pre>
  31. * 此参数必填 */
  32. public function setTodayNewUsers( $todayNewUsers) {
  33. $this->todayNewUsers = $todayNewUsers;
  34. }
  35. private $todayLaunches;
  36. /**
  37. * @return 今日启动次数
  38. */
  39. public function getTodayLaunches() {
  40. return $this->todayLaunches;
  41. }
  42. /**
  43. * 设置今日启动次数
  44. * @param Integer $todayLaunches
  45. * 参数示例:<pre></pre>
  46. * 此参数必填 */
  47. public function setTodayLaunches( $todayLaunches) {
  48. $this->todayLaunches = $todayLaunches;
  49. }
  50. private $yesterdayActivityUsers;
  51. /**
  52. * @return 昨日活跃用户
  53. */
  54. public function getYesterdayActivityUsers() {
  55. return $this->yesterdayActivityUsers;
  56. }
  57. /**
  58. * 设置昨日活跃用户
  59. * @param Integer $yesterdayActivityUsers
  60. * 参数示例:<pre></pre>
  61. * 此参数必填 */
  62. public function setYesterdayActivityUsers( $yesterdayActivityUsers) {
  63. $this->yesterdayActivityUsers = $yesterdayActivityUsers;
  64. }
  65. private $yesterdayNewUsers;
  66. /**
  67. * @return 昨日新增用户
  68. */
  69. public function getYesterdayNewUsers() {
  70. return $this->yesterdayNewUsers;
  71. }
  72. /**
  73. * 设置昨日新增用户
  74. * @param Integer $yesterdayNewUsers
  75. * 参数示例:<pre></pre>
  76. * 此参数必填 */
  77. public function setYesterdayNewUsers( $yesterdayNewUsers) {
  78. $this->yesterdayNewUsers = $yesterdayNewUsers;
  79. }
  80. private $yesterdayLaunches;
  81. /**
  82. * @return 昨日启动次数
  83. */
  84. public function getYesterdayLaunches() {
  85. return $this->yesterdayLaunches;
  86. }
  87. /**
  88. * 设置昨日启动次数
  89. * @param Integer $yesterdayLaunches
  90. * 参数示例:<pre></pre>
  91. * 此参数必填 */
  92. public function setYesterdayLaunches( $yesterdayLaunches) {
  93. $this->yesterdayLaunches = $yesterdayLaunches;
  94. }
  95. private $yesterdayUniqNewUsers;
  96. /**
  97. * @return 昨日独立新增用户数
  98. */
  99. public function getYesterdayUniqNewUsers() {
  100. return $this->yesterdayUniqNewUsers;
  101. }
  102. /**
  103. * 设置昨日独立新增用户数
  104. * @param Integer $yesterdayUniqNewUsers
  105. * 参数示例:<pre></pre>
  106. * 此参数必填 */
  107. public function setYesterdayUniqNewUsers( $yesterdayUniqNewUsers) {
  108. $this->yesterdayUniqNewUsers = $yesterdayUniqNewUsers;
  109. }
  110. private $yesterdayUniqActiveUsers;
  111. /**
  112. * @return 昨日独立活跃用户数
  113. */
  114. public function getYesterdayUniqActiveUsers() {
  115. return $this->yesterdayUniqActiveUsers;
  116. }
  117. /**
  118. * 设置昨日独立活跃用户数
  119. * @param Integer $yesterdayUniqActiveUsers
  120. * 参数示例:<pre></pre>
  121. * 此参数必填 */
  122. public function setYesterdayUniqActiveUsers( $yesterdayUniqActiveUsers) {
  123. $this->yesterdayUniqActiveUsers = $yesterdayUniqActiveUsers;
  124. }
  125. private $totalUsers;
  126. /**
  127. * @return 总用户数
  128. */
  129. public function getTotalUsers() {
  130. return $this->totalUsers;
  131. }
  132. /**
  133. * 设置总用户数
  134. * @param Integer $totalUsers
  135. * 参数示例:<pre></pre>
  136. * 此参数必填 */
  137. public function setTotalUsers( $totalUsers) {
  138. $this->totalUsers = $totalUsers;
  139. }
  140. private $stdResult;
  141. public function setStdResult($stdResult) {
  142. $this->stdResult = $stdResult;
  143. if (array_key_exists ( "todayActivityUsers", $this->stdResult )) {
  144. $this->todayActivityUsers = $this->stdResult->{"todayActivityUsers"};
  145. }
  146. if (array_key_exists ( "todayNewUsers", $this->stdResult )) {
  147. $this->todayNewUsers = $this->stdResult->{"todayNewUsers"};
  148. }
  149. if (array_key_exists ( "todayLaunches", $this->stdResult )) {
  150. $this->todayLaunches = $this->stdResult->{"todayLaunches"};
  151. }
  152. if (array_key_exists ( "yesterdayActivityUsers", $this->stdResult )) {
  153. $this->yesterdayActivityUsers = $this->stdResult->{"yesterdayActivityUsers"};
  154. }
  155. if (array_key_exists ( "yesterdayNewUsers", $this->stdResult )) {
  156. $this->yesterdayNewUsers = $this->stdResult->{"yesterdayNewUsers"};
  157. }
  158. if (array_key_exists ( "yesterdayLaunches", $this->stdResult )) {
  159. $this->yesterdayLaunches = $this->stdResult->{"yesterdayLaunches"};
  160. }
  161. if (array_key_exists ( "yesterdayUniqNewUsers", $this->stdResult )) {
  162. $this->yesterdayUniqNewUsers = $this->stdResult->{"yesterdayUniqNewUsers"};
  163. }
  164. if (array_key_exists ( "yesterdayUniqActiveUsers", $this->stdResult )) {
  165. $this->yesterdayUniqActiveUsers = $this->stdResult->{"yesterdayUniqActiveUsers"};
  166. }
  167. if (array_key_exists ( "totalUsers", $this->stdResult )) {
  168. $this->totalUsers = $this->stdResult->{"totalUsers"};
  169. }
  170. }
  171. private $arrayResult;
  172. public function setArrayResult($arrayResult) {
  173. $this->arrayResult = $arrayResult;
  174. if (array_key_exists ( "todayActivityUsers", $this->arrayResult )) {
  175. $this->todayActivityUsers = $arrayResult['todayActivityUsers'];
  176. }
  177. if (array_key_exists ( "todayNewUsers", $this->arrayResult )) {
  178. $this->todayNewUsers = $arrayResult['todayNewUsers'];
  179. }
  180. if (array_key_exists ( "todayLaunches", $this->arrayResult )) {
  181. $this->todayLaunches = $arrayResult['todayLaunches'];
  182. }
  183. if (array_key_exists ( "yesterdayActivityUsers", $this->arrayResult )) {
  184. $this->yesterdayActivityUsers = $arrayResult['yesterdayActivityUsers'];
  185. }
  186. if (array_key_exists ( "yesterdayNewUsers", $this->arrayResult )) {
  187. $this->yesterdayNewUsers = $arrayResult['yesterdayNewUsers'];
  188. }
  189. if (array_key_exists ( "yesterdayLaunches", $this->arrayResult )) {
  190. $this->yesterdayLaunches = $arrayResult['yesterdayLaunches'];
  191. }
  192. if (array_key_exists ( "yesterdayUniqNewUsers", $this->arrayResult )) {
  193. $this->yesterdayUniqNewUsers = $arrayResult['yesterdayUniqNewUsers'];
  194. }
  195. if (array_key_exists ( "yesterdayUniqActiveUsers", $this->arrayResult )) {
  196. $this->yesterdayUniqActiveUsers = $arrayResult['yesterdayUniqActiveUsers'];
  197. }
  198. if (array_key_exists ( "totalUsers", $this->arrayResult )) {
  199. $this->totalUsers = $arrayResult['totalUsers'];
  200. }
  201. }
  202. }
  203. ?>