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
Returns a new instance of EdgePackTaskStatus.
7376 7377 7378 7379 7380 7381 7382 7383 |
# File 'lib/v20180606/models.rb', line 7376 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: 处理失败
7374 7375 7376 |
# File 'lib/v20180606/models.rb', line 7374 def Apk @Apk end |
#DstDir ⇒ Object
created: 创建成功processing: 处理中done: 处理完成failed: 处理失败
7374 7375 7376 |
# File 'lib/v20180606/models.rb', line 7374 def DstDir @DstDir end |
#SrcDir ⇒ Object
created: 创建成功processing: 处理中done: 处理完成failed: 处理失败
7374 7375 7376 |
# File 'lib/v20180606/models.rb', line 7374 def SrcDir @SrcDir end |
#Status ⇒ Object
created: 创建成功processing: 处理中done: 处理完成failed: 处理失败
7374 7375 7376 |
# File 'lib/v20180606/models.rb', line 7374 def Status @Status end |
#StatusDesc ⇒ Object
created: 创建成功processing: 处理中done: 处理完成failed: 处理失败
7374 7375 7376 |
# File 'lib/v20180606/models.rb', line 7374 def StatusDesc @StatusDesc end |
#UploadTime ⇒ Object
created: 创建成功processing: 处理中done: 处理完成failed: 处理失败
7374 7375 7376 |
# File 'lib/v20180606/models.rb', line 7374 def UploadTime @UploadTime end |
Instance Method Details
#deserialize(params) ⇒ Object
7385 7386 7387 7388 7389 7390 7391 7392 |
# File 'lib/v20180606/models.rb', line 7385 def deserialize(params) @Apk = params['Apk'] @DstDir = params['DstDir'] @UploadTime = params['UploadTime'] @Status = params['Status'] @SrcDir = params['SrcDir'] @StatusDesc = params['StatusDesc'] end |