public class TopostoreRelation extends Object implements Serializable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and 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
IllegalArgumentExceptionpublic void checkForUpsert()
throws IllegalArgumentException
IllegalArgumentExceptionpublic void checkForUpdate()
throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2025. All Rights Reserved.