PHP Class OSS\Model\LiveChannelListInfo

ListBucketLiveChannels接口返回数据
Inheritance: implements OSS\Model\XmlConfig
Datei anzeigen Open project: aliyun/aliyun-oss-php-sdk Class Usage Examples

Public Methods

Method Description
getBucketName ( ) : string
getChannelList ( ) : LiveChannelInfo[]
getIsTruncated ( ) : mixed
getMarker ( ) : string
getMaxKeys ( ) : integer
getNextMarker ( ) : string
getPrefix ( ) : string
parseFromXml ( $strXml )
serializeToXml ( )
setBucketName ( $name )

Method Details

getBucketName() public method

public getBucketName ( ) : string
return string

getChannelList() public method

public getChannelList ( ) : LiveChannelInfo[]
return LiveChannelInfo[]

getIsTruncated() public method

public getIsTruncated ( ) : mixed
return mixed

getMarker() public method

public getMarker ( ) : string
return string

getMaxKeys() public method

public getMaxKeys ( ) : integer
return integer

getNextMarker() public method

public getNextMarker ( ) : string
return string

getPrefix() public method

public getPrefix ( ) : string
return string

parseFromXml() public method

public parseFromXml ( $strXml )

serializeToXml() public method

public serializeToXml ( )

setBucketName() public method

public setBucketName ( $name )