public class IncidentVertexInfo extends AbstractModel
header, skipSign
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
|
String |
getTableName()
Get 事件所在表名
|
VertexInfo[] |
getVertex()
Get 节点信息列表,数组项中包含节点详细信息
|
Long |
getVertexCount()
Get 节点总个数
|
void |
setIncidentId(String IncidentId)
Set 事件id
|
void |
setTableName(String TableName)
Set 事件所在表名
|
void |
setVertex(VertexInfo[] Vertex)
Set 节点信息列表,数组项中包含节点详细信息
|
void |
setVertexCount(Long VertexCount)
Set 节点总个数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public IncidentVertexInfo()
public IncidentVertexInfo(IncidentVertexInfo source)
public String getIncidentId()
public void setIncidentId(String IncidentId)
IncidentId
- 事件idpublic String getTableName()
public void setTableName(String TableName)
TableName
- 事件所在表名public VertexInfo[] getVertex()
public void setVertex(VertexInfo[] Vertex)
Vertex
- 节点信息列表,数组项中包含节点详细信息public Long getVertexCount()
public void setVertexCount(Long VertexCount)
VertexCount
- 节点总个数Copyright © 2025. All rights reserved.