/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/QPXExpress
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/QPXExpress/SliceInfo.php (1401B)
duration = $duration;
}
public function getDuration()
{
return $this->duration;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
/**
* @param Google_Service_QPXExpress_SegmentInfo
*/
public function setSegment($segment)
{
$this->segment = $segment;
}
/**
* @return Google_Service_QPXExpress_SegmentInfo
*/
public function getSegment()
{
return $this->segment;
}
}