Record Class Integration.Tab
java.lang.Object
java.lang.Record
net.flectone.pulse.config.Integration.Tab
- All Implemented Interfaces:
EnableSetting
- Enclosing class:
Integration
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Integration.Tab.TabBuilderbuilder()Returns the value of thedisableFlectonepulseFooterrecord component.Returns the value of thedisableFlectonepulseHeaderrecord component.Returns the value of thedisableFlectonepulsePlayerlistnamerecord component.Returns the value of thedisableFlectonepulseScoreboardrecord component.enable()Returns the value of theenablerecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.withDisableFlectonepulseFooter(Boolean disableFlectonepulseFooter) withDisableFlectonepulseHeader(Boolean disableFlectonepulseHeader) withDisableFlectonepulsePlayerlistname(Boolean disableFlectonepulsePlayerlistname) withDisableFlectonepulseScoreboard(Boolean disableFlectonepulseScoreboard) withEnable(Boolean enable)
-
Constructor Details
-
Tab
public Tab(Boolean enable, Boolean disableFlectonepulseScoreboard, Boolean disableFlectonepulseHeader, Boolean disableFlectonepulseFooter, Boolean disableFlectonepulsePlayerlistname) Creates an instance of aTabrecord class.- Parameters:
enable- the value for theenablerecord componentdisableFlectonepulseScoreboard- the value for thedisableFlectonepulseScoreboardrecord componentdisableFlectonepulseHeader- the value for thedisableFlectonepulseHeaderrecord componentdisableFlectonepulseFooter- the value for thedisableFlectonepulseFooterrecord componentdisableFlectonepulsePlayerlistname- the value for thedisableFlectonepulsePlayerlistnamerecord component
-
-
Method Details
-
builder
-
toBuilder
-
withEnable
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withDisableFlectonepulseScoreboard
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withDisableFlectonepulseHeader
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withDisableFlectonepulsePlayerlistname
public Integration.Tab withDisableFlectonepulsePlayerlistname(Boolean disableFlectonepulsePlayerlistname) - 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
-
disableFlectonepulseScoreboard
Returns the value of thedisableFlectonepulseScoreboardrecord component.- Returns:
- the value of the
disableFlectonepulseScoreboardrecord component
-
disableFlectonepulseHeader
Returns the value of thedisableFlectonepulseHeaderrecord component.- Returns:
- the value of the
disableFlectonepulseHeaderrecord component
-
disableFlectonepulsePlayerlistname
Returns the value of thedisableFlectonepulsePlayerlistnamerecord component.- Returns:
- the value of the
disableFlectonepulsePlayerlistnamerecord component
-