Class GetDocumentResponse


  • public class GetDocumentResponse
    extends java.lang.Object
    The response for the `getDocument` operation.
    • Constructor Detail

      • GetDocumentResponse

        public GetDocumentResponse()
    • Method Detail

      • getDocumentId

        public java.lang.String getDocumentId()
        The identifier for the Data Kiosk document. This identifier is unique only in combination with a selling partner account ID.
        Returns:
        documentId
      • setDocumentId

        public void setDocumentId​(java.lang.String documentId)
      • getDocumentUrl

        public java.lang.String getDocumentUrl()
        A presigned URL that can be used to retrieve the Data Kiosk document. This URL expires after 5 minutes. If the Data Kiosk document is compressed, the `Content-Encoding` header will indicate the compression algorithm. **Note:** Most HTTP clients are capable of automatically decompressing downloaded files based on the `Content-Encoding` header.
        Returns:
        documentUrl
      • setDocumentUrl

        public void setDocumentUrl​(java.lang.String documentUrl)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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