/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Cih
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Cih/CasesData.php (1890B)
agent = $agent;
}
public function getAgent()
{
return $this->agent;
}
public function setAssignedGaia($assignedGaia)
{
$this->assignedGaia = $assignedGaia;
}
public function getAssignedGaia()
{
return $this->assignedGaia;
}
public function setEmailType($emailType)
{
$this->emailType = $emailType;
}
public function getEmailType()
{
return $this->emailType;
}
public function setMessageId($messageId)
{
$this->messageId = $messageId;
}
public function getMessageId()
{
return $this->messageId;
}
public function setState($state)
{
$this->state = $state;
}
public function getState()
{
return $this->state;
}
public function setUserId(Google_Service_Cih_UserId $userId)
{
$this->userId = $userId;
}
public function getUserId()
{
return $this->userId;
}
}