类 GeneratePresignedUrlArguments

所有已实现的接口:
cn.herodotus.engine.assistant.definition.domain.base.Entity, OssArguments, Serializable

public class GeneratePresignedUrlArguments extends ObjectVersionArguments

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

作者:
: gengwei.zheng
另请参阅:
Date:
: 2023/8/15 16:03
  • 构造器详细资料

    • GeneratePresignedUrlArguments

      public GeneratePresignedUrlArguments()
  • 方法详细资料

    • 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)