Class: TencentCloud::Bma::V20210624::FakeURLInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bma::V20210624::FakeURLInfo
- Defined in:
- lib/v20210624/models.rb
Overview
仿冒网站信息
Instance Attribute Summary collapse
- #DetectTime ⇒ Object
- #FakeURL ⇒ Object
- #FakeURLAttr ⇒ Object
- #FakeURLCompany ⇒ Object
- #FakeURLCreateTime ⇒ Object
- #FakeURLExpireTime ⇒ Object
- #FakeURLICP ⇒ Object
- #FakeURLId ⇒ Object
- #FakeURLName ⇒ Object
- #Heat ⇒ Object
- #IP ⇒ Object
- #IPLoc ⇒ Object
- #Note ⇒ Object
- #ProtectWeb ⇒ Object
- #Snapshot ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fakeurlid = nil, protectweb = nil, detecttime = nil, fakeurl = nil, snapshot = nil, ip = nil, iploc = nil, heat = nil, status = nil, note = nil, fakeurlcompany = nil, fakeurlattr = nil, fakeurlname = nil, fakeurlicp = nil, fakeurlcreatetime = nil, fakeurlexpiretime = nil) ⇒ FakeURLInfo
constructor
A new instance of FakeURLInfo.
Constructor Details
#initialize(fakeurlid = nil, protectweb = nil, detecttime = nil, fakeurl = nil, snapshot = nil, ip = nil, iploc = nil, heat = nil, status = nil, note = nil, fakeurlcompany = nil, fakeurlattr = nil, fakeurlname = nil, fakeurlicp = nil, fakeurlcreatetime = nil, fakeurlexpiretime = nil) ⇒ FakeURLInfo
Returns a new instance of FakeURLInfo.
1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 |
# File 'lib/v20210624/models.rb', line 1557 def initialize(fakeurlid=nil, protectweb=nil, detecttime=nil, fakeurl=nil, snapshot=nil, ip=nil, iploc=nil, heat=nil, status=nil, note=nil, fakeurlcompany=nil, fakeurlattr=nil, fakeurlname=nil, fakeurlicp=nil, fakeurlcreatetime=nil, fakeurlexpiretime=nil) @FakeURLId = fakeurlid @ProtectWeb = protectweb @DetectTime = detecttime @FakeURL = fakeurl @Snapshot = snapshot @IP = ip @IPLoc = iploc @Heat = heat @Status = status @Note = note @FakeURLCompany = fakeurlcompany @FakeURLAttr = fakeurlattr @FakeURLName = fakeurlname @FakeURLICP = fakeurlicp @FakeURLCreateTime = fakeurlcreatetime @FakeURLExpireTime = fakeurlexpiretime end |
Instance Attribute Details
#DetectTime ⇒ Object
1555 1556 1557 |
# File 'lib/v20210624/models.rb', line 1555 def DetectTime @DetectTime end |
#FakeURL ⇒ Object
1555 1556 1557 |
# File 'lib/v20210624/models.rb', line 1555 def FakeURL @FakeURL end |
#FakeURLAttr ⇒ Object
1555 1556 1557 |
# File 'lib/v20210624/models.rb', line 1555 def FakeURLAttr @FakeURLAttr end |
#FakeURLCompany ⇒ Object
1555 1556 1557 |
# File 'lib/v20210624/models.rb', line 1555 def FakeURLCompany @FakeURLCompany end |
#FakeURLCreateTime ⇒ Object
1555 1556 1557 |
# File 'lib/v20210624/models.rb', line 1555 def FakeURLCreateTime @FakeURLCreateTime end |
#FakeURLExpireTime ⇒ Object
1555 1556 1557 |
# File 'lib/v20210624/models.rb', line 1555 def FakeURLExpireTime @FakeURLExpireTime end |
#FakeURLICP ⇒ Object
1555 1556 1557 |
# File 'lib/v20210624/models.rb', line 1555 def FakeURLICP @FakeURLICP end |
#FakeURLId ⇒ Object
1555 1556 1557 |
# File 'lib/v20210624/models.rb', line 1555 def FakeURLId @FakeURLId end |
#FakeURLName ⇒ Object
1555 1556 1557 |
# File 'lib/v20210624/models.rb', line 1555 def FakeURLName @FakeURLName end |
#Heat ⇒ Object
1555 1556 1557 |
# File 'lib/v20210624/models.rb', line 1555 def Heat @Heat end |
#IP ⇒ Object
1555 1556 1557 |
# File 'lib/v20210624/models.rb', line 1555 def IP @IP end |
#IPLoc ⇒ Object
1555 1556 1557 |
# File 'lib/v20210624/models.rb', line 1555 def IPLoc @IPLoc end |
#Note ⇒ Object
1555 1556 1557 |
# File 'lib/v20210624/models.rb', line 1555 def Note @Note end |
#ProtectWeb ⇒ Object
1555 1556 1557 |
# File 'lib/v20210624/models.rb', line 1555 def ProtectWeb @ProtectWeb end |
#Snapshot ⇒ Object
1555 1556 1557 |
# File 'lib/v20210624/models.rb', line 1555 def Snapshot @Snapshot end |
#Status ⇒ Object
1555 1556 1557 |
# File 'lib/v20210624/models.rb', line 1555 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 |
# File 'lib/v20210624/models.rb', line 1576 def deserialize(params) @FakeURLId = params['FakeURLId'] @ProtectWeb = params['ProtectWeb'] @DetectTime = params['DetectTime'] @FakeURL = params['FakeURL'] @Snapshot = params['Snapshot'] @IP = params['IP'] @IPLoc = params['IPLoc'] @Heat = params['Heat'] @Status = params['Status'] @Note = params['Note'] @FakeURLCompany = params['FakeURLCompany'] @FakeURLAttr = params['FakeURLAttr'] @FakeURLName = params['FakeURLName'] @FakeURLICP = params['FakeURLICP'] @FakeURLCreateTime = params['FakeURLCreateTime'] @FakeURLExpireTime = params['FakeURLExpireTime'] end |