Class OtherEngineDetailsBody
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.OtherEngineDetailsBody
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class OtherEngineDetailsBody extends com.ibm.cloud.sdk.core.service.model.GenericModelExternal engine details. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOtherEngineDetailsBody.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringconnectionString()Gets the connectionString.java.lang.StringengineType()Gets the engineType.OtherEngineDetailsBody.BuildernewBuilder()New builder. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public OtherEngineDetailsBody.Builder newBuilder()
New builder.- Returns:
 - a OtherEngineDetailsBody builder
 
 
- 
connectionString
public java.lang.String connectionString()
Gets the connectionString. External engine connection string.- Returns:
 - the connectionString
 
 
- 
engineType
public java.lang.String engineType()
Gets the engineType. Actual engine type.- Returns:
 - the engineType
 
 
 - 
 
 -