\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 : 

Type

$targetPrefix

$targetPrefix : 

Type

Methods

__construct()

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

LoggingConfig constructor.

Parameters

null $targetBucket
null $targetPrefix

parseFromXml()

parseFromXml(string  $strXml) : null

接口定义,实现此接口的类都需要实现从xml数据解析的函数

Parameters

string $strXml

Returns

null

serializeToXml()

serializeToXml() : string

序列化成xml字符串

Returns

string

__toString()

__toString() : string

Returns

string

getTargetBucket()

getTargetBucket() : string

Returns

string

getTargetPrefix()

getTargetPrefix() : string

Returns

string