Class ExtractRequestResponse

java.lang.Object
org.tailormap.api.viewer.model.ExtractRequestResponse
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", comments="Generator version: 7.22.0") public class ExtractRequestResponse extends Object implements Serializable
ExtractRequestResponse
See Also:
  • Constructor Details

    • ExtractRequestResponse

      public ExtractRequestResponse()
  • Method Details

    • message

      public ExtractRequestResponse message(String message)
    • getMessage

      @NotNull public @NotNull String getMessage()
      Get message
      Returns:
      message
    • setMessage

      public void setMessage(String message)
    • downloadId

      public ExtractRequestResponse downloadId(String downloadId)
    • getDownloadId

      public String getDownloadId()
      The id to use to download the file once the extract is completed.
      Returns:
      downloadId
    • setDownloadId

      public void setDownloadId(String downloadId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object