Class shardimage\shardimagephp\models\billing\DetailParams
Inheritance | shardimage\shardimagephp\models\billing\DetailParams » shardimage\shardimagephpapi\base\BaseObject |
---|
DetailParams class for listing
Public Properties
Public Methods
Method | Description | Defined By |
---|---|---|
__construct() | Creates the object, populates the properties and calls the "init" method. | shardimage\shardimagephpapi\base\BaseObject |
__get() | Returns the value of a non-defined property, it there is a getter method. | shardimage\shardimagephpapi\base\BaseObject |
__isset() | Does the non-defined property with a getter exist and is it not NULL? | shardimage\shardimagephpapi\base\BaseObject |
__set() | Sets the value of a non-defined property, if there is a setter method. | shardimage\shardimagephpapi\base\BaseObject |
__unset() | Sets the value of a non-defined property to NULL, if there is a setter. | shardimage\shardimagephpapi\base\BaseObject |
toArray() | Converts the object an array. | shardimage\shardimagephp\models\billing\DetailParams |
Protected Methods
Method | Description | Defined By |
---|---|---|
ensureClass() | Creates an object from the given parameters. | shardimage\shardimagephpapi\base\BaseObject |
init() | Custom initialization. | shardimage\shardimagephpapi\base\BaseObject |
Constants
Constant | Value | Description | Defined By |
---|---|---|---|
DATE_PARTITION_DAY | 'day' | shardimage\shardimagephp\models\billing\DetailParams | |
DATE_PARTITION_HOUR | 'hour' | shardimage\shardimagephp\models\billing\DetailParams | |
DATE_PARTITION_QUARTER_HOUR | 'quarterHour' | shardimage\shardimagephp\models\billing\DetailParams | |
GROUP_CU | 'cu' | shardimage\shardimagephp\models\billing\DetailParams | |
GROUP_EGRESS | 'egress' | shardimage\shardimagephp\models\billing\DetailParams | |
GROUP_STORAGE | 'storage' | shardimage\shardimagephp\models\billing\DetailParams | |
PROJECTION_BY_CLOUD | 'byCloud' | shardimage\shardimagephp\models\billing\DetailParams | |
PROJECTION_BY_TYPE | 'byType' | shardimage\shardimagephp\models\billing\DetailParams | |
PROJECTION_ESTIMATED_AMOUNT | 'estimatedAmount' | shardimage\shardimagephp\models\billing\DetailParams |