Class: TencentCloud::Ms::V20180408::AppSetInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ms::V20180408::AppSetInfo
- Defined in:
- lib/v20180408/models.rb
Overview
加固后app的信息,包含基本信息和加固信息
Instance Attribute Summary collapse
- #AppIconUrl ⇒ Object
- #AppMd5 ⇒ Object
- #AppName ⇒ Object
- #AppPkgName ⇒ Object
- #AppSize ⇒ Object
- #AppUrl ⇒ Object
- #AppVersion ⇒ Object
- #ClientIp ⇒ Object
- #ItemId ⇒ Object
- #ServiceEdition ⇒ Object
- #ShieldCode ⇒ Object
- #ShieldMd5 ⇒ Object
- #ShieldSize ⇒ Object
- #TaskStatus ⇒ Object
- #TaskTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(itemid = nil, appname = nil, apppkgname = nil, appversion = nil, appmd5 = nil, appsize = nil, serviceedition = nil, shieldcode = nil, appurl = nil, taskstatus = nil, clientip = nil, tasktime = nil, appiconurl = nil, shieldmd5 = nil, shieldsize = nil) ⇒ AppSetInfo
constructor
A new instance of AppSetInfo.
Constructor Details
#initialize(itemid = nil, appname = nil, apppkgname = nil, appversion = nil, appmd5 = nil, appsize = nil, serviceedition = nil, shieldcode = nil, appurl = nil, taskstatus = nil, clientip = nil, tasktime = nil, appiconurl = nil, shieldmd5 = nil, shieldsize = nil) ⇒ AppSetInfo
Returns a new instance of AppSetInfo.
468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 |
# File 'lib/v20180408/models.rb', line 468 def initialize(itemid=nil, appname=nil, apppkgname=nil, appversion=nil, appmd5=nil, appsize=nil, serviceedition=nil, shieldcode=nil, appurl=nil, taskstatus=nil, clientip=nil, tasktime=nil, appiconurl=nil, shieldmd5=nil, shieldsize=nil) @ItemId = itemid @AppName = appname @AppPkgName = apppkgname @AppVersion = appversion @AppMd5 = appmd5 @AppSize = appsize @ServiceEdition = serviceedition @ShieldCode = shieldcode @AppUrl = appurl @TaskStatus = taskstatus @ClientIp = clientip @TaskTime = tasktime @AppIconUrl = appiconurl @ShieldMd5 = shieldmd5 @ShieldSize = shieldsize end |
Instance Attribute Details
#AppIconUrl ⇒ Object
466 467 468 |
# File 'lib/v20180408/models.rb', line 466 def AppIconUrl @AppIconUrl end |
#AppMd5 ⇒ Object
466 467 468 |
# File 'lib/v20180408/models.rb', line 466 def AppMd5 @AppMd5 end |
#AppName ⇒ Object
466 467 468 |
# File 'lib/v20180408/models.rb', line 466 def AppName @AppName end |
#AppPkgName ⇒ Object
466 467 468 |
# File 'lib/v20180408/models.rb', line 466 def AppPkgName @AppPkgName end |
#AppSize ⇒ Object
466 467 468 |
# File 'lib/v20180408/models.rb', line 466 def AppSize @AppSize end |
#AppUrl ⇒ Object
466 467 468 |
# File 'lib/v20180408/models.rb', line 466 def AppUrl @AppUrl end |
#AppVersion ⇒ Object
466 467 468 |
# File 'lib/v20180408/models.rb', line 466 def AppVersion @AppVersion end |
#ClientIp ⇒ Object
466 467 468 |
# File 'lib/v20180408/models.rb', line 466 def ClientIp @ClientIp end |
#ItemId ⇒ Object
466 467 468 |
# File 'lib/v20180408/models.rb', line 466 def ItemId @ItemId end |
#ServiceEdition ⇒ Object
466 467 468 |
# File 'lib/v20180408/models.rb', line 466 def ServiceEdition @ServiceEdition end |
#ShieldCode ⇒ Object
466 467 468 |
# File 'lib/v20180408/models.rb', line 466 def ShieldCode @ShieldCode end |
#ShieldMd5 ⇒ Object
466 467 468 |
# File 'lib/v20180408/models.rb', line 466 def ShieldMd5 @ShieldMd5 end |
#ShieldSize ⇒ Object
466 467 468 |
# File 'lib/v20180408/models.rb', line 466 def ShieldSize @ShieldSize end |
#TaskStatus ⇒ Object
466 467 468 |
# File 'lib/v20180408/models.rb', line 466 def TaskStatus @TaskStatus end |
#TaskTime ⇒ Object
466 467 468 |
# File 'lib/v20180408/models.rb', line 466 def TaskTime @TaskTime end |
Instance Method Details
#deserialize(params) ⇒ Object
486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 |
# File 'lib/v20180408/models.rb', line 486 def deserialize(params) @ItemId = params['ItemId'] @AppName = params['AppName'] @AppPkgName = params['AppPkgName'] @AppVersion = params['AppVersion'] @AppMd5 = params['AppMd5'] @AppSize = params['AppSize'] @ServiceEdition = params['ServiceEdition'] @ShieldCode = params['ShieldCode'] @AppUrl = params['AppUrl'] @TaskStatus = params['TaskStatus'] @ClientIp = params['ClientIp'] @TaskTime = params['TaskTime'] @AppIconUrl = params['AppIconUrl'] @ShieldMd5 = params['ShieldMd5'] @ShieldSize = params['ShieldSize'] end |