public class Sqlflow extends TreeNode
Constructor and Description |
---|
Sqlflow() |
Modifier and Type | Method and Description |
---|---|
void |
appendError(Error error) |
Server |
appendServer(Server server) |
String |
getCreatedBy() |
String |
getCreateTime() |
List<Error> |
getErrorMessages() |
String |
getPhysicalInstance() |
List<Server> |
getServers() |
void |
setCreatedBy(String createdBy) |
void |
setCreateTime(String createTime) |
void |
setErrorMessages(List<Error> errorMessages) |
void |
setPhysicalInstance(String physicalInstance) |
void |
setServers(List<Server> servers) |
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public String getCreateTime()
public void setCreateTime(String createTime)
public void appendError(Error error)
public String getPhysicalInstance()
public void setPhysicalInstance(String physicalInstance)
Copyright © 2023. All rights reserved.