public class DropFileRequest extends BaseObjectRequest
Request parameters for deleting objects
  • 字段详细资料

    • versionId

      private String versionId
  • 构造器详细资料

    • DropFileRequest

      public DropFileRequest()
    • DropFileRequest

      public DropFileRequest(String bucketName, String objectKey)
      Constructor
      参数:
      bucketName - Bucket name
      objectKey - Object name
    • DropFileRequest

      public DropFileRequest(String bucketName, String objectKey, String versionId)
      Constructor
      参数:
      bucketName - Bucket name
      objectKey - Object name
      versionId - Object version
  • 方法详细资料

    • getVersionId

      public String getVersionId()
      Obtain the object version ID.
      返回:
      Object version
    • setVersionId

      public void setVersionId(String versionId)
      Set the version ID of the object.
      参数:
      versionId -
    • toString

      public String toString()
      覆盖:
      toString 在类中 BaseObjectRequest