Package com.oracle.bmc.datasafe.model
Class SecurityPolicyEntryState
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.datasafe.model.SecurityPolicyEntryState
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class SecurityPolicyEntryState extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe resource represents the state of a specific entry type deployment on a target.
 Note: Objects should always be created or deserialized using theSecurityPolicyEntryState.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 theSecurityPolicyEntryState.Builder, which maintain a set of all explicitly set fields calledSecurityPolicyEntryState.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 classSecurityPolicyEntryState.Builderstatic classSecurityPolicyEntryState.EntryTypeThe security policy entry type.
 - 
Constructor SummaryConstructors Constructor Description SecurityPolicyEntryState(String id, String securityPolicyEntryId, String securityPolicyDeploymentId, String targetId, SecurityPolicyEntryState.EntryType entryType, String deploymentStatusDetails, SecurityPolicyEntryStateDeploymentStatus deploymentStatus, EntryDetails entryDetails)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SecurityPolicyEntryState.Builderbuilder()Create a new builder.booleanequals(Object o)SecurityPolicyEntryStateDeploymentStatusgetDeploymentStatus()The current deployment status of the security policy deployment and the security policy entry associated.StringgetDeploymentStatusDetails()Details about the current deployment status.EntryDetailsgetEntryDetails()SecurityPolicyEntryState.EntryTypegetEntryType()The security policy entry type.StringgetId()Unique id of the security policy entry state.StringgetSecurityPolicyDeploymentId()The OCID of the security policy deployment associated.StringgetSecurityPolicyEntryId()The OCID of the security policy entry type associated.StringgetTargetId()The OCID of the target on which the security policy is deployed.inthashCode()SecurityPolicyEntryState.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
SecurityPolicyEntryState@Deprecated @ConstructorProperties({"id","securityPolicyEntryId","securityPolicyDeploymentId","targetId","entryType","deploymentStatusDetails","deploymentStatus","entryDetails"}) public SecurityPolicyEntryState(String id, String securityPolicyEntryId, String securityPolicyDeploymentId, String targetId, SecurityPolicyEntryState.EntryType entryType, String deploymentStatusDetails, SecurityPolicyEntryStateDeploymentStatus deploymentStatus, EntryDetails entryDetails) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static SecurityPolicyEntryState.Builder builder() Create a new builder.
 - 
toBuilderpublic SecurityPolicyEntryState.Builder toBuilder() 
 - 
getIdpublic String getId() Unique id of the security policy entry state.- Returns:
- the value
 
 - 
getSecurityPolicyEntryIdpublic String getSecurityPolicyEntryId() The OCID of the security policy entry type associated.- Returns:
- the value
 
 - 
getSecurityPolicyDeploymentIdpublic String getSecurityPolicyDeploymentId() The OCID of the security policy deployment associated.- Returns:
- the value
 
 - 
getTargetIdpublic String getTargetId() The OCID of the target on which the security policy is deployed.- Returns:
- the value
 
 - 
getEntryTypepublic SecurityPolicyEntryState.EntryType getEntryType() The security policy entry type.Allowed values: - FIREWALL_POLICY - The SQL Firewall policy entry type. - AUDIT_POLICY - The audit policy entry type. - CONFIG - Config changes deployment. - Returns:
- the value
 
 - 
getDeploymentStatusDetailspublic String getDeploymentStatusDetails() Details about the current deployment status.- Returns:
- the value
 
 - 
getDeploymentStatuspublic SecurityPolicyEntryStateDeploymentStatus getDeploymentStatus() The current deployment status of the security policy deployment and the security policy entry associated.- Returns:
- the value
 
 - 
getEntryDetailspublic EntryDetails getEntryDetails() 
 - 
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
 
 
- 
 
-