Record Class Message.Format.Fixation
java.lang.Object
java.lang.Record
net.flectone.pulse.config.Message.Format.Fixation
- All Implemented Interfaces:
EnableSetting
- Enclosing class:
Message.Format
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()enable()Returns the value of theenablerecord component.endDot()Returns the value of theendDotrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of thefirstLetterUppercaserecord component.final inthashCode()Returns a hash code value for this object.Returns the value of thenonDotSymbolsrecord component.final StringtoString()Returns a string representation of this record class.withEnable(Boolean enable) withEndDot(Boolean endDot) withFirstLetterUppercase(Boolean firstLetterUppercase) withNonDotSymbols(List<String> nonDotSymbols)
-
Constructor Details
-
Fixation
public Fixation(Boolean enable, Boolean endDot, Boolean firstLetterUppercase, List<String> nonDotSymbols) Creates an instance of aFixationrecord class.- Parameters:
enable- the value for theenablerecord componentendDot- the value for theendDotrecord componentfirstLetterUppercase- the value for thefirstLetterUppercaserecord componentnonDotSymbols- the value for thenonDotSymbolsrecord component
-
-
Method Details
-
builder
-
toBuilder
-
withEnable
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withEndDot
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withFirstLetterUppercase
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withNonDotSymbols
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
enable
Returns the value of theenablerecord component.- Specified by:
enablein interfaceEnableSetting- Returns:
- the value of the
enablerecord component
-
endDot
Returns the value of theendDotrecord component.- Returns:
- the value of the
endDotrecord component
-
firstLetterUppercase
Returns the value of thefirstLetterUppercaserecord component.- Returns:
- the value of the
firstLetterUppercaserecord component
-
nonDotSymbols
-