@Generated(value="org.jsonschema2pojo") public class AddJdbcDriverRequest extends AuthMessage
| Constructor and Description |
|---|
AddJdbcDriverRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDriverJarName()
The name of the jar file that should be used when storing the binary data to in the module directory on the server.
|
String |
getDriverName()
(Required)
|
String |
getModuleName()
The name of the JBoss Module to create or use, such as "org.example.jdbc.driver"
(Required)
|
String |
getResourcePath()
The inventory path to the resource that is to deploy the application
(Required)
|
void |
setDriverJarName(String driverJarName)
The name of the jar file that should be used when storing the binary data to in the module directory on the server.
|
void |
setDriverName(String driverName)
(Required)
|
void |
setModuleName(String moduleName)
The name of the JBoss Module to create or use, such as "org.example.jdbc.driver"
(Required)
|
void |
setResourcePath(String resourcePath)
The inventory path to the resource that is to deploy the application
(Required)
|
getAuthentication, setAuthenticationpublic String getResourcePath()
public void setResourcePath(String resourcePath)
resourcePath - The resourcePathpublic String getDriverName()
public void setDriverName(String driverName)
driverName - The driverNamepublic String getModuleName()
public void setModuleName(String moduleName)
moduleName - The moduleNamepublic String getDriverJarName()
public void setDriverJarName(String driverJarName)
driverJarName - The driverJarNameCopyright © 2015 Red Hat. All rights reserved.