public class Resource extends Object implements Serializable
| 构造器和说明 |
|---|
Resource() |
Resource(String name,
String type) |
Resource(String name,
String type,
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 |
getType() |
void |
setAcl(String acl) |
void |
setDescription(String description) |
void |
setExtInfo(String extInfo) |
void |
setName(String name) |
void |
setSchema(String schema) |
void |
setType(String type) |
com.alibaba.fastjson.JSONObject |
ToJsonObject() |
String |
ToJsonString() |
public Resource(String name, String type, String schema, String acl, String description, String extInfo)
public Resource()
public long getCreateTime()
public long getLastModifyTime()
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
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.