Record Class SinapsiAlfaConfiguration
java.lang.Object
java.lang.Record
energy.eddie.aiida.config.datasource.it.SinapsiAlfaConfiguration
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSinapsiAlfaConfiguration(String mqttHost, String mqttUsername, String mqttPassword) Creates an instance of aSinapsiAlfaConfigurationrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.mqttHost()Returns the value of themqttHostrecord component.Returns the value of themqttPasswordrecord component.Returns the value of themqttUsernamerecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
TOPIC_PREFIX
- See Also:
-
TOPIC_INFIX
- See Also:
-
TOPIC_SUFFIX
- See Also:
-
-
Constructor Details
-
SinapsiAlfaConfiguration
Creates an instance of aSinapsiAlfaConfigurationrecord class.- Parameters:
mqttHost- the value for themqttHostrecord componentmqttUsername- the value for themqttUsernamerecord componentmqttPassword- the value for themqttPasswordrecord 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). -
mqttHost
Returns the value of themqttHostrecord component.- Returns:
- the value of the
mqttHostrecord component
-
mqttUsername
Returns the value of themqttUsernamerecord component.- Returns:
- the value of the
mqttUsernamerecord component
-
mqttPassword
Returns the value of themqttPasswordrecord component.- Returns:
- the value of the
mqttPasswordrecord component
-