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.
7394 7395 7396 7397 7398 7399 7400 7401 |
# File 'lib/v20180606/models.rb', line 7394 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: 处理失败
7392 7393 7394 |
# File 'lib/v20180606/models.rb', line 7392 def Apk @Apk end |
#DstDir ⇒ Object
created: 创建成功 processing: 处理中 done: 处理完成 failed: 处理失败
7392 7393 7394 |
# File 'lib/v20180606/models.rb', line 7392 def DstDir @DstDir end |
#SrcDir ⇒ Object
created: 创建成功 processing: 处理中 done: 处理完成 failed: 处理失败
7392 7393 7394 |
# File 'lib/v20180606/models.rb', line 7392 def SrcDir @SrcDir end |
#Status ⇒ Object
created: 创建成功 processing: 处理中 done: 处理完成 failed: 处理失败
7392 7393 7394 |
# File 'lib/v20180606/models.rb', line 7392 def Status @Status end |
#StatusDesc ⇒ Object
created: 创建成功 processing: 处理中 done: 处理完成 failed: 处理失败
7392 7393 7394 |
# File 'lib/v20180606/models.rb', line 7392 def StatusDesc @StatusDesc end |
#UploadTime ⇒ Object
created: 创建成功 processing: 处理中 done: 处理完成 failed: 处理失败
7392 7393 7394 |
# File 'lib/v20180606/models.rb', line 7392 def UploadTime @UploadTime end |
Instance Method Details
#deserialize(params) ⇒ Object
7403 7404 7405 7406 7407 7408 7409 7410 |
# File 'lib/v20180606/models.rb', line 7403 def deserialize(params) @Apk = params['Apk'] @DstDir = params['DstDir'] @UploadTime = params['UploadTime'] @Status = params['Status'] @SrcDir = params['SrcDir'] @StatusDesc = params['StatusDesc'] end |