PHP Class OSS\Model\LiveChannelInfo

Inheritance: implements OSS\Model\XmlConfig
Datei anzeigen Open project: aliyun/aliyun-oss-php-sdk Class Usage Examples

Public Methods

Method Description
__construct ( $name = null, $description = null )
getDescription ( )
getLastModified ( )
getName ( )
getPlayUrls ( )
getPublishUrls ( )
getStatus ( )
parseFromXml ( $strXml )
parseFromXmlNode ( $xml )
serializeToXml ( )
setDescription ( $description )
setName ( $name )

Method Details

__construct() public method

public __construct ( $name = null, $description = null )

getDescription() public method

public getDescription ( )

getLastModified() public method

public getLastModified ( )

getName() public method

public getName ( )

getPlayUrls() public method

public getPlayUrls ( )

getPublishUrls() public method

public getPublishUrls ( )

getStatus() public method

public getStatus ( )

parseFromXml() public method

public parseFromXml ( $strXml )

parseFromXmlNode() public method

public parseFromXmlNode ( $xml )

serializeToXml() public method

public serializeToXml ( )

setDescription() public method

public setDescription ( $description )

setName() public method

public setName ( $name )