attributes['serverEntity'] = $entity; return $this; } public function getServerEntity(): ServerEntity { return $this->attributes['serverEntity']; } public function getCode(): string|null { return $this->attributes['code']; } public function getType(): string { return $this->attributes['type']; } final public function getBillingAt(): string { return $this->attributes['billing_at']; } }