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.
5430 5431 5432 5433 5434 5435 5436 5437 |
# File 'lib/v20180606/models.rb', line 5430 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: 处理失败
5428 5429 5430 |
# File 'lib/v20180606/models.rb', line 5428 def Apk @Apk end |
#DstDir ⇒ Object
created: 创建成功processing: 处理中done: 处理完成failed: 处理失败
5428 5429 5430 |
# File 'lib/v20180606/models.rb', line 5428 def DstDir @DstDir end |
#SrcDir ⇒ Object
created: 创建成功processing: 处理中done: 处理完成failed: 处理失败
5428 5429 5430 |
# File 'lib/v20180606/models.rb', line 5428 def SrcDir @SrcDir end |
#Status ⇒ Object
created: 创建成功processing: 处理中done: 处理完成failed: 处理失败
5428 5429 5430 |
# File 'lib/v20180606/models.rb', line 5428 def Status @Status end |
#StatusDesc ⇒ Object
created: 创建成功processing: 处理中done: 处理完成failed: 处理失败
5428 5429 5430 |
# File 'lib/v20180606/models.rb', line 5428 def StatusDesc @StatusDesc end |
#UploadTime ⇒ Object
created: 创建成功processing: 处理中done: 处理完成failed: 处理失败
5428 5429 5430 |
# File 'lib/v20180606/models.rb', line 5428 def UploadTime @UploadTime end |
Instance Method Details
#deserialize(params) ⇒ Object
5439 5440 5441 5442 5443 5444 5445 5446 |
# File 'lib/v20180606/models.rb', line 5439 def deserialize(params) @Apk = params['Apk'] @DstDir = params['DstDir'] @UploadTime = params['UploadTime'] @Status = params['Status'] @SrcDir = params['SrcDir'] @StatusDesc = params['StatusDesc'] end |