Record Class SyncProxyTabList
java.lang.Object
java.lang.Record
eu.cloudnetservice.modules.syncproxy.config.SyncProxyTabList
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSyncProxyTabList(@NonNull String header, @NonNull String footer) Creates an instance of aSyncProxyTabListrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull SyncProxyTabList.Builderbuilder()static @NonNull SyncProxyTabList.Builderbuilder(@NonNull SyncProxyTabList tabList) 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.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
header
-
-
Constructor Details
-
SyncProxyTabList
-
-
Method Details
-
builder
-
builder
@NonNull public static @NonNull SyncProxyTabList.Builder builder(@NonNull @NonNull SyncProxyTabList tabList) -
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). -
header
-