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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FixedNumberFormatEntrybuild()FixedNumberFormatEntry.Buildercopy(FixedNumberFormatEntry model)FixedNumberFormatEntry.Builderdescription(String description)FixedNumberFormatEntry.BuilderfixedNumber(BigDecimal fixedNumber)The constant number to be used for masking.
 
- 
- 
- 
Method Detail- 
descriptionpublic FixedNumberFormatEntry.Builder description(String description) 
 - 
fixedNumberpublic FixedNumberFormatEntry.Builder fixedNumber(BigDecimal fixedNumber) The constant number to be used for masking.- Parameters:
- fixedNumber- the value to set
- Returns:
- this builder
 
 - 
buildpublic FixedNumberFormatEntry build() 
 - 
copypublic FixedNumberFormatEntry.Builder copy(FixedNumberFormatEntry model) 
 
- 
 
-