\OSS\ModelLoggingConfig

Class LoggingConfig

Summary

Methods
Properties
Constants
__construct()
parseFromXml()
serializeToXml()
__toString()
getTargetBucket()
getTargetPrefix()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$targetBucket
$targetPrefix
N/A

Properties

$targetBucket

$targetBucket

$targetPrefix

$targetPrefix

Methods

__construct()

__construct(null  $targetBucket = null, null  $targetPrefix = null) : mixed

LoggingConfig constructor.

Parameters

null $targetBucket
null $targetPrefix

Returns

mixed —

parseFromXml()

parseFromXml(string  $strXml) : null

Interface method: Parse the object from the xml.

Parameters

string $strXml

Returns

null —

serializeToXml()

serializeToXml() : string

Serialize to xml string

Returns

string —

__toString()

__toString() : string

Returns

string —

getTargetBucket()

getTargetBucket() : string

Returns

string —

getTargetPrefix()

getTargetPrefix() : string

Returns

string —