Class LogResource.BinaryContent

  • Enclosing class:
    LogResource

    public static class LogResource.BinaryContent
    extends java.lang.Object
    • Constructor Detail

      • BinaryContent

        public BinaryContent()
    • Method Detail

      • getBinaryDataId

        public java.lang.String getBinaryDataId()
        Returns:
        the binaryDataId
      • setBinaryDataId

        public void setBinaryDataId​(java.lang.String binaryDataId)
        Parameters:
        binaryDataId - the binaryDataId to set
      • getThumbnailId

        public java.lang.String getThumbnailId()
        Returns:
        the thumbnailId
      • setThumbnailId

        public void setThumbnailId​(java.lang.String thumbnailId)
        Parameters:
        thumbnailId - the thumbnailId to set
      • getContentType

        public java.lang.String getContentType()
        Returns:
        the contentType
      • setContentType

        public void setContentType​(java.lang.String contentType)
        Parameters:
        contentType - the contentType to set
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object