Package com.oracle.bmc.datasafe.model
Class FixedNumberFormatEntry.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.FixedNumberFormatEntry.Builder
-
- Enclosing class:
- FixedNumberFormatEntry
public static class FixedNumberFormatEntry.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FixedNumberFormatEntry
build()
FixedNumberFormatEntry.Builder
copy(FixedNumberFormatEntry model)
FixedNumberFormatEntry.Builder
description(String description)
FixedNumberFormatEntry.Builder
fixedNumber(BigDecimal fixedNumber)
The constant number to be used for masking.
-
-
-
Method Detail
-
description
public FixedNumberFormatEntry.Builder description(String description)
-
fixedNumber
public FixedNumberFormatEntry.Builder fixedNumber(BigDecimal fixedNumber)
The constant number to be used for masking.- Parameters:
fixedNumber
- the value to set- Returns:
- this builder
-
build
public FixedNumberFormatEntry build()
-
copy
public FixedNumberFormatEntry.Builder copy(FixedNumberFormatEntry model)
-
-