Class PrestissimoEnginePropertiesGlobal
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.PrestissimoEnginePropertiesGlobal
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrestissimoEnginePropertiesGlobal extends com.ibm.cloud.sdk.core.service.model.GenericModel
Global session is to accomodate all the custom properties that can be applicable for both coordinator and worker.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PrestissimoEnginePropertiesGlobal.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
globalProperty()
Gets the globalProperty.PrestissimoEnginePropertiesGlobal.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public PrestissimoEnginePropertiesGlobal.Builder newBuilder()
New builder.- Returns:
- a PrestissimoEnginePropertiesGlobal builder
-
globalProperty
public java.lang.String globalProperty()
Gets the globalProperty. Global property settings.- Returns:
- the globalProperty
-
-