Class: Stat::Query::THotService::Client

Inherits:
Object
  • Object
show all
Includes:
Thrift::Client
Defined in:
lib/t_hot_service.rb

Instance Method Summary collapse

Instance Method Details

#firstPageSound(categories, size) ⇒ Object



331
332
333
334
# File 'lib/t_hot_service.rb', line 331

def firstPageSound(categories, size)
  send_firstPageSound(categories, size)
  return recv_firstPageSound()
end

#firstPageUser(categories, size) ⇒ Object



346
347
348
349
# File 'lib/t_hot_service.rb', line 346

def firstPageUser(categories, size)
  send_firstPageUser(categories, size)
  return recv_firstPageUser()
end

#hotAlbum(id, tagName, pageNo, pageSize) ⇒ Object



136
137
138
139
# File 'lib/t_hot_service.rb', line 136

def hotAlbum(id, tagName, pageNo, pageSize)
  send_hotAlbum(id, tagName, pageNo, pageSize)
  return recv_hotAlbum()
end

#hotCategoryAlbum(id, tagNames, size) ⇒ Object



301
302
303
304
# File 'lib/t_hot_service.rb', line 301

def hotCategoryAlbum(id, tagNames, size)
  send_hotCategoryAlbum(id, tagNames, size)
  return recv_hotCategoryAlbum()
end

#hotFinishedAlbum(id, tagName, pageNo, pageSize) ⇒ Object



211
212
213
214
# File 'lib/t_hot_service.rb', line 211

def hotFinishedAlbum(id, tagName, pageNo, pageSize)
  send_hotFinishedAlbum(id, tagName, pageNo, pageSize)
  return recv_hotFinishedAlbum()
end

#hotRadio(id, pageNo, pageSize) ⇒ Object



16
17
18
19
# File 'lib/t_hot_service.rb', line 16

def hotRadio(id, pageNo, pageSize)
  send_hotRadio(id, pageNo, pageSize)
  return recv_hotRadio()
end

#hotRadioAndSound(categoryIds) ⇒ Object



286
287
288
289
# File 'lib/t_hot_service.rb', line 286

def hotRadioAndSound(categoryIds)
  send_hotRadioAndSound(categoryIds)
  return recv_hotRadioAndSound()
end

#hotRadioDay(id, pageNo, pageSize) ⇒ Object



106
107
108
109
# File 'lib/t_hot_service.rb', line 106

def hotRadioDay(id, pageNo, pageSize)
  send_hotRadioDay(id, pageNo, pageSize)
  return recv_hotRadioDay()
end

#hotRadioRandomObject



316
317
318
319
# File 'lib/t_hot_service.rb', line 316

def hotRadioRandom()
  send_hotRadioRandom()
  return recv_hotRadioRandom()
end

#hotSelectedAlbum(id, tagName, pageNo, pageSize) ⇒ Object



151
152
153
154
# File 'lib/t_hot_service.rb', line 151

def hotSelectedAlbum(id, tagName, pageNo, pageSize)
  send_hotSelectedAlbum(id, tagName, pageNo, pageSize)
  return recv_hotSelectedAlbum()
end

#hotSound(id, tagName, pageNo, pageSize) ⇒ Object



31
32
33
34
# File 'lib/t_hot_service.rb', line 31

def hotSound(id, tagName, pageNo, pageSize)
  send_hotSound(id, tagName, pageNo, pageSize)
  return recv_hotSound()
end

#hotSoundDay(id, tagName, pageNo, pageSize) ⇒ Object



121
122
123
124
# File 'lib/t_hot_service.rb', line 121

def hotSoundDay(id, tagName, pageNo, pageSize)
  send_hotSoundDay(id, tagName, pageNo, pageSize)
  return recv_hotSoundDay()
end

#hotUnfinishedAlbum(id, tagName, pageNo, pageSize) ⇒ Object



226
227
228
229
# File 'lib/t_hot_service.rb', line 226

def hotUnfinishedAlbum(id, tagName, pageNo, pageSize)
  send_hotUnfinishedAlbum(id, tagName, pageNo, pageSize)
  return recv_hotUnfinishedAlbum()
end

#mostFavoritSound(id, tagName, pageNo, pageSize) ⇒ Object



76
77
78
79
# File 'lib/t_hot_service.rb', line 76

def mostFavoritSound(id, tagName, pageNo, pageSize)
  send_mostFavoritSound(id, tagName, pageNo, pageSize)
  return recv_mostFavoritSound()
end

#mostFollowedUser(id, pageNo, pageSize) ⇒ Object



61
62
63
64
# File 'lib/t_hot_service.rb', line 61

def mostFollowedUser(id, pageNo, pageSize)
  send_mostFollowedUser(id, pageNo, pageSize)
  return recv_mostFollowedUser()
end

#mostPlayAlbum(id, tagName, pageNo, pageSize) ⇒ Object



271
272
273
274
# File 'lib/t_hot_service.rb', line 271

def mostPlayAlbum(id, tagName, pageNo, pageSize)
  send_mostPlayAlbum(id, tagName, pageNo, pageSize)
  return recv_mostPlayAlbum()
end

#mostPlayFinishedAlbum(id, tagName, pageNo, pageSize) ⇒ Object



241
242
243
244
# File 'lib/t_hot_service.rb', line 241

def mostPlayFinishedAlbum(id, tagName, pageNo, pageSize)
  send_mostPlayFinishedAlbum(id, tagName, pageNo, pageSize)
  return recv_mostPlayFinishedAlbum()
end

#mostPlayUnfinishedAlbum(id, tagName, pageNo, pageSize) ⇒ Object



256
257
258
259
# File 'lib/t_hot_service.rb', line 256

def mostPlayUnfinishedAlbum(id, tagName, pageNo, pageSize)
  send_mostPlayUnfinishedAlbum(id, tagName, pageNo, pageSize)
  return recv_mostPlayUnfinishedAlbum()
end

#newV(id, pageNo, pageSize) ⇒ Object



46
47
48
49
# File 'lib/t_hot_service.rb', line 46

def newV(id, pageNo, pageSize)
  send_newV(id, pageNo, pageSize)
  return recv_newV()
end

#recentAlbum(id, tagName, pageNo, pageSize) ⇒ Object



166
167
168
169
# File 'lib/t_hot_service.rb', line 166

def recentAlbum(id, tagName, pageNo, pageSize)
  send_recentAlbum(id, tagName, pageNo, pageSize)
  return recv_recentAlbum()
end

#recentFinishedAlbum(id, tagName, pageNo, pageSize) ⇒ Object



181
182
183
184
# File 'lib/t_hot_service.rb', line 181

def recentFinishedAlbum(id, tagName, pageNo, pageSize)
  send_recentFinishedAlbum(id, tagName, pageNo, pageSize)
  return recv_recentFinishedAlbum()
end

#recentUnfinishedAlbum(id, tagName, pageNo, pageSize) ⇒ Object



196
197
198
199
# File 'lib/t_hot_service.rb', line 196

def recentUnfinishedAlbum(id, tagName, pageNo, pageSize)
  send_recentUnfinishedAlbum(id, tagName, pageNo, pageSize)
  return recv_recentUnfinishedAlbum()
end

#recentVTrack(id, tagName, pageNo, pageSize) ⇒ Object



91
92
93
94
# File 'lib/t_hot_service.rb', line 91

def recentVTrack(id, tagName, pageNo, pageSize)
  send_recentVTrack(id, tagName, pageNo, pageSize)
  return recv_recentVTrack()
end

#recv_firstPageSoundObject

Raises:

  • (::Thrift::ApplicationException)


340
341
342
343
344
# File 'lib/t_hot_service.rb', line 340

def recv_firstPageSound()
  result = receive_message(FirstPageSound_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'firstPageSound failed: unknown result')
end

#recv_firstPageUserObject

Raises:

  • (::Thrift::ApplicationException)


355
356
357
358
359
# File 'lib/t_hot_service.rb', line 355

def recv_firstPageUser()
  result = receive_message(FirstPageUser_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'firstPageUser failed: unknown result')
end

#recv_hotAlbumObject

Raises:

  • (::Thrift::ApplicationException)


145
146
147
148
149
# File 'lib/t_hot_service.rb', line 145

def recv_hotAlbum()
  result = receive_message(HotAlbum_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotAlbum failed: unknown result')
end

#recv_hotCategoryAlbumObject

Raises:

  • (::Thrift::ApplicationException)


310
311
312
313
314
# File 'lib/t_hot_service.rb', line 310

def recv_hotCategoryAlbum()
  result = receive_message(HotCategoryAlbum_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotCategoryAlbum failed: unknown result')
end

#recv_hotFinishedAlbumObject

Raises:

  • (::Thrift::ApplicationException)


220
221
222
223
224
# File 'lib/t_hot_service.rb', line 220

def recv_hotFinishedAlbum()
  result = receive_message(HotFinishedAlbum_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotFinishedAlbum failed: unknown result')
end

#recv_hotRadioObject

Raises:

  • (::Thrift::ApplicationException)


25
26
27
28
29
# File 'lib/t_hot_service.rb', line 25

def recv_hotRadio()
  result = receive_message(HotRadio_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotRadio failed: unknown result')
end

#recv_hotRadioAndSoundObject

Raises:

  • (::Thrift::ApplicationException)


295
296
297
298
299
# File 'lib/t_hot_service.rb', line 295

def recv_hotRadioAndSound()
  result = receive_message(HotRadioAndSound_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotRadioAndSound failed: unknown result')
end

#recv_hotRadioDayObject

Raises:

  • (::Thrift::ApplicationException)


115
116
117
118
119
# File 'lib/t_hot_service.rb', line 115

def recv_hotRadioDay()
  result = receive_message(HotRadioDay_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotRadioDay failed: unknown result')
end

#recv_hotRadioRandomObject

Raises:

  • (::Thrift::ApplicationException)


325
326
327
328
329
# File 'lib/t_hot_service.rb', line 325

def recv_hotRadioRandom()
  result = receive_message(HotRadioRandom_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotRadioRandom failed: unknown result')
end

#recv_hotSelectedAlbumObject

Raises:

  • (::Thrift::ApplicationException)


160
161
162
163
164
# File 'lib/t_hot_service.rb', line 160

def recv_hotSelectedAlbum()
  result = receive_message(HotSelectedAlbum_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotSelectedAlbum failed: unknown result')
end

#recv_hotSoundObject

Raises:

  • (::Thrift::ApplicationException)


40
41
42
43
44
# File 'lib/t_hot_service.rb', line 40

def recv_hotSound()
  result = receive_message(HotSound_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotSound failed: unknown result')
end

#recv_hotSoundDayObject

Raises:

  • (::Thrift::ApplicationException)


130
131
132
133
134
# File 'lib/t_hot_service.rb', line 130

def recv_hotSoundDay()
  result = receive_message(HotSoundDay_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotSoundDay failed: unknown result')
end

#recv_hotUnfinishedAlbumObject

Raises:

  • (::Thrift::ApplicationException)


235
236
237
238
239
# File 'lib/t_hot_service.rb', line 235

def recv_hotUnfinishedAlbum()
  result = receive_message(HotUnfinishedAlbum_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'hotUnfinishedAlbum failed: unknown result')
end

#recv_mostFavoritSoundObject

Raises:

  • (::Thrift::ApplicationException)


85
86
87
88
89
# File 'lib/t_hot_service.rb', line 85

def recv_mostFavoritSound()
  result = receive_message(MostFavoritSound_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'mostFavoritSound failed: unknown result')
end

#recv_mostFollowedUserObject

Raises:

  • (::Thrift::ApplicationException)


70
71
72
73
74
# File 'lib/t_hot_service.rb', line 70

def recv_mostFollowedUser()
  result = receive_message(MostFollowedUser_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'mostFollowedUser failed: unknown result')
end

#recv_mostPlayAlbumObject

Raises:

  • (::Thrift::ApplicationException)


280
281
282
283
284
# File 'lib/t_hot_service.rb', line 280

def recv_mostPlayAlbum()
  result = receive_message(MostPlayAlbum_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'mostPlayAlbum failed: unknown result')
end

#recv_mostPlayFinishedAlbumObject

Raises:

  • (::Thrift::ApplicationException)


250
251
252
253
254
# File 'lib/t_hot_service.rb', line 250

def recv_mostPlayFinishedAlbum()
  result = receive_message(MostPlayFinishedAlbum_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'mostPlayFinishedAlbum failed: unknown result')
end

#recv_mostPlayUnfinishedAlbumObject

Raises:

  • (::Thrift::ApplicationException)


265
266
267
268
269
# File 'lib/t_hot_service.rb', line 265

def recv_mostPlayUnfinishedAlbum()
  result = receive_message(MostPlayUnfinishedAlbum_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'mostPlayUnfinishedAlbum failed: unknown result')
end

#recv_newVObject

Raises:

  • (::Thrift::ApplicationException)


55
56
57
58
59
# File 'lib/t_hot_service.rb', line 55

def recv_newV()
  result = receive_message(NewV_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'newV failed: unknown result')
end

#recv_recentAlbumObject

Raises:

  • (::Thrift::ApplicationException)


175
176
177
178
179
# File 'lib/t_hot_service.rb', line 175

def recv_recentAlbum()
  result = receive_message(RecentAlbum_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'recentAlbum failed: unknown result')
end

#recv_recentFinishedAlbumObject

Raises:

  • (::Thrift::ApplicationException)


190
191
192
193
194
# File 'lib/t_hot_service.rb', line 190

def recv_recentFinishedAlbum()
  result = receive_message(RecentFinishedAlbum_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'recentFinishedAlbum failed: unknown result')
end

#recv_recentUnfinishedAlbumObject

Raises:

  • (::Thrift::ApplicationException)


205
206
207
208
209
# File 'lib/t_hot_service.rb', line 205

def recv_recentUnfinishedAlbum()
  result = receive_message(RecentUnfinishedAlbum_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'recentUnfinishedAlbum failed: unknown result')
end

#recv_recentVTrackObject

Raises:

  • (::Thrift::ApplicationException)


100
101
102
103
104
# File 'lib/t_hot_service.rb', line 100

def recv_recentVTrack()
  result = receive_message(RecentVTrack_result)
  return result.success unless result.success.nil?
  raise ::Thrift::ApplicationException.new(::Thrift::ApplicationException::MISSING_RESULT, 'recentVTrack failed: unknown result')
end

#send_firstPageSound(categories, size) ⇒ Object



336
337
338
# File 'lib/t_hot_service.rb', line 336

def send_firstPageSound(categories, size)
  send_message('firstPageSound', FirstPageSound_args, :categories => categories, :size => size)
end

#send_firstPageUser(categories, size) ⇒ Object



351
352
353
# File 'lib/t_hot_service.rb', line 351

def send_firstPageUser(categories, size)
  send_message('firstPageUser', FirstPageUser_args, :categories => categories, :size => size)
end

#send_hotAlbum(id, tagName, pageNo, pageSize) ⇒ Object



141
142
143
# File 'lib/t_hot_service.rb', line 141

def send_hotAlbum(id, tagName, pageNo, pageSize)
  send_message('hotAlbum', HotAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize)
end

#send_hotCategoryAlbum(id, tagNames, size) ⇒ Object



306
307
308
# File 'lib/t_hot_service.rb', line 306

def send_hotCategoryAlbum(id, tagNames, size)
  send_message('hotCategoryAlbum', HotCategoryAlbum_args, :id => id, :tagNames => tagNames, :size => size)
end

#send_hotFinishedAlbum(id, tagName, pageNo, pageSize) ⇒ Object



216
217
218
# File 'lib/t_hot_service.rb', line 216

def send_hotFinishedAlbum(id, tagName, pageNo, pageSize)
  send_message('hotFinishedAlbum', HotFinishedAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize)
end

#send_hotRadio(id, pageNo, pageSize) ⇒ Object



21
22
23
# File 'lib/t_hot_service.rb', line 21

def send_hotRadio(id, pageNo, pageSize)
  send_message('hotRadio', HotRadio_args, :id => id, :pageNo => pageNo, :pageSize => pageSize)
end

#send_hotRadioAndSound(categoryIds) ⇒ Object



291
292
293
# File 'lib/t_hot_service.rb', line 291

def send_hotRadioAndSound(categoryIds)
  send_message('hotRadioAndSound', HotRadioAndSound_args, :categoryIds => categoryIds)
end

#send_hotRadioDay(id, pageNo, pageSize) ⇒ Object



111
112
113
# File 'lib/t_hot_service.rb', line 111

def send_hotRadioDay(id, pageNo, pageSize)
  send_message('hotRadioDay', HotRadioDay_args, :id => id, :pageNo => pageNo, :pageSize => pageSize)
end

#send_hotRadioRandomObject



321
322
323
# File 'lib/t_hot_service.rb', line 321

def send_hotRadioRandom()
  send_message('hotRadioRandom', HotRadioRandom_args)
end

#send_hotSelectedAlbum(id, tagName, pageNo, pageSize) ⇒ Object



156
157
158
# File 'lib/t_hot_service.rb', line 156

def send_hotSelectedAlbum(id, tagName, pageNo, pageSize)
  send_message('hotSelectedAlbum', HotSelectedAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize)
end

#send_hotSound(id, tagName, pageNo, pageSize) ⇒ Object



36
37
38
# File 'lib/t_hot_service.rb', line 36

def send_hotSound(id, tagName, pageNo, pageSize)
  send_message('hotSound', HotSound_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize)
end

#send_hotSoundDay(id, tagName, pageNo, pageSize) ⇒ Object



126
127
128
# File 'lib/t_hot_service.rb', line 126

def send_hotSoundDay(id, tagName, pageNo, pageSize)
  send_message('hotSoundDay', HotSoundDay_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize)
end

#send_hotUnfinishedAlbum(id, tagName, pageNo, pageSize) ⇒ Object



231
232
233
# File 'lib/t_hot_service.rb', line 231

def send_hotUnfinishedAlbum(id, tagName, pageNo, pageSize)
  send_message('hotUnfinishedAlbum', HotUnfinishedAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize)
end

#send_mostFavoritSound(id, tagName, pageNo, pageSize) ⇒ Object



81
82
83
# File 'lib/t_hot_service.rb', line 81

def send_mostFavoritSound(id, tagName, pageNo, pageSize)
  send_message('mostFavoritSound', MostFavoritSound_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize)
end

#send_mostFollowedUser(id, pageNo, pageSize) ⇒ Object



66
67
68
# File 'lib/t_hot_service.rb', line 66

def send_mostFollowedUser(id, pageNo, pageSize)
  send_message('mostFollowedUser', MostFollowedUser_args, :id => id, :pageNo => pageNo, :pageSize => pageSize)
end

#send_mostPlayAlbum(id, tagName, pageNo, pageSize) ⇒ Object



276
277
278
# File 'lib/t_hot_service.rb', line 276

def send_mostPlayAlbum(id, tagName, pageNo, pageSize)
  send_message('mostPlayAlbum', MostPlayAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize)
end

#send_mostPlayFinishedAlbum(id, tagName, pageNo, pageSize) ⇒ Object



246
247
248
# File 'lib/t_hot_service.rb', line 246

def send_mostPlayFinishedAlbum(id, tagName, pageNo, pageSize)
  send_message('mostPlayFinishedAlbum', MostPlayFinishedAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize)
end

#send_mostPlayUnfinishedAlbum(id, tagName, pageNo, pageSize) ⇒ Object



261
262
263
# File 'lib/t_hot_service.rb', line 261

def send_mostPlayUnfinishedAlbum(id, tagName, pageNo, pageSize)
  send_message('mostPlayUnfinishedAlbum', MostPlayUnfinishedAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize)
end

#send_newV(id, pageNo, pageSize) ⇒ Object



51
52
53
# File 'lib/t_hot_service.rb', line 51

def send_newV(id, pageNo, pageSize)
  send_message('newV', NewV_args, :id => id, :pageNo => pageNo, :pageSize => pageSize)
end

#send_recentAlbum(id, tagName, pageNo, pageSize) ⇒ Object



171
172
173
# File 'lib/t_hot_service.rb', line 171

def send_recentAlbum(id, tagName, pageNo, pageSize)
  send_message('recentAlbum', RecentAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize)
end

#send_recentFinishedAlbum(id, tagName, pageNo, pageSize) ⇒ Object



186
187
188
# File 'lib/t_hot_service.rb', line 186

def send_recentFinishedAlbum(id, tagName, pageNo, pageSize)
  send_message('recentFinishedAlbum', RecentFinishedAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize)
end

#send_recentUnfinishedAlbum(id, tagName, pageNo, pageSize) ⇒ Object



201
202
203
# File 'lib/t_hot_service.rb', line 201

def send_recentUnfinishedAlbum(id, tagName, pageNo, pageSize)
  send_message('recentUnfinishedAlbum', RecentUnfinishedAlbum_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize)
end

#send_recentVTrack(id, tagName, pageNo, pageSize) ⇒ Object



96
97
98
# File 'lib/t_hot_service.rb', line 96

def send_recentVTrack(id, tagName, pageNo, pageSize)
  send_message('recentVTrack', RecentVTrack_args, :id => id, :tagName => tagName, :pageNo => pageNo, :pageSize => pageSize)
end