|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceResponse
com.baidubce.services.bos.model.BosResponse
com.baidubce.services.bos.model.GetBucketLoggingResponse
public class GetBucketLoggingResponse
Get Bucket Logging Response
Field Summary |
---|
Fields inherited from class com.baidubce.model.AbstractBceResponse |
---|
metadata |
Constructor Summary | |
---|---|
GetBucketLoggingResponse()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class com.baidubce.services.bos.model.BosResponse |
---|
getMetadata |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetBucketLoggingResponse()
Method Detail |
---|
public 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.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |