public class TopostoreRelation extends Object implements Serializable
| 构造器和说明 |
|---|
TopostoreRelation() |
TopostoreRelation(String relationId,
String relationType,
String srcNodeId,
String dstNodeId) |
TopostoreRelation(String relationId,
String relationType,
String srcNodeId,
String dstNodeId,
String property) |
TopostoreRelation(String relationId,
String relationType,
String srcNodeId,
String dstNodeId,
String property,
String description) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
checkForCreate() |
void |
checkForUpdate() |
void |
checkForUpsert() |
boolean |
equals(Object o) |
void |
FromJsonObject(com.alibaba.fastjson.JSONObject dict) |
void |
FromJsonString(String content) |
long |
getCreateTime() |
String |
getDescription() |
String |
getDisplayName() |
String |
getDstNodeId() |
long |
getLastModifyTime() |
String |
getProperty() |
String |
getRelationId() |
String |
getRelationType() |
String |
getSrcNodeId() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setDstNodeId(String dstNodeId) |
void |
setProperty(Map<String,String> properties) |
void |
setProperty(String property) |
void |
setRelationId(String relationId) |
void |
setRelationType(String relationType) |
void |
setSrcNodeId(String srcNodeId) |
com.alibaba.fastjson.JSONObject |
ToJsonObject() |
String |
ToJsonString() |
public TopostoreRelation(String relationId, String relationType, String srcNodeId, String dstNodeId)
public TopostoreRelation(String relationId, String relationType, String srcNodeId, String dstNodeId, String property)
public TopostoreRelation(String relationId, String relationType, String srcNodeId, String dstNodeId, String property, String description)
public TopostoreRelation()
public long getCreateTime()
public long getLastModifyTime()
public String getRelationId()
public void setRelationId(String relationId)
public String getSrcNodeId()
public void setSrcNodeId(String srcNodeId)
public String getDstNodeId()
public void setDstNodeId(String dstNodeId)
public String getRelationType()
public void setRelationType(String relationType)
public String getProperty()
public void setProperty(String property)
public String getDescription()
public void setDescription(String description)
public String getDisplayName()
public void setDisplayName(String displayName)
public com.alibaba.fastjson.JSONObject ToJsonObject()
throws LogException
LogExceptionpublic String ToJsonString() throws LogException
LogExceptionpublic void FromJsonObject(com.alibaba.fastjson.JSONObject dict)
throws LogException
LogExceptionpublic void FromJsonString(String content) throws LogException
LogExceptionpublic void checkForCreate()
throws IllegalArgumentException
public void checkForUpsert()
throws IllegalArgumentException
public void checkForUpdate()
throws IllegalArgumentException
Copyright © 2026. All Rights Reserved.