Record Class ParticipantRowFileRequest.ParticipantRowFileMetaDataRequest

java.lang.Object
java.lang.Record
org.diabetestechnology.drh.service.http.pg.request.ParticipantRowFileRequest.ParticipantRowFileMetaDataRequest
Enclosing class:
ParticipantRowFileRequest

public static record ParticipantRowFileRequest.ParticipantRowFileMetaDataRequest(String deviceName, String deviceId, String sourcePlatform, String sourcePlatformId, String fileName, String fileFormat, String fileUploadDate, String mapFieldOfCgmDate, String mapFieldOfCgmValue, List<String> interactionHierarchy, String lastInteractionId) extends Record
  • Constructor Details

    • ParticipantRowFileMetaDataRequest

      public ParticipantRowFileMetaDataRequest(String deviceName, String deviceId, String sourcePlatform, String sourcePlatformId, String fileName, String fileFormat, String fileUploadDate, String mapFieldOfCgmDate, String mapFieldOfCgmValue, List<String> interactionHierarchy, String lastInteractionId)
      Creates an instance of a ParticipantRowFileMetaDataRequest record class.
      Parameters:
      deviceName - the value for the deviceName record component
      deviceId - the value for the deviceId record component
      sourcePlatform - the value for the sourcePlatform record component
      sourcePlatformId - the value for the sourcePlatformId record component
      fileName - the value for the fileName record component
      fileFormat - the value for the fileFormat record component
      fileUploadDate - the value for the fileUploadDate record component
      mapFieldOfCgmDate - the value for the mapFieldOfCgmDate record component
      mapFieldOfCgmValue - the value for the mapFieldOfCgmValue record component
      interactionHierarchy - the value for the interactionHierarchy record component
      lastInteractionId - the value for the lastInteractionId 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.
    • deviceName

      public String deviceName()
      Returns the value of the deviceName record component.
      Returns:
      the value of the deviceName record component
    • deviceId

      public String deviceId()
      Returns the value of the deviceId record component.
      Returns:
      the value of the deviceId record component
    • sourcePlatform

      public String sourcePlatform()
      Returns the value of the sourcePlatform record component.
      Returns:
      the value of the sourcePlatform record component
    • sourcePlatformId

      public String sourcePlatformId()
      Returns the value of the sourcePlatformId record component.
      Returns:
      the value of the sourcePlatformId record component
    • fileName

      public String fileName()
      Returns the value of the fileName record component.
      Returns:
      the value of the fileName record component
    • fileFormat

      public String fileFormat()
      Returns the value of the fileFormat record component.
      Returns:
      the value of the fileFormat record component
    • fileUploadDate

      public String fileUploadDate()
      Returns the value of the fileUploadDate record component.
      Returns:
      the value of the fileUploadDate record component
    • mapFieldOfCgmDate

      public String mapFieldOfCgmDate()
      Returns the value of the mapFieldOfCgmDate record component.
      Returns:
      the value of the mapFieldOfCgmDate record component
    • mapFieldOfCgmValue

      public String mapFieldOfCgmValue()
      Returns the value of the mapFieldOfCgmValue record component.
      Returns:
      the value of the mapFieldOfCgmValue record component
    • interactionHierarchy

      public List<String> interactionHierarchy()
      Returns the value of the interactionHierarchy record component.
      Returns:
      the value of the interactionHierarchy record component
    • lastInteractionId

      public String lastInteractionId()
      Returns the value of the lastInteractionId record component.
      Returns:
      the value of the lastInteractionId record component