Class EngineDetailsModel
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.EngineDetailsModel
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EngineDetailsModel extends com.ibm.cloud.sdk.core.service.model.GenericModel
Engine details as defined by the data product producer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EngineDetailsModel.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
associatedCatalogs()
Gets the associatedCatalogs.java.lang.String
displayName()
Gets the displayName.java.lang.String
engineHost()
Gets the engineHost.java.lang.String
engineId()
Gets the engineId.java.lang.String
enginePort()
Gets the enginePort.EngineDetailsModel.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public EngineDetailsModel.Builder newBuilder()
New builder.- Returns:
- a EngineDetailsModel builder
-
displayName
public java.lang.String displayName()
Gets the displayName. The name of the engine defined by the data product producer.- Returns:
- the displayName
-
engineId
public java.lang.String engineId()
Gets the engineId. The id of the engine defined by the data product producer.- Returns:
- the engineId
-
enginePort
public java.lang.String enginePort()
Gets the enginePort. The port of the engine defined by the data product producer.- Returns:
- the enginePort
-
engineHost
public java.lang.String engineHost()
Gets the engineHost. The host of the engine defined by the data product producer.- Returns:
- the engineHost
-
associatedCatalogs
public java.util.List<java.lang.String> associatedCatalogs()
Gets the associatedCatalogs. The list of associated catalogs.- Returns:
- the associatedCatalogs
-
-