Record Class Localization.Command.Sprite
java.lang.Object
java.lang.Record
net.flectone.pulse.config.Localization.Command.Sprite
- All Implemented Interfaces:
LocalizationSetting
- Enclosing class:
Localization.Command
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theatlasDownloadingrecord component.builder()Returns the value of thedownloadErrorrecord component.final booleanIndicates whether some other object is "equal to" this one.footer()Returns the value of thefooterrecord component.final inthashCode()Returns a hash code value for this object.header()Returns the value of theheaderrecord component.Returns the value of thelineElementrecord component.Returns the value of thenullAtlasrecord component.nullPage()Returns the value of thenullPagerecord component.final StringtoString()Returns a string representation of this record class.withAtlasDownloading(String atlasDownloading) withDownloadError(String downloadError) withFooter(String footer) withHeader(String header) withLineElement(String lineElement) withNullAtlas(String nullAtlas) withNullPage(String nullPage)
-
Constructor Details
-
Sprite
public Sprite(String nullAtlas, String nullPage, String downloadError, String atlasDownloading, String header, String lineElement, String footer) Creates an instance of aSpriterecord class.- Parameters:
nullAtlas- the value for thenullAtlasrecord componentnullPage- the value for thenullPagerecord componentdownloadError- the value for thedownloadErrorrecord componentatlasDownloading- the value for theatlasDownloadingrecord componentheader- the value for theheaderrecord componentlineElement- the value for thelineElementrecord componentfooter- the value for thefooterrecord component
-
-
Method Details
-
builder
-
toBuilder
-
withNullAtlas
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withNullPage
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withDownloadError
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withAtlasDownloading
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withHeader
- Returns:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withLineElement
- 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). -
nullAtlas
Returns the value of thenullAtlasrecord component.- Returns:
- the value of the
nullAtlasrecord component
-
nullPage
Returns the value of thenullPagerecord component.- Returns:
- the value of the
nullPagerecord component
-
downloadError
Returns the value of thedownloadErrorrecord component.- Returns:
- the value of the
downloadErrorrecord component
-
atlasDownloading
Returns the value of theatlasDownloadingrecord component.- Returns:
- the value of the
atlasDownloadingrecord component
-
header
Returns the value of theheaderrecord component.- Returns:
- the value of the
headerrecord component
-
lineElement
Returns the value of thelineElementrecord component.- Returns:
- the value of the
lineElementrecord component
-