com.baidubce.services.bos.model
Class GetBucketLoggingResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.bos.model.BosResponse
          extended by com.baidubce.services.bos.model.GetBucketLoggingResponse
All Implemented Interfaces:
Serializable

public class GetBucketLoggingResponse
extends BosResponse

Get Bucket Logging Response

See Also:
Serialized Form

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

GetBucketLoggingResponse

public GetBucketLoggingResponse()
Method Detail

getStatus

public String getStatus()
Gets status of GetBucketLoggingResponse.

Returns:
status of GetBucketLoggingResponse.

setStatus

public void setStatus(String status)
Sets status of GetBucketLoggingResponse.

Parameters:
status - The status of GetBucketLoggingResponse.

getTargetBucket

public String getTargetBucket()
Gets targetBucket of GetBucketLoggingResponse.

Returns:
targetBucket of GetBucketLoggingResponse.

setTargetBucket

public void setTargetBucket(String targetBucket)
Sets targetBucket of GetBucketLoggingResponse.

Parameters:
targetBucket - The targetBucket of GetBucketLoggingResponse.

getTargetPrefix

public String getTargetPrefix()
Gets targetPrefix of GetBucketLoggingResponse.

Returns:
targetPrefix of GetBucketLoggingResponse.

setTargetPrefix

public void setTargetPrefix(String targetPrefix)
Sets targetPrefix of GetBucketLoggingResponse.

Parameters:
targetPrefix - The targetPrefix of GetBucketLoggingResponse.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.