@Generated public class CreateConnection extends Object
| Constructor and Description |
|---|
CreateConnection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getComment() |
ConnectionType |
getConnectionType() |
EnvironmentSettings |
getEnvironmentSettings() |
String |
getName() |
Map<String,String> |
getOptions() |
String |
getParent() |
Map<String,String> |
getProperties() |
Boolean |
getReadOnly() |
int |
hashCode() |
CreateConnection |
setComment(String comment) |
CreateConnection |
setConnectionType(ConnectionType connectionType) |
CreateConnection |
setEnvironmentSettings(EnvironmentSettings environmentSettings) |
CreateConnection |
setName(String name) |
CreateConnection |
setOptions(Map<String,String> options) |
CreateConnection |
setParent(String parent) |
CreateConnection |
setProperties(Map<String,String> properties) |
CreateConnection |
setReadOnly(Boolean readOnly) |
String |
toString() |
public CreateConnection setComment(String comment)
public String getComment()
public CreateConnection setConnectionType(ConnectionType connectionType)
public ConnectionType getConnectionType()
public CreateConnection setEnvironmentSettings(EnvironmentSettings environmentSettings)
public EnvironmentSettings getEnvironmentSettings()
public CreateConnection setName(String name)
public String getName()
public CreateConnection setOptions(Map<String,String> options)
public CreateConnection setParent(String parent)
public String getParent()
public CreateConnection setProperties(Map<String,String> properties)
public CreateConnection setReadOnly(Boolean readOnly)
public Boolean getReadOnly()
Copyright © 2026. All rights reserved.