public class Topostore extends Object implements Serializable
| Constructor and Description |
|---|
Topostore() |
Topostore(String name) |
Topostore(String name,
String tag) |
Topostore(String name,
String tag,
String schema,
String acl,
String description,
String extInfo) |
| Modifier and Type | Method and Description |
|---|---|
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
IllegalArgumentExceptionpublic void checkForUpsert()
throws IllegalArgumentException
IllegalArgumentExceptionpublic void checkForUpdate()
throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2025. All Rights Reserved.