/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Books
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Books/Annotation.php (4760B)
afterSelectedText = $afterSelectedText;
}
public function getAfterSelectedText()
{
return $this->afterSelectedText;
}
public function setBeforeSelectedText($beforeSelectedText)
{
$this->beforeSelectedText = $beforeSelectedText;
}
public function getBeforeSelectedText()
{
return $this->beforeSelectedText;
}
/**
* @param Google_Service_Books_AnnotationClientVersionRanges
*/
public function setClientVersionRanges(Google_Service_Books_AnnotationClientVersionRanges $clientVersionRanges)
{
$this->clientVersionRanges = $clientVersionRanges;
}
/**
* @return Google_Service_Books_AnnotationClientVersionRanges
*/
public function getClientVersionRanges()
{
return $this->clientVersionRanges;
}
public function setCreated($created)
{
$this->created = $created;
}
public function getCreated()
{
return $this->created;
}
/**
* @param Google_Service_Books_AnnotationCurrentVersionRanges
*/
public function setCurrentVersionRanges(Google_Service_Books_AnnotationCurrentVersionRanges $currentVersionRanges)
{
$this->currentVersionRanges = $currentVersionRanges;
}
/**
* @return Google_Service_Books_AnnotationCurrentVersionRanges
*/
public function getCurrentVersionRanges()
{
return $this->currentVersionRanges;
}
public function setData($data)
{
$this->data = $data;
}
public function getData()
{
return $this->data;
}
public function setDeleted($deleted)
{
$this->deleted = $deleted;
}
public function getDeleted()
{
return $this->deleted;
}
public function setHighlightStyle($highlightStyle)
{
$this->highlightStyle = $highlightStyle;
}
public function getHighlightStyle()
{
return $this->highlightStyle;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setKind($kind)
{
$this->kind = $kind;
}
public function getKind()
{
return $this->kind;
}
public function setLayerId($layerId)
{
$this->layerId = $layerId;
}
public function getLayerId()
{
return $this->layerId;
}
/**
* @param Google_Service_Books_AnnotationLayerSummary
*/
public function setLayerSummary(Google_Service_Books_AnnotationLayerSummary $layerSummary)
{
$this->layerSummary = $layerSummary;
}
/**
* @return Google_Service_Books_AnnotationLayerSummary
*/
public function getLayerSummary()
{
return $this->layerSummary;
}
public function setPageIds($pageIds)
{
$this->pageIds = $pageIds;
}
public function getPageIds()
{
return $this->pageIds;
}
public function setSelectedText($selectedText)
{
$this->selectedText = $selectedText;
}
public function getSelectedText()
{
return $this->selectedText;
}
public function setSelfLink($selfLink)
{
$this->selfLink = $selfLink;
}
public function getSelfLink()
{
return $this->selfLink;
}
public function setUpdated($updated)
{
$this->updated = $updated;
}
public function getUpdated()
{
return $this->updated;
}
public function setVolumeId($volumeId)
{
$this->volumeId = $volumeId;
}
public function getVolumeId()
{
return $this->volumeId;
}
}