Package com.oracle.bmc.fusionapps.model
Class EnvironmentRole
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.fusionapps.model.EnvironmentRole
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20211201") public final class EnvironmentRole extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelDescribes the role of the FA Environment.
 Note: Objects should always be created or deserialized using theEnvironmentRole.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 theEnvironmentRole.Builder, which maintain a set of all explicitly set fields calledEnvironmentRole.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 SummaryNested Classes Modifier and Type Class Description static classEnvironmentRole.Builderstatic classEnvironmentRole.CurrentRoleThe current role of the environment
 - 
Constructor SummaryConstructors Constructor Description EnvironmentRole(EnvironmentRole.CurrentRole currentRole, String standbyEnvironmentRegion, String standbyEnvironmentId)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EnvironmentRole.Builderbuilder()Create a new builder.booleanequals(Object o)EnvironmentRole.CurrentRolegetCurrentRole()The current role of the environmentStringgetStandbyEnvironmentId()Fusion Environment ID of the standby environmentStringgetStandbyEnvironmentRegion()Region the standby environment is ininthashCode()EnvironmentRole.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
EnvironmentRole@Deprecated @ConstructorProperties({"currentRole","standbyEnvironmentRegion","standbyEnvironmentId"}) public EnvironmentRole(EnvironmentRole.CurrentRole currentRole, String standbyEnvironmentRegion, String standbyEnvironmentId) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static EnvironmentRole.Builder builder() Create a new builder.
 - 
toBuilderpublic EnvironmentRole.Builder toBuilder() 
 - 
getCurrentRolepublic EnvironmentRole.CurrentRole getCurrentRole() The current role of the environment- Returns:
- the value
 
 - 
getStandbyEnvironmentRegionpublic String getStandbyEnvironmentRegion() Region the standby environment is in- Returns:
- the value
 
 - 
getStandbyEnvironmentIdpublic String getStandbyEnvironmentId() Fusion Environment ID of the standby environment- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-