Package com.oracle.bmc.datasafe.model
Class SensitiveTypePattern
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.datasafe.model.SensitiveType
-
- com.oracle.bmc.datasafe.model.SensitiveTypePattern
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class SensitiveTypePattern extends SensitiveTypeDetails of the sensitive type.
Note: Objects should always be created or deserialized using theSensitiveTypePattern.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 theSensitiveTypePattern.Builder, which maintain a set of all explicitly set fields calledSensitiveTypePattern.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 classSensitiveTypePattern.Builderstatic classSensitiveTypePattern.SearchTypeThe search type indicating how the column name, comment and data patterns should be used by data discovery.
-
Constructor Summary
Constructors Constructor Description SensitiveTypePattern(String id, String displayName, String compartmentId, DiscoveryLifecycleState lifecycleState, String shortName, SensitiveTypeSource source, Date timeCreated, Date timeUpdated, String description, String parentCategoryId, Boolean isCommon, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String namePattern, String commentPattern, String dataPattern, SensitiveTypePattern.SearchType searchType, String defaultMaskingFormatId)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SensitiveTypePattern.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCommentPattern()A regular expression to be used by data discovery for matching column comments.StringgetDataPattern()A regular expression to be used by data discovery for matching column data values.StringgetDefaultMaskingFormatId()The OCID of the library masking format that should be used to mask the sensitive columns associated with the sensitive type.StringgetNamePattern()A regular expression to be used by data discovery for matching column names.SensitiveTypePattern.SearchTypegetSearchType()The search type indicating how the column name, comment and data patterns should be used by data discovery.inthashCode()SensitiveTypePattern.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.datasafe.model.SensitiveType
getCompartmentId, getDefinedTags, getDescription, getDisplayName, getFreeformTags, getId, getIsCommon, getLifecycleState, getParentCategoryId, getShortName, getSource, getSystemTags, getTimeCreated, getTimeUpdated
-
-
-
-
Constructor Detail
-
SensitiveTypePattern
@Deprecated public SensitiveTypePattern(String id, String displayName, String compartmentId, DiscoveryLifecycleState lifecycleState, String shortName, SensitiveTypeSource source, Date timeCreated, Date timeUpdated, String description, String parentCategoryId, Boolean isCommon, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String namePattern, String commentPattern, String dataPattern, SensitiveTypePattern.SearchType searchType, String defaultMaskingFormatId)
Deprecated.
-
-
Method Detail
-
builder
public static SensitiveTypePattern.Builder builder()
Create a new builder.
-
toBuilder
public SensitiveTypePattern.Builder toBuilder()
-
getNamePattern
public String getNamePattern()
A regular expression to be used by data discovery for matching column names.- Returns:
- the value
-
getCommentPattern
public String getCommentPattern()
A regular expression to be used by data discovery for matching column comments.- Returns:
- the value
-
getDataPattern
public String getDataPattern()
A regular expression to be used by data discovery for matching column data values.- Returns:
- the value
-
getSearchType
public SensitiveTypePattern.SearchType getSearchType()
The search type indicating how the column name, comment and data patterns should be used by data discovery.- Returns:
- the value
-
getDefaultMaskingFormatId
public String getDefaultMaskingFormatId()
The OCID of the library masking format that should be used to mask the sensitive columns associated with the sensitive type.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin classSensitiveType
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toStringin classSensitiveType- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classSensitiveType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSensitiveType
-
-