public class ReadAheadResult extends HeaderResponse
Constructor and Description |
---|
ReadAheadResult()
Constructor
|
ReadAheadResult(String bucketName,
String prefix,
String taskId)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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, getStatusCode
public 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
in class HeaderResponse
Copyright © 2019. All rights reserved.