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 Sqlflow()
public String getCreatedBy()
public void setCreatedBy(String createdBy)
public String getCreateTime()
public void setCreateTime(String createTime)
public List<Server> getServers()
public void setServers(List<Server> servers)
public List<Error> getErrorMessages()
public void setErrorMessages(List<Error> errorMessages)
public Server appendServer(Server server)
public void appendError(Error error)
public String getPhysicalInstance()
public void setPhysicalInstance(String physicalInstance)