Class NodeDescription
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.NodeDescription
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class NodeDescription extends com.ibm.cloud.sdk.core.service.model.GenericModel
NodeDescription.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodeDescription.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeDescription.Builder
newBuilder()
New builder.java.lang.String
nodeType()
Gets the nodeType.java.lang.Long
quantity()
Gets the quantity.
-
-
-
Method Detail
-
newBuilder
public NodeDescription.Builder newBuilder()
New builder.- Returns:
- a NodeDescription builder
-
nodeType
public java.lang.String nodeType()
Gets the nodeType. Node type.- Returns:
- the nodeType
-
quantity
public java.lang.Long quantity()
Gets the quantity. Quantity.- Returns:
- the quantity
-
-