Package com.oracle.bmc.cloudguard.model
Class SecurityZoneTargetDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.cloudguard.model.TargetDetails
- 
- com.oracle.bmc.cloudguard.model.SecurityZoneTargetDetails
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200131") public final class SecurityZoneTargetDetails extends TargetDetailsTarget details for a security zone target.
 Note: Objects should always be created or deserialized using theSecurityZoneTargetDetails.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 theSecurityZoneTargetDetails.Builder, which maintain a set of all explicitly set fields calledSecurityZoneTargetDetails.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 classSecurityZoneTargetDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description SecurityZoneTargetDetails(String securityZoneId, String securityZoneDisplayName, List<SecurityRecipe> targetSecurityZoneRecipes)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SecurityZoneTargetDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetSecurityZoneDisplayName()The name of the security zone to associate with this compartment.StringgetSecurityZoneId()The OCID of the security zone to associate with this compartmentList<SecurityRecipe>getTargetSecurityZoneRecipes()The list of security zone recipes to associate with this compartmentinthashCode()SecurityZoneTargetDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
SecurityZoneTargetDetails@Deprecated public SecurityZoneTargetDetails(String securityZoneId, String securityZoneDisplayName, List<SecurityRecipe> targetSecurityZoneRecipes) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static SecurityZoneTargetDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic SecurityZoneTargetDetails.Builder toBuilder() 
 - 
getSecurityZoneIdpublic String getSecurityZoneId() The OCID of the security zone to associate with this compartment- Returns:
- the value
 
 - 
getSecurityZoneDisplayNamepublic String getSecurityZoneDisplayName() The name of the security zone to associate with this compartment.- Returns:
- the value
 
 - 
getTargetSecurityZoneRecipespublic List<SecurityRecipe> getTargetSecurityZoneRecipes() The list of security zone recipes to associate with this compartment- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- TargetDetails
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- TargetDetails
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- TargetDetails
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- TargetDetails
 
 
- 
 
-