Class: TencentCloud::Cdn::V20180606::EdgePackTaskStatus
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::EdgePackTaskStatus
- Defined in:
- lib/v20180606/models.rb
Overview
动态打包任务状态
Instance Attribute Summary collapse
-
#Apk ⇒ Object
created: 创建成功 processing: 处理中 done: 处理完成 failed: 处理失败.
-
#DstDir ⇒ Object
created: 创建成功 processing: 处理中 done: 处理完成 failed: 处理失败.
-
#SrcDir ⇒ Object
created: 创建成功 processing: 处理中 done: 处理完成 failed: 处理失败.
-
#Status ⇒ Object
created: 创建成功 processing: 处理中 done: 处理完成 failed: 处理失败.
-
#StatusDesc ⇒ Object
created: 创建成功 processing: 处理中 done: 处理完成 failed: 处理失败.
-
#UploadTime ⇒ Object
created: 创建成功 processing: 处理中 done: 处理完成 failed: 处理失败.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(apk = nil, dstdir = nil, uploadtime = nil, status = nil, srcdir = nil, statusdesc = nil) ⇒ EdgePackTaskStatus
constructor
A new instance of EdgePackTaskStatus.
Constructor Details
#initialize(apk = nil, dstdir = nil, uploadtime = nil, status = nil, srcdir = nil, statusdesc = nil) ⇒ EdgePackTaskStatus
5369 5370 5371 5372 5373 5374 5375 5376 |
# File 'lib/v20180606/models.rb', line 5369 def initialize(apk=nil, dstdir=nil, uploadtime=nil, status=nil, srcdir=nil, statusdesc=nil) @Apk = apk @DstDir = dstdir @UploadTime = uploadtime @Status = status @SrcDir = srcdir @StatusDesc = statusdesc end |
Instance Attribute Details
#Apk ⇒ Object
created: 创建成功processing: 处理中done: 处理完成failed: 处理失败
5367 5368 5369 |
# File 'lib/v20180606/models.rb', line 5367 def Apk @Apk end |
#DstDir ⇒ Object
created: 创建成功processing: 处理中done: 处理完成failed: 处理失败
5367 5368 5369 |
# File 'lib/v20180606/models.rb', line 5367 def DstDir @DstDir end |
#SrcDir ⇒ Object
created: 创建成功processing: 处理中done: 处理完成failed: 处理失败
5367 5368 5369 |
# File 'lib/v20180606/models.rb', line 5367 def SrcDir @SrcDir end |
#Status ⇒ Object
created: 创建成功processing: 处理中done: 处理完成failed: 处理失败
5367 5368 5369 |
# File 'lib/v20180606/models.rb', line 5367 def Status @Status end |
#StatusDesc ⇒ Object
created: 创建成功processing: 处理中done: 处理完成failed: 处理失败
5367 5368 5369 |
# File 'lib/v20180606/models.rb', line 5367 def StatusDesc @StatusDesc end |
#UploadTime ⇒ Object
created: 创建成功processing: 处理中done: 处理完成failed: 处理失败
5367 5368 5369 |
# File 'lib/v20180606/models.rb', line 5367 def UploadTime @UploadTime end |
Instance Method Details
#deserialize(params) ⇒ Object
5378 5379 5380 5381 5382 5383 5384 5385 |
# File 'lib/v20180606/models.rb', line 5378 def deserialize(params) @Apk = params['Apk'] @DstDir = params['DstDir'] @UploadTime = params['UploadTime'] @Status = params['Status'] @SrcDir = params['SrcDir'] @StatusDesc = params['StatusDesc'] end |