public class ReadAheadResult extends HeaderResponse
| 构造器和说明 |
|---|
ReadAheadResult()
Constructor
|
ReadAheadResult(String bucketName,
String prefix,
String taskId)
Constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBucketName()
Obtain the bucket name.
|
String |
getPrefix()
Obtain the name prefix of objects to be read ahead.
|
String |
getTaskId()
Obtain the ID of the read-ahead task.
|
void |
setBucketName(String bucketName)
Set the bucket name.
|
void |
setPrefix(String prefix)
Set the name prefix of objects to be read ahead.
|
void |
setTaskId(String taskId)
Set the ID of the read-ahead task.
|
String |
toString() |
getRequestId, getResponseHeaders, getStatusCodepublic String getBucketName()
public void setBucketName(String bucketName)
bucketName - Bucket namepublic String getPrefix()
public void setPrefix(String prefix)
prefix - Name prefix of objects to be read aheadpublic String getTaskId()
public void setTaskId(String taskId)
taskId - ID of the read-ahead taskpublic String toString()
toString 在类中 HeaderResponseCopyright © 2021. All rights reserved.