Package ch.rswk.meta.engine
Record Class WatchdogService.WatchdogServiceReportConfig
java.lang.Object
java.lang.Record
ch.rswk.meta.engine.WatchdogService.WatchdogServiceReportConfig
- Enclosing class:
WatchdogService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
The field for theengine
record component.private final String
The field for theengineId
record component.private final @Nullable String
The field for thepassword
record component.private final @Nullable Integer
The field for theschedule
record component.private final @Nullable String
The field for theupdatePassword
record component.private final @Nullable String
The field for theupdateUser
record component.private final @Nullable String
The field for theuser
record component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionengine()
Returns the value of theengine
record component.engineId()
Returns the value of theengineId
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.@Nullable String
password()
Returns the value of thepassword
record component.@Nullable Integer
schedule()
Returns the value of theschedule
record component.final String
toString()
Returns a string representation of this record class.@Nullable String
Returns the value of theupdatePassword
record component.@Nullable String
Returns the value of theupdateUser
record component.@Nullable String
user()
Returns the value of theuser
record component.
-
Field Details
-
engine
The field for theengine
record component. -
engineId
The field for theengineId
record component. -
password
The field for thepassword
record component. -
schedule
The field for theschedule
record component. -
updatePassword
The field for theupdatePassword
record component. -
updateUser
The field for theupdateUser
record component. -
user
The field for theuser
record component.
-
-
Constructor Details
-
WatchdogServiceReportConfig
public WatchdogServiceReportConfig(String engine, String engineId, @Nullable String password, @Nullable Integer schedule, @Nullable String updatePassword, @Nullable String updateUser, @Nullable String user) Creates an instance of aWatchdogServiceReportConfig
record class.- Parameters:
engine
- the value for theengine
record componentengineId
- the value for theengineId
record componentpassword
- the value for thepassword
record componentschedule
- the value for theschedule
record componentupdatePassword
- the value for theupdatePassword
record componentupdateUser
- the value for theupdateUser
record componentuser
- the value for theuser
record component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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)
. -
engine
Returns the value of theengine
record component.- Returns:
- the value of the
engine
record component
-
engineId
Returns the value of theengineId
record component.- Returns:
- the value of the
engineId
record component
-
password
Returns the value of thepassword
record component.- Returns:
- the value of the
password
record component
-
schedule
Returns the value of theschedule
record component.- Returns:
- the value of the
schedule
record component
-
updatePassword
Returns the value of theupdatePassword
record component.- Returns:
- the value of the
updatePassword
record component
-
updateUser
Returns the value of theupdateUser
record component.- Returns:
- the value of the
updateUser
record component
-
user
Returns the value of theuser
record component.- Returns:
- the value of the
user
record component
-