Class UDFFormatEntry
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.datasafe.model.FormatEntry
- 
- com.oracle.bmc.datasafe.model.UDFFormatEntry
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class UDFFormatEntry extends FormatEntryThe User Defined Function masking format lets you define your own logic to mask column data.The return value of the user-defined function is used to replace the original values. The user-defined function has a fixed signature and is a PL/SQL function that can be invoked in a SELECT statement. To learn more, check User Defined Function in the Data Safe documentation. 
 Note: Objects should always be created or deserialized using theUDFFormatEntry.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 theUDFFormatEntry.Builder, which maintain a set of all explicitly set fields calledUDFFormatEntry.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 classUDFFormatEntry.Builder
 - 
Constructor SummaryConstructors Constructor Description UDFFormatEntry(String description, String userDefinedFunction)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UDFFormatEntry.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetUserDefinedFunction()The user-defined function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format.inthashCode()UDFFormatEntry.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.datasafe.model.FormatEntrygetDescription
 
- 
 
- 
- 
- 
Constructor Detail- 
UDFFormatEntry@Deprecated public UDFFormatEntry(String description, String userDefinedFunction) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static UDFFormatEntry.Builder builder() Create a new builder.
 - 
toBuilderpublic UDFFormatEntry.Builder toBuilder() 
 - 
getUserDefinedFunctionpublic String getUserDefinedFunction() The user-defined function in SCHEMA_NAME.PACKAGE_NAME.FUNCTION_NAME format.It can be a standalone or packaged function, so PACKAGE_NAME is optional. - Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- FormatEntry
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- FormatEntry
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- FormatEntry
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- FormatEntry
 
 
- 
 
-