[AUTOGENERATED] Update auto generated code
This commit is contained in:
@@ -52,10 +52,10 @@ class AttachmentEmbed extends Entity
|
||||
// @codeCoverageIgnoreStart
|
||||
private int $link_id;
|
||||
private int $attachment_id;
|
||||
private ?string $title;
|
||||
private ?string $description;
|
||||
private ?string $provider_name;
|
||||
private ?string $provider_url;
|
||||
private ?string $title;
|
||||
private ?string $description;
|
||||
private ?string $author_name;
|
||||
private ?string $author_url;
|
||||
private ?string $thumbnail_url;
|
||||
@@ -72,16 +72,17 @@ class AttachmentEmbed extends Entity
|
||||
return $this->link_id;
|
||||
}
|
||||
|
||||
public function setAttachmentId(int $attachment_id): self
|
||||
{
|
||||
$this->attachment_id = $attachment_id;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getAttachmentId(): int
|
||||
{
|
||||
return $this->attachment_id;
|
||||
}
|
||||
|
||||
public function setAttachmentId(int $attachment_id): void
|
||||
{
|
||||
$this->attachment_id = $attachment_id;
|
||||
}
|
||||
|
||||
public function setProviderName(?string $provider_name): self
|
||||
{
|
||||
$this->provider_name = $provider_name;
|
||||
@@ -104,17 +105,6 @@ class AttachmentEmbed extends Entity
|
||||
return $this->provider_url;
|
||||
}
|
||||
|
||||
public function setDescription(?string $description): self
|
||||
{
|
||||
$this->description = $description;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getDescription(): ?string
|
||||
{
|
||||
return $this->description;
|
||||
}
|
||||
|
||||
public function setTitle(?string $title): self
|
||||
{
|
||||
$this->title = $title;
|
||||
@@ -126,6 +116,17 @@ class AttachmentEmbed extends Entity
|
||||
return $this->title;
|
||||
}
|
||||
|
||||
public function setDescription(?string $description): self
|
||||
{
|
||||
$this->description = $description;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getDescription(): ?string
|
||||
{
|
||||
return $this->description;
|
||||
}
|
||||
|
||||
public function setAuthorName(?string $author_name): self
|
||||
{
|
||||
$this->author_name = $author_name;
|
||||
|
Reference in New Issue
Block a user