public class Topostore extends Object implements Serializable
| 构造器和说明 |
|---|
Topostore() |
Topostore(String name) |
Topostore(String name,
String tag) |
Topostore(String name,
String tag,
String schema,
String acl,
String description,
String extInfo) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
checkForCreate() |
void |
checkForUpdate() |
void |
checkForUpsert() |
void |
FromJsonObject(com.alibaba.fastjson.JSONObject dict) |
void |
FromJsonString(String content) |
String |
getAcl() |
long |
getCreateTime() |
String |
getDescription() |
String |
getExtInfo() |
long |
getLastModifyTime() |
String |
getName() |
String |
getSchema() |
String |
getTag() |
void |
setAcl(String acl) |
void |
setDescription(String description) |
void |
setExtInfo(String extInfo) |
void |
setName(String name) |
void |
setSchema(String schema) |
void |
setTag(Map<String,String> tag) |
void |
setTag(String tag) |
com.alibaba.fastjson.JSONObject |
ToJsonObject() |
String |
ToJsonString() |
public Topostore(String name, String tag, String schema, String acl, String description, String extInfo)
public Topostore(String name)
public Topostore()
public long getCreateTime()
public long getLastModifyTime()
public String getName()
public void setName(String name)
public String getTag()
public void setTag(String tag)
public String getSchema()
public void setSchema(String schema)
public String getAcl()
public void setAcl(String acl)
public String getDescription()
public void setDescription(String description)
public String getExtInfo()
public void setExtInfo(String extInfo)
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.