QueryPushDetailResponse.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. /*
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing,
  13. * software distributed under the License is distributed on an
  14. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. * KIND, either express or implied. See the License for the
  16. * specific language governing permissions and limitations
  17. * under the License.
  18. */
  19. using Aliyun.Acs.Core;
  20. using System.Collections.Generic;
  21. namespace Aliyun.Acs.Push.Model.V20160801
  22. {
  23. public class QueryPushDetailResponse : AcsResponse
  24. {
  25. private long? appKey;
  26. private string target;
  27. private string targetValue;
  28. private string pushType;
  29. private string deviceType;
  30. private string title;
  31. private string body;
  32. private string pushTime;
  33. private string expireTime;
  34. private int? antiHarassStartTime;
  35. private int? antiHarassDuration;
  36. private bool? storeOffline;
  37. private string batchNumber;
  38. private string provinceId;
  39. private string iOSApnsEnv;
  40. private bool? iOSRemind;
  41. private string iOSRemindBody;
  42. private int? iOSBadge;
  43. private string iOSMusic;
  44. private string iOSSubtitle;
  45. private string iOSNotificationCategory;
  46. private bool? iOSMutableContent;
  47. private string iOSExtParameters;
  48. private string androidNotifyType;
  49. private string androidOpenType;
  50. private string androidActivity;
  51. private string androidMusic;
  52. private string androidOpenUrl;
  53. private string androidXiaoMiActivity;
  54. private string androidXiaoMiNotifyTitle;
  55. private string androidXiaoMiNotifyBody;
  56. private int? androidNotificationBarType;
  57. private int? androidNotificationBarPriority;
  58. private string androidExtParameters;
  59. public long? AppKey
  60. {
  61. get
  62. {
  63. return appKey;
  64. }
  65. set
  66. {
  67. appKey = value;
  68. }
  69. }
  70. public string Target
  71. {
  72. get
  73. {
  74. return target;
  75. }
  76. set
  77. {
  78. target = value;
  79. }
  80. }
  81. public string TargetValue
  82. {
  83. get
  84. {
  85. return targetValue;
  86. }
  87. set
  88. {
  89. targetValue = value;
  90. }
  91. }
  92. public string PushType
  93. {
  94. get
  95. {
  96. return pushType;
  97. }
  98. set
  99. {
  100. pushType = value;
  101. }
  102. }
  103. public string DeviceType
  104. {
  105. get
  106. {
  107. return deviceType;
  108. }
  109. set
  110. {
  111. deviceType = value;
  112. }
  113. }
  114. public string Title
  115. {
  116. get
  117. {
  118. return title;
  119. }
  120. set
  121. {
  122. title = value;
  123. }
  124. }
  125. public string Body
  126. {
  127. get
  128. {
  129. return body;
  130. }
  131. set
  132. {
  133. body = value;
  134. }
  135. }
  136. public string PushTime
  137. {
  138. get
  139. {
  140. return pushTime;
  141. }
  142. set
  143. {
  144. pushTime = value;
  145. }
  146. }
  147. public string ExpireTime
  148. {
  149. get
  150. {
  151. return expireTime;
  152. }
  153. set
  154. {
  155. expireTime = value;
  156. }
  157. }
  158. public int? AntiHarassStartTime
  159. {
  160. get
  161. {
  162. return antiHarassStartTime;
  163. }
  164. set
  165. {
  166. antiHarassStartTime = value;
  167. }
  168. }
  169. public int? AntiHarassDuration
  170. {
  171. get
  172. {
  173. return antiHarassDuration;
  174. }
  175. set
  176. {
  177. antiHarassDuration = value;
  178. }
  179. }
  180. public bool? StoreOffline
  181. {
  182. get
  183. {
  184. return storeOffline;
  185. }
  186. set
  187. {
  188. storeOffline = value;
  189. }
  190. }
  191. public string BatchNumber
  192. {
  193. get
  194. {
  195. return batchNumber;
  196. }
  197. set
  198. {
  199. batchNumber = value;
  200. }
  201. }
  202. public string ProvinceId
  203. {
  204. get
  205. {
  206. return provinceId;
  207. }
  208. set
  209. {
  210. provinceId = value;
  211. }
  212. }
  213. public string IOSApnsEnv
  214. {
  215. get
  216. {
  217. return iOSApnsEnv;
  218. }
  219. set
  220. {
  221. iOSApnsEnv = value;
  222. }
  223. }
  224. public bool? IOSRemind
  225. {
  226. get
  227. {
  228. return iOSRemind;
  229. }
  230. set
  231. {
  232. iOSRemind = value;
  233. }
  234. }
  235. public string IOSRemindBody
  236. {
  237. get
  238. {
  239. return iOSRemindBody;
  240. }
  241. set
  242. {
  243. iOSRemindBody = value;
  244. }
  245. }
  246. public int? IOSBadge
  247. {
  248. get
  249. {
  250. return iOSBadge;
  251. }
  252. set
  253. {
  254. iOSBadge = value;
  255. }
  256. }
  257. public string IOSMusic
  258. {
  259. get
  260. {
  261. return iOSMusic;
  262. }
  263. set
  264. {
  265. iOSMusic = value;
  266. }
  267. }
  268. public string IOSSubtitle
  269. {
  270. get
  271. {
  272. return iOSSubtitle;
  273. }
  274. set
  275. {
  276. iOSSubtitle = value;
  277. }
  278. }
  279. public string IOSNotificationCategory
  280. {
  281. get
  282. {
  283. return iOSNotificationCategory;
  284. }
  285. set
  286. {
  287. iOSNotificationCategory = value;
  288. }
  289. }
  290. public bool? IOSMutableContent
  291. {
  292. get
  293. {
  294. return iOSMutableContent;
  295. }
  296. set
  297. {
  298. iOSMutableContent = value;
  299. }
  300. }
  301. public string IOSExtParameters
  302. {
  303. get
  304. {
  305. return iOSExtParameters;
  306. }
  307. set
  308. {
  309. iOSExtParameters = value;
  310. }
  311. }
  312. public string AndroidNotifyType
  313. {
  314. get
  315. {
  316. return androidNotifyType;
  317. }
  318. set
  319. {
  320. androidNotifyType = value;
  321. }
  322. }
  323. public string AndroidOpenType
  324. {
  325. get
  326. {
  327. return androidOpenType;
  328. }
  329. set
  330. {
  331. androidOpenType = value;
  332. }
  333. }
  334. public string AndroidActivity
  335. {
  336. get
  337. {
  338. return androidActivity;
  339. }
  340. set
  341. {
  342. androidActivity = value;
  343. }
  344. }
  345. public string AndroidMusic
  346. {
  347. get
  348. {
  349. return androidMusic;
  350. }
  351. set
  352. {
  353. androidMusic = value;
  354. }
  355. }
  356. public string AndroidOpenUrl
  357. {
  358. get
  359. {
  360. return androidOpenUrl;
  361. }
  362. set
  363. {
  364. androidOpenUrl = value;
  365. }
  366. }
  367. public string AndroidXiaoMiActivity
  368. {
  369. get
  370. {
  371. return androidXiaoMiActivity;
  372. }
  373. set
  374. {
  375. androidXiaoMiActivity = value;
  376. }
  377. }
  378. public string AndroidXiaoMiNotifyTitle
  379. {
  380. get
  381. {
  382. return androidXiaoMiNotifyTitle;
  383. }
  384. set
  385. {
  386. androidXiaoMiNotifyTitle = value;
  387. }
  388. }
  389. public string AndroidXiaoMiNotifyBody
  390. {
  391. get
  392. {
  393. return androidXiaoMiNotifyBody;
  394. }
  395. set
  396. {
  397. androidXiaoMiNotifyBody = value;
  398. }
  399. }
  400. public int? AndroidNotificationBarType
  401. {
  402. get
  403. {
  404. return androidNotificationBarType;
  405. }
  406. set
  407. {
  408. androidNotificationBarType = value;
  409. }
  410. }
  411. public int? AndroidNotificationBarPriority
  412. {
  413. get
  414. {
  415. return androidNotificationBarPriority;
  416. }
  417. set
  418. {
  419. androidNotificationBarPriority = value;
  420. }
  421. }
  422. public string AndroidExtParameters
  423. {
  424. get
  425. {
  426. return androidExtParameters;
  427. }
  428. set
  429. {
  430. androidExtParameters = value;
  431. }
  432. }
  433. }
  434. }