Class: TencentCloud::Youmall::V20180228::NetworkAndShopInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::NetworkAndShopInfo
- Defined in:
- lib/v20180228/models.rb
Overview
网络状态
Instance Attribute Summary collapse
- #AvgRtt ⇒ Object
- #City ⇒ Object
- #CompanyId ⇒ Object
- #Download ⇒ Object
- #Loss ⇒ Object
- #Mac ⇒ Object
- #MaxRtt ⇒ Object
- #MdevRtt ⇒ Object
- #MinRtt ⇒ Object
- #Province ⇒ Object
- #ShopId ⇒ Object
- #ShopName ⇒ Object
- #UpdateTime ⇒ Object
- #Upload ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(companyid = nil, shopid = nil, province = nil, city = nil, shopname = nil, upload = nil, download = nil, minrtt = nil, avgrtt = nil, maxrtt = nil, mdevrtt = nil, loss = nil, updatetime = nil, mac = nil) ⇒ NetworkAndShopInfo
constructor
A new instance of NetworkAndShopInfo.
Constructor Details
#initialize(companyid = nil, shopid = nil, province = nil, city = nil, shopname = nil, upload = nil, download = nil, minrtt = nil, avgrtt = nil, maxrtt = nil, mdevrtt = nil, loss = nil, updatetime = nil, mac = nil) ⇒ NetworkAndShopInfo
Returns a new instance of NetworkAndShopInfo.
2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 |
# File 'lib/v20180228/models.rb', line 2216 def initialize(companyid=nil, shopid=nil, province=nil, city=nil, shopname=nil, upload=nil, download=nil, minrtt=nil, avgrtt=nil, maxrtt=nil, mdevrtt=nil, loss=nil, updatetime=nil, mac=nil) @CompanyId = companyid @ShopId = shopid @Province = province @City = city @ShopName = shopname @Upload = upload @Download = download @MinRtt = minrtt @AvgRtt = avgrtt @MaxRtt = maxrtt @MdevRtt = mdevrtt @Loss = loss @UpdateTime = updatetime @Mac = mac end |
Instance Attribute Details
#AvgRtt ⇒ Object
2214 2215 2216 |
# File 'lib/v20180228/models.rb', line 2214 def AvgRtt @AvgRtt end |
#City ⇒ Object
2214 2215 2216 |
# File 'lib/v20180228/models.rb', line 2214 def City @City end |
#CompanyId ⇒ Object
2214 2215 2216 |
# File 'lib/v20180228/models.rb', line 2214 def CompanyId @CompanyId end |
#Download ⇒ Object
2214 2215 2216 |
# File 'lib/v20180228/models.rb', line 2214 def Download @Download end |
#Loss ⇒ Object
2214 2215 2216 |
# File 'lib/v20180228/models.rb', line 2214 def Loss @Loss end |
#Mac ⇒ Object
2214 2215 2216 |
# File 'lib/v20180228/models.rb', line 2214 def Mac @Mac end |
#MaxRtt ⇒ Object
2214 2215 2216 |
# File 'lib/v20180228/models.rb', line 2214 def MaxRtt @MaxRtt end |
#MdevRtt ⇒ Object
2214 2215 2216 |
# File 'lib/v20180228/models.rb', line 2214 def MdevRtt @MdevRtt end |
#MinRtt ⇒ Object
2214 2215 2216 |
# File 'lib/v20180228/models.rb', line 2214 def MinRtt @MinRtt end |
#Province ⇒ Object
2214 2215 2216 |
# File 'lib/v20180228/models.rb', line 2214 def Province @Province end |
#ShopId ⇒ Object
2214 2215 2216 |
# File 'lib/v20180228/models.rb', line 2214 def ShopId @ShopId end |
#ShopName ⇒ Object
2214 2215 2216 |
# File 'lib/v20180228/models.rb', line 2214 def ShopName @ShopName end |
#UpdateTime ⇒ Object
2214 2215 2216 |
# File 'lib/v20180228/models.rb', line 2214 def UpdateTime @UpdateTime end |
#Upload ⇒ Object
2214 2215 2216 |
# File 'lib/v20180228/models.rb', line 2214 def Upload @Upload end |
Instance Method Details
#deserialize(params) ⇒ Object
2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 |
# File 'lib/v20180228/models.rb', line 2233 def deserialize(params) @CompanyId = params['CompanyId'] @ShopId = params['ShopId'] @Province = params['Province'] @City = params['City'] @ShopName = params['ShopName'] @Upload = params['Upload'] @Download = params['Download'] @MinRtt = params['MinRtt'] @AvgRtt = params['AvgRtt'] @MaxRtt = params['MaxRtt'] @MdevRtt = params['MdevRtt'] @Loss = params['Loss'] @UpdateTime = params['UpdateTime'] @Mac = params['Mac'] end |