Class PatchMediaBody

java.lang.Object
com.langfuse.client.resources.media.types.PatchMediaBody

public final class PatchMediaBody extends Object
  • Method Details

    • getUploadedAt

      public OffsetDateTime getUploadedAt()
      Returns:
      The date and time when the media record was uploaded
    • getUploadHttpStatus

      public int getUploadHttpStatus()
      Returns:
      The HTTP status code of the upload
    • getUploadHttpError

      public Optional<String> getUploadHttpError()
      Returns:
      The HTTP error message of the upload
    • getUploadTimeMs

      public Optional<Integer> getUploadTimeMs()
      Returns:
      The time in milliseconds it took to upload the media record
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static PatchMediaBody.UploadedAtStage builder()