public class TopostoreNode extends Object implements Serializable
| Constructor and Description |
|---|
TopostoreNode() |
TopostoreNode(String nodeId,
String nodeType) |
TopostoreNode(String nodeId,
String nodeType,
String property) |
TopostoreNode(String nodeId,
String nodeType,
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() |
long |
getLastModifyTime() |
String |
getNodeId() |
String |
getNodeType() |
String |
getProperty() |
int |
hashCode() |
void |
setCreateTime(long createTime) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setLastModifyTime(long lastModifyTime) |
void |
setNodeId(String nodeId) |
void |
setNodeType(String nodeType) |
void |
setProperty(Map<String,String> properties) |
void |
setProperty(String property) |
com.alibaba.fastjson.JSONObject |
ToJsonObject() |
String |
ToJsonString() |
public TopostoreNode(String nodeId, String nodeType, String property, String description)
public TopostoreNode()
public void setCreateTime(long createTime)
public void setLastModifyTime(long lastModifyTime)
public long getCreateTime()
public long getLastModifyTime()
public String getNodeId()
public void setNodeId(String nodeId)
public String getNodeType()
public void setNodeType(String nodeType)
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.