类 Multipart

java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.obs.services.model.Multipart

public class Multipart extends HeaderResponse
Part information in a multipart upload
  • 构造器详细资料

    • Multipart

      public Multipart()
    • Multipart

      public Multipart(Integer partNumber, Date lastModified, String etag, Long size)
      Constructor
      参数:
      partNumber - Part number
      lastModified - Last modification time of the part
      etag - Part ETag
      size - Part size, in bytes
  • 方法详细资料

    • getPartNumber

      public Integer getPartNumber()
      Obtain the part number.
      返回:
      Part number
    • getLastModified

      public Date getLastModified()
      Obtain the last modification time of the part.
      返回:
      Last modification time of the part
    • getEtag

      public String getEtag()
      Obtain the ETag of the part.
      返回:
      Part ETag
    • getSize

      public Long getSize()
      Obtain the part size, in bytes.
      返回:
      Part size
    • toString

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