truncatedByteCount = $truncatedByteCount; } public function getTruncatedByteCount() { return $this->truncatedByteCount; } public function setValue($value) { $this->value = $value; } public function getValue() { return $this->value; } }