Package com.oracle.bmc.datasafe.model
Class UpdateSensitiveTypePatternDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.datasafe.model.UpdateSensitiveTypeDetails
-
- com.oracle.bmc.datasafe.model.UpdateSensitiveTypePatternDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class UpdateSensitiveTypePatternDetails extends UpdateSensitiveTypeDetails
Details to update a sensitive type with regular expressions.
Note: Objects should always be created or deserialized using theUpdateSensitiveTypePatternDetails.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 theUpdateSensitiveTypePatternDetails.Builder
, which maintain a set of all explicitly set fields calledUpdateSensitiveTypePatternDetails.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
UpdateSensitiveTypePatternDetails.Builder
-
Constructor Summary
Constructors Constructor Description UpdateSensitiveTypePatternDetails(String displayName, String shortName, String description, String parentCategoryId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, 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 UpdateSensitiveTypePatternDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getCommentPattern()
A regular expression to be used by data discovery for matching column comments.String
getDataPattern()
A regular expression to be used by data discovery for matching column data values.String
getDefaultMaskingFormatId()
The OCID of the library masking format that should be used to mask the sensitive columns associated with the sensitive type.String
getNamePattern()
A regular expression to be used by data discovery for matching column names.SensitiveTypePattern.SearchType
getSearchType()
The search type indicating how the column name, comment and data patterns should be used by data discovery.int
hashCode()
UpdateSensitiveTypePatternDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.datasafe.model.UpdateSensitiveTypeDetails
getDefinedTags, getDescription, getDisplayName, getFreeformTags, getParentCategoryId, getShortName
-
-
-
-
Constructor Detail
-
UpdateSensitiveTypePatternDetails
@Deprecated public UpdateSensitiveTypePatternDetails(String displayName, String shortName, String description, String parentCategoryId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String namePattern, String commentPattern, String dataPattern, SensitiveTypePattern.SearchType searchType, String defaultMaskingFormatId)
Deprecated.
-
-
Method Detail
-
builder
public static UpdateSensitiveTypePatternDetails.Builder builder()
Create a new builder.
-
toBuilder
public UpdateSensitiveTypePatternDetails.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:
toString
in classUpdateSensitiveTypeDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classUpdateSensitiveTypeDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classUpdateSensitiveTypeDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classUpdateSensitiveTypeDetails
-
-