Class: TencentCloud::Cdn::V20180606::EdgePackTaskStatus

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180606/models.rb

Overview

动态打包任务状态

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ApkObject

created: 创建成功processing: 处理中done: 处理完成failed: 处理失败



5367
5368
5369
# File 'lib/v20180606/models.rb', line 5367

def Apk
  @Apk
end

#DstDirObject

created: 创建成功processing: 处理中done: 处理完成failed: 处理失败



5367
5368
5369
# File 'lib/v20180606/models.rb', line 5367

def DstDir
  @DstDir
end

#SrcDirObject

created: 创建成功processing: 处理中done: 处理完成failed: 处理失败



5367
5368
5369
# File 'lib/v20180606/models.rb', line 5367

def SrcDir
  @SrcDir
end

#StatusObject

created: 创建成功processing: 处理中done: 处理完成failed: 处理失败



5367
5368
5369
# File 'lib/v20180606/models.rb', line 5367

def Status
  @Status
end

#StatusDescObject

created: 创建成功processing: 处理中done: 处理完成failed: 处理失败



5367
5368
5369
# File 'lib/v20180606/models.rb', line 5367

def StatusDesc
  @StatusDesc
end

#UploadTimeObject

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