memoryCapInKibibyte = $memoryCapInKibibyte; } public function getMemoryCapInKibibyte() { return $this->memoryCapInKibibyte; } public function setMemoryTotalInKibibyte($memoryTotalInKibibyte) { $this->memoryTotalInKibibyte = $memoryTotalInKibibyte; } public function getMemoryTotalInKibibyte() { return $this->memoryTotalInKibibyte; } }