Class ExtractArchiveResponse


  • public class ExtractArchiveResponse
    extends Object
    Represents a response from an Extract Archive request.
    See Also:
    BulkApi
    • Method Detail

      • getCreated

        public int getCreated()
        Returns:
        The number of files created.
      • getErrors

        public Map<String,​String> getErrors()
        Returns:
        a Map<String, String> containing each path that failed to be created and its corresponding error response.
      • hashCode

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

        protected com.google.common.base.MoreObjects.ToStringHelper string()