类 ReadAheadResult


public class ReadAheadResult extends HeaderResponse
Response to the request for reading ahead objects
  • 字段详细资料

    • bucketName

      private String bucketName
    • prefix

      private String prefix
    • taskId

      private String taskId
  • 构造器详细资料

    • ReadAheadResult

      public ReadAheadResult()
      Constructor
    • ReadAheadResult

      public ReadAheadResult(String bucketName, String prefix, String taskId)
      Constructor
      参数:
      bucketName - Bucket name
      prefix - Name prefix of objects to be read ahead
      taskId - ID of the read-ahead task
  • 方法详细资料

    • getBucketName

      public String getBucketName()
      Obtain the bucket name.
      返回:
      Bucket name
    • setBucketName

      public void setBucketName(String bucketName)
      Set the bucket name.
      参数:
      bucketName - Bucket name
    • getPrefix

      public String getPrefix()
      Obtain the name prefix of objects to be read ahead.
      返回:
      Name prefix of objects to be read ahead
    • setPrefix

      public void setPrefix(String prefix)
      Set the name prefix of objects to be read ahead.
      参数:
      prefix - Name prefix of objects to be read ahead
    • getTaskId

      public String getTaskId()
      Obtain the ID of the read-ahead task.
      返回:
      ID of the read-ahead task
    • setTaskId

      public void setTaskId(String taskId)
      Set the ID of the read-ahead task.
      参数:
      taskId - ID of the read-ahead task
    • toString

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