Class PrestissimoEnginePatch
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.PrestissimoEnginePatch
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PrestissimoEnginePatch extends com.ibm.cloud.sdk.core.service.model.GenericModelUpdate prestissimo engine body.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrestissimoEnginePatch.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>asPatch()Construct a JSON merge-patch from the PrestissimoEnginePatch.java.lang.Stringdescription()Gets the description.java.lang.StringdisplayName()Gets the displayName.PrestissimoEnginePatch.BuildernewBuilder()New builder.RemovePrestissimoEnginePropertiesremoveEngineProperties()Gets the removeEngineProperties.java.lang.StringrestartType()Gets the restartType.java.util.List<java.lang.String>tags()Gets the tags.PrestissimoEnginePropertiesxProperties()Gets the xProperties.
-
-
-
Method Detail
-
newBuilder
public PrestissimoEnginePatch.Builder newBuilder()
New builder.- Returns:
- a PrestissimoEnginePatch builder
-
description
public java.lang.String description()
Gets the description. Modified description.- Returns:
- the description
-
displayName
public java.lang.String displayName()
Gets the displayName. Engine display name.- Returns:
- the displayName
-
xProperties
public PrestissimoEngineProperties xProperties()
Gets the xProperties. Engine properties.- Returns:
- the xProperties
-
removeEngineProperties
public RemovePrestissimoEngineProperties removeEngineProperties()
Gets the removeEngineProperties. RemoveEngine properties.- Returns:
- the removeEngineProperties
-
restartType
public java.lang.String restartType()
Gets the restartType. engine will restart accordingily.- Returns:
- the restartType
-
tags
public java.util.List<java.lang.String> tags()
Gets the tags. Tags.- Returns:
- the tags
-
asPatch
public java.util.Map<java.lang.String,java.lang.Object> asPatch()
Construct a JSON merge-patch from the PrestissimoEnginePatch. Note that properties of the PrestissimoEnginePatch with null values are not represented in the constructed JSON merge-patch object, but can be explicitly set afterward to signify a property delete.- Returns:
- a JSON merge-patch for the PrestissimoEnginePatch
-
-