public class ResponseElementInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
edgePropertyMap |
protected String |
elementId
元素id
|
protected String |
fromId
边id对应的起始点
|
protected String |
pk
点id对应的主键
|
protected String |
toId
边id对应的终止点
|
protected String |
type
id对应的类型名
|
Constructor and Description |
---|
ResponseElementInfo() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getEdgePropertyMap()
边属性集合
|
String |
getElementId()
元素id
|
String |
getFromId()
边id对应的起始点
|
String |
getPk()
点id对应的主键
|
String |
getToId()
边id对应的终止点
|
String |
getType()
id对应的类型名
|
void |
setEdgePropertyMap(Map<String,Object> edgePropertyMap) |
void |
setElementId(String elementId) |
void |
setFromId(String fromId) |
void |
setPk(String pk) |
void |
setToId(String toId) |
void |
setType(String type) |
String |
toString() |
protected String elementId
protected String fromId
protected String pk
protected String toId
protected String type
public String getElementId()
public String getFromId()
public String getPk()
public String getToId()
public String getType()
public void setElementId(String elementId)
public void setFromId(String fromId)
public void setPk(String pk)
public void setToId(String toId)
public void setType(String type)
Copyright © 2024. All rights reserved.