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.GenericModelGlobal 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 classPrestissimoEnginePropertiesGlobal.BuilderBuilder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringglobalProperty()Gets the globalProperty.PrestissimoEnginePropertiesGlobal.BuildernewBuilder()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
 
 
 - 
 
 -