Class GeneratePresignedUrlArguments

All Implemented Interfaces:
cn.herodotus.engine.assistant.definition.domain.base.Entity, OssArguments, Serializable

public class GeneratePresignedUrlArguments extends ObjectVersionArguments

Description: 生成预签名URL请求参数实体

Author:
: gengwei.zheng
See Also:
Date:
: 2023/8/15 16:03
  • Constructor Details

    • GeneratePresignedUrlArguments

      public GeneratePresignedUrlArguments()
  • Method Details

    • getMethod

      public HttpMethod getMethod()
    • setMethod

      public void setMethod(HttpMethod method)
    • getExpiration

      public Duration getExpiration()
    • setExpiration

      public void setExpiration(Duration expiration)
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • getContentMD5

      public String getContentMD5()
    • setContentMD5

      public void setContentMD5(String contentMD5)