Class: TencentCloud::Dbbrain::V20210527::MySqlProcess
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::MySqlProcess
- Defined in:
- lib/v20210527/models.rb
Overview
关系型数据库线程
Instance Attribute Summary collapse
-
#Command ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#DB ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Host ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Info ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#SqlType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#State ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Time ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#User ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, user = nil, host = nil, db = nil, state = nil, command = nil, time = nil, info = nil, sqltype = nil) ⇒ MySqlProcess
constructor
A new instance of MySqlProcess.
Constructor Details
#initialize(id = nil, user = nil, host = nil, db = nil, state = nil, command = nil, time = nil, info = nil, sqltype = nil) ⇒ MySqlProcess
Returns a new instance of MySqlProcess.
6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 |
# File 'lib/v20210527/models.rb', line 6306 def initialize(id=nil, user=nil, host=nil, db=nil, state=nil, command=nil, time=nil, info=nil, sqltype=nil) @ID = id @User = user @Host = host @DB = db @State = state @Command = command @Time = time @Info = info @SqlType = sqltype end |
Instance Attribute Details
#Command ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6304 6305 6306 |
# File 'lib/v20210527/models.rb', line 6304 def Command @Command end |
#DB ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6304 6305 6306 |
# File 'lib/v20210527/models.rb', line 6304 def DB @DB end |
#Host ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6304 6305 6306 |
# File 'lib/v20210527/models.rb', line 6304 def Host @Host end |
#ID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6304 6305 6306 |
# File 'lib/v20210527/models.rb', line 6304 def ID @ID end |
#Info ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6304 6305 6306 |
# File 'lib/v20210527/models.rb', line 6304 def Info @Info end |
#SqlType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6304 6305 6306 |
# File 'lib/v20210527/models.rb', line 6304 def SqlType @SqlType end |
#State ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6304 6305 6306 |
# File 'lib/v20210527/models.rb', line 6304 def State @State end |
#Time ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6304 6305 6306 |
# File 'lib/v20210527/models.rb', line 6304 def Time @Time end |
#User ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6304 6305 6306 |
# File 'lib/v20210527/models.rb', line 6304 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 |
# File 'lib/v20210527/models.rb', line 6318 def deserialize(params) @ID = params['ID'] @User = params['User'] @Host = params['Host'] @DB = params['DB'] @State = params['State'] @Command = params['Command'] @Time = params['Time'] @Info = params['Info'] @SqlType = params['SqlType'] end |