public class SqlInstance extends Object
| Constructor and Description |
|---|
SqlInstance() |
SqlInstance(String name,
int cu,
boolean useAsDefault,
int createTime,
int updateTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromJson(com.alibaba.fastjson.JSONObject object) |
int |
getCreateTime() |
int |
getCu() |
String |
getName() |
int |
getUpdateTime() |
boolean |
isUseAsDefault() |
public SqlInstance(String name, int cu, boolean useAsDefault, int createTime, int updateTime)
public SqlInstance()
public int getCu()
public int getCreateTime()
public int getUpdateTime()
public boolean isUseAsDefault()
public void fromJson(com.alibaba.fastjson.JSONObject object)
throws LogException
LogExceptionpublic String getName()
Copyright © 2025. All Rights Reserved.