Package com.oracle.bmc.datascience.model
Class NodeGroupDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.datascience.model.NodeGroupDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20190101") public final class NodeGroupDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Details of Node Group
Note: Objects should always be created or deserialized using theNodeGroupDetails.Builder
.This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the
NodeGroupDetails.Builder
, which maintain a set of all explicitly set fields calledNodeGroupDetails.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodeGroupDetails.Builder
-
Constructor Summary
Constructors Constructor Description NodeGroupDetails(String name, NodeGroupLifecycleState lifecycleState, String lifecycleDetails)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeGroupDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getLifecycleDetails()
The state details of the node group.NodeGroupLifecycleState
getLifecycleState()
The state of the node group.String
getName()
node group name.int
hashCode()
NodeGroupDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
NodeGroupDetails
@Deprecated @ConstructorProperties({"name","lifecycleState","lifecycleDetails"}) public NodeGroupDetails(String name, NodeGroupLifecycleState lifecycleState, String lifecycleDetails)
Deprecated.
-
-
Method Detail
-
builder
public static NodeGroupDetails.Builder builder()
Create a new builder.
-
toBuilder
public NodeGroupDetails.Builder toBuilder()
-
getName
public String getName()
node group name.- Returns:
- the value
-
getLifecycleState
public NodeGroupLifecycleState getLifecycleState()
The state of the node group.- Returns:
- the value
-
getLifecycleDetails
public String getLifecycleDetails()
The state details of the node group.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-