3 declare(strict_types=1);
72 if (is_null($this->type)) {
74 $data = $this->
raw(self::FIELD_TYPE);
78 $this->type = (string) $data;
90 if (is_null($this->change)) {
92 $data = $this->
raw(self::FIELD_CHANGE);
96 $this->change = (string) $data;
110 if (is_null($this->nextValue)) {
112 $data = $this->
raw(self::FIELD_NEXT_VALUE);
113 if (is_null($data)) {
131 if (is_null($this->channelId)) {
133 $data = $this->
raw(self::FIELD_CHANNEL_ID);
134 if (is_null($data)) {
137 $this->channelId = (string) $data;
setChange(?string $change)
__construct(?string $change=null, ?SyncInfo $nextValue=null, ?string $channelId=null, ?string $type=null)
setNextValue(?SyncInfo $nextValue)
const DISCRIMINATOR_VALUE
setChannelId(?string $channelId)