Record Class MicroTeleinfoV3StandardModeJson
java.lang.Object
java.lang.Record
energy.eddie.aiida.adapters.datasource.fr.transformer.standard.MicroTeleinfoV3StandardModeJson
- All Implemented Interfaces:
MicroTeleinfoV3Json
public record MicroTeleinfoV3StandardModeJson(Map<String,MicroTeleinfoV3DataField> energyData)
extends Record
implements MicroTeleinfoV3Json
-
Constructor Summary
ConstructorsConstructorDescriptionMicroTeleinfoV3StandardModeJson(Map<String, MicroTeleinfoV3DataField> energyData) Creates an instance of aMicroTeleinfoV3StandardModeJsonrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theenergyDatarecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.voidputEnergyData(String key, MicroTeleinfoV3DataField value) final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MicroTeleinfoV3StandardModeJson
Creates an instance of aMicroTeleinfoV3StandardModeJsonrecord class.- Parameters:
energyData- the value for theenergyDatarecord component
-
-
Method Details
-
putEnergyData
- Specified by:
putEnergyDatain interfaceMicroTeleinfoV3Json
-
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). -
energyData
Returns the value of theenergyDatarecord component.- Specified by:
energyDatain interfaceMicroTeleinfoV3Json- Returns:
- the value of the
energyDatarecord component
-