Record Class IdentifiableValidatedHistoricalData.Payload

java.lang.Object
java.lang.Record
energy.eddie.regionconnector.cds.providers.vhd.IdentifiableValidatedHistoricalData.Payload
Enclosing class:
IdentifiableValidatedHistoricalData

public static record IdentifiableValidatedHistoricalData.Payload(List<energy.eddie.regionconnector.cds.openapi.model.AccountsEndpoint200ResponseAllOfAccountsInner> accounts, List<energy.eddie.regionconnector.cds.openapi.model.ServiceContractEndpoint200ResponseAllOfServiceContractsInner> serviceContracts, List<energy.eddie.regionconnector.cds.openapi.model.ServicePointEndpoint200ResponseAllOfServicePointsInner> servicePoints, List<energy.eddie.regionconnector.cds.openapi.model.MeterDeviceEndpoint200ResponseAllOfMeterDevicesInner> meterDevices, List<energy.eddie.regionconnector.cds.openapi.model.UsageSegmentEndpoint200ResponseAllOfUsageSegmentsInner> usageSegments) extends Record
  • Constructor Summary

    Constructors
    Constructor
    Description
    Payload(List<energy.eddie.regionconnector.cds.openapi.model.AccountsEndpoint200ResponseAllOfAccountsInner> accounts, List<energy.eddie.regionconnector.cds.openapi.model.ServiceContractEndpoint200ResponseAllOfServiceContractsInner> serviceContracts, List<energy.eddie.regionconnector.cds.openapi.model.ServicePointEndpoint200ResponseAllOfServicePointsInner> servicePoints, List<energy.eddie.regionconnector.cds.openapi.model.MeterDeviceEndpoint200ResponseAllOfMeterDevicesInner> meterDevices, List<energy.eddie.regionconnector.cds.openapi.model.UsageSegmentEndpoint200ResponseAllOfUsageSegmentsInner> usageSegments)
    Creates an instance of a Payload record class.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<energy.eddie.regionconnector.cds.openapi.model.AccountsEndpoint200ResponseAllOfAccountsInner>
    Returns the value of the accounts record component.
    final boolean
    Indicates whether some other object is "equal to" this one.
    final int
    Returns a hash code value for this object.
    List<energy.eddie.regionconnector.cds.openapi.model.MeterDeviceEndpoint200ResponseAllOfMeterDevicesInner>
    Returns the value of the meterDevices record component.
    List<energy.eddie.regionconnector.cds.openapi.model.ServiceContractEndpoint200ResponseAllOfServiceContractsInner>
    Returns the value of the serviceContracts record component.
    List<energy.eddie.regionconnector.cds.openapi.model.ServicePointEndpoint200ResponseAllOfServicePointsInner>
    Returns the value of the servicePoints record component.
    final String
    Returns a string representation of this record class.
    List<energy.eddie.regionconnector.cds.openapi.model.UsageSegmentEndpoint200ResponseAllOfUsageSegmentsInner>
    Returns the value of the usageSegments record component.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Payload

      public Payload(List<energy.eddie.regionconnector.cds.openapi.model.AccountsEndpoint200ResponseAllOfAccountsInner> accounts, List<energy.eddie.regionconnector.cds.openapi.model.ServiceContractEndpoint200ResponseAllOfServiceContractsInner> serviceContracts, List<energy.eddie.regionconnector.cds.openapi.model.ServicePointEndpoint200ResponseAllOfServicePointsInner> servicePoints, List<energy.eddie.regionconnector.cds.openapi.model.MeterDeviceEndpoint200ResponseAllOfMeterDevicesInner> meterDevices, List<energy.eddie.regionconnector.cds.openapi.model.UsageSegmentEndpoint200ResponseAllOfUsageSegmentsInner> usageSegments)
      Creates an instance of a Payload record class.
      Parameters:
      accounts - the value for the accounts record component
      serviceContracts - the value for the serviceContracts record component
      servicePoints - the value for the servicePoints record component
      meterDevices - the value for the meterDevices record component
      usageSegments - the value for the usageSegments record component
  • Method Details

    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • accounts

      public List<energy.eddie.regionconnector.cds.openapi.model.AccountsEndpoint200ResponseAllOfAccountsInner> accounts()
      Returns the value of the accounts record component.
      Returns:
      the value of the accounts record component
    • serviceContracts

      public List<energy.eddie.regionconnector.cds.openapi.model.ServiceContractEndpoint200ResponseAllOfServiceContractsInner> serviceContracts()
      Returns the value of the serviceContracts record component.
      Returns:
      the value of the serviceContracts record component
    • servicePoints

      public List<energy.eddie.regionconnector.cds.openapi.model.ServicePointEndpoint200ResponseAllOfServicePointsInner> servicePoints()
      Returns the value of the servicePoints record component.
      Returns:
      the value of the servicePoints record component
    • meterDevices

      public List<energy.eddie.regionconnector.cds.openapi.model.MeterDeviceEndpoint200ResponseAllOfMeterDevicesInner> meterDevices()
      Returns the value of the meterDevices record component.
      Returns:
      the value of the meterDevices record component
    • usageSegments

      public List<energy.eddie.regionconnector.cds.openapi.model.UsageSegmentEndpoint200ResponseAllOfUsageSegmentsInner> usageSegments()
      Returns the value of the usageSegments record component.
      Returns:
      the value of the usageSegments record component