Class OracleRMStack
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.apmsynthetics.model.DvpStackDetails
-
- com.oracle.bmc.apmsynthetics.model.OracleRMStack
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class OracleRMStack extends DvpStackDetails
Details of the Oracle Resource Manager stack, which is a subtype of the Dedicated Vantage Point stack.
Note: Objects should always be created or deserialized using theOracleRMStack.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 theOracleRMStack.Builder
, which maintain a set of all explicitly set fields calledOracleRMStack.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
OracleRMStack.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.apmsynthetics.model.DvpStackDetails
DvpStackDetails.DvpStackType
-
-
Constructor Summary
Constructors Constructor Description OracleRMStack(String dvpVersion, String dvpStackId, String dvpStreamId)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OracleRMStack.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getDvpStackId()
Stack OCID of the Resource Manager stack for dedicated vantage point.String
getDvpStreamId()
Stream OCID of the Resource Manager stack for dedicated vantage point.int
hashCode()
OracleRMStack.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.apmsynthetics.model.DvpStackDetails
getDvpVersion
-
-
-
-
Constructor Detail
-
OracleRMStack
@Deprecated public OracleRMStack(String dvpVersion, String dvpStackId, String dvpStreamId)
Deprecated.
-
-
Method Detail
-
builder
public static OracleRMStack.Builder builder()
Create a new builder.
-
toBuilder
public OracleRMStack.Builder toBuilder()
-
getDvpStackId
public String getDvpStackId()
Stack OCID of the Resource Manager stack for dedicated vantage point.- Returns:
- the value
-
getDvpStreamId
public String getDvpStreamId()
Stream OCID of the Resource Manager stack for dedicated vantage point.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classDvpStackDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classDvpStackDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classDvpStackDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDvpStackDetails
-
-