piece = $piece; } /** * @return SnippetsLeadingtextLeadingTextAnnotationPiece[] */ public function getPiece() { return $this->piece; } /** * @param string */ public function setPieceType($pieceType) { $this->pieceType = $pieceType; } /** * @return string */ public function getPieceType() { return $this->pieceType; } /** * @param int */ public function setType($type) { $this->type = $type; } /** * @return int */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SnippetsLeadingtextLeadingTextAnnotation::class, 'Google_Service_Contentwarehouse_SnippetsLeadingtextLeadingTextAnnotation');