\OSS\ModelStorageCapacityConfig

Class StorageCapacityConfig

Summary

Methods
Properties
Constants
__construct()
parseFromXml()
serializeToXml()
__toString()
setStorageCapacity()
getStorageCapacity()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$storageCapacity
N/A

Properties

$storageCapacity

$storageCapacity : 

Type

Methods

__construct()

__construct(integer  $storageCapacity) 

StorageCapacityConfig constructor.

Parameters

integer $storageCapacity

parseFromXml()

parseFromXml(string  $strXml) : null

Not implemented

Parameters

string $strXml

Returns

null

serializeToXml()

serializeToXml() : string

把StorageCapacityConfig序列化成xml

Returns

string

__toString()

__toString() : string

To string

Returns

string

setStorageCapacity()

setStorageCapacity(integer  $storageCapacity) 

Set storage capacity

Parameters

integer $storageCapacity

getStorageCapacity()

getStorageCapacity() : integer

Get storage capacity

Returns

integer