public class GetBucketLoggingResponse extends BosResponse
metadata| Constructor and Description |
|---|
GetBucketLoggingResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getStatus()
Gets status of GetBucketLoggingResponse.
|
String |
getTargetBucket()
Gets targetBucket of GetBucketLoggingResponse.
|
String |
getTargetPrefix()
Gets targetPrefix of GetBucketLoggingResponse.
|
void |
setStatus(String status)
Sets status of GetBucketLoggingResponse.
|
void |
setTargetBucket(String targetBucket)
Sets targetBucket of GetBucketLoggingResponse.
|
void |
setTargetPrefix(String targetPrefix)
Sets targetPrefix of GetBucketLoggingResponse.
|
String |
toString() |
getMetadatapublic String getStatus()
public void setStatus(String status)
status - The status of GetBucketLoggingResponse.public String getTargetBucket()
public void setTargetBucket(String targetBucket)
targetBucket - The targetBucket of GetBucketLoggingResponse.public String getTargetPrefix()
public void setTargetPrefix(String targetPrefix)
targetPrefix - The targetPrefix of GetBucketLoggingResponse.Copyright © 2023. All rights reserved.