@Component public class MongoEnvironment extends EnvironmentItemSettings implements FlowStepComponent
| Constructor and Description |
|---|
MongoEnvironment() |
MongoEnvironment(MongoEnvironment environment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCollection() |
String |
getDatabase() |
int |
hashCode() |
void |
setCollection(String collection) |
void |
setDatabase(String database) |
getCredentialService, getId, getPassword, getUri, getUriService, getUserName, setCredentialService, setId, setPassword, setUri, setUriService, setUserNamepublic MongoEnvironment()
public MongoEnvironment(MongoEnvironment environment)
public String getDatabase()
public void setDatabase(String database)
public String getCollection()
public void setCollection(String collection)
public boolean equals(Object o)
equals in class EnvironmentItemSettingspublic int hashCode()
hashCode in class EnvironmentItemSettingsCopyright © 2022. All rights reserved.