public class IncidentVertexInfo extends AbstractModel
Constructor and Description |
---|
IncidentVertexInfo() |
IncidentVertexInfo(IncidentVertexInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getIncidentId()
Get 事件id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTableName()
Get 事件所在表名
注意:此字段可能返回 null,表示取不到有效值。
|
VertexInfo[] |
getVertex()
Get 节点信息列表,数组项中包含节点详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getVertexCount()
Get 节点总个数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIncidentId(String IncidentId)
Set 事件id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTableName(String TableName)
Set 事件所在表名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVertex(VertexInfo[] Vertex)
Set 节点信息列表,数组项中包含节点详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVertexCount(Long VertexCount)
Set 节点总个数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public IncidentVertexInfo()
public IncidentVertexInfo(IncidentVertexInfo source)
public String getIncidentId()
public void setIncidentId(String IncidentId)
IncidentId
- 事件id
注意:此字段可能返回 null,表示取不到有效值。public String getTableName()
public void setTableName(String TableName)
TableName
- 事件所在表名
注意:此字段可能返回 null,表示取不到有效值。public VertexInfo[] getVertex()
public void setVertex(VertexInfo[] Vertex)
Vertex
- 节点信息列表,数组项中包含节点详细信息
注意:此字段可能返回 null,表示取不到有效值。public Long getVertexCount()
public void setVertexCount(Long VertexCount)
VertexCount
- 节点总个数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.