\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

Methods

__construct()

__construct(int  $storageCapacity) : mixed

StorageCapacityConfig constructor.

Parameters

int $storageCapacity

Returns

mixed —

parseFromXml()

parseFromXml(mixed  $strXml) : null

Not implemented

Parameters

mixed $strXml

Returns

null —

serializeToXml()

serializeToXml() : string

Serialize StorageCapacityConfig into xml

Returns

string —

__toString()

__toString() : string

To string

Returns

string —

setStorageCapacity()

setStorageCapacity(int  $storageCapacity) : mixed

Set storage capacity

Parameters

int $storageCapacity

Returns

mixed —

getStorageCapacity()

getStorageCapacity() : int

Get storage capacity

Returns

int —