dashLengthMeters = $dashLengthMeters; } /** * @return float */ public function getDashLengthMeters() { return $this->dashLengthMeters; } /** * @param GeostorePaintedElementLogicalColorProto */ public function setGapColor(GeostorePaintedElementLogicalColorProto $gapColor) { $this->gapColor = $gapColor; } /** * @return GeostorePaintedElementLogicalColorProto */ public function getGapColor() { return $this->gapColor; } /** * @param float */ public function setGapLengthMeters($gapLengthMeters) { $this->gapLengthMeters = $gapLengthMeters; } /** * @return float */ public function getGapLengthMeters() { return $this->gapLengthMeters; } /** * @param string[] */ public function setMaterial($material) { $this->material = $material; } /** * @return string[] */ public function getMaterial() { return $this->material; } /** * @param GeostorePaintedElementLogicalColorProto */ public function setPaintColor(GeostorePaintedElementLogicalColorProto $paintColor) { $this->paintColor = $paintColor; } /** * @return GeostorePaintedElementLogicalColorProto */ public function getPaintColor() { return $this->paintColor; } /** * @param string */ public function setPattern($pattern) { $this->pattern = $pattern; } /** * @return string */ public function getPattern() { return $this->pattern; } /** * @param string */ public function setPhysicalLineToken($physicalLineToken) { $this->physicalLineToken = $physicalLineToken; } /** * @return string */ public function getPhysicalLineToken() { return $this->physicalLineToken; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostorePhysicalLineProto::class, 'Google_Service_Contentwarehouse_GeostorePhysicalLineProto');