Class GetMediaResponse

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

public final class GetMediaResponse extends Object
  • Method Details

    • getMediaId

      public String getMediaId()
      Returns:
      The unique langfuse identifier of a media record
    • getContentType

      public String getContentType()
      Returns:
      The MIME type of the media record
    • getContentLength

      public int getContentLength()
      Returns:
      The size of the media record in bytes
    • getUploadedAt

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

      public String getUrl()
      Returns:
      The download URL of the media record
    • getUrlExpiry

      public String getUrlExpiry()
      Returns:
      The expiry date and time of the media record download URL
    • 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 GetMediaResponse.MediaIdStage builder()