source: vendor/google/apiclient-services/src/CloudSearch/DynamiteMessagesScoringInfo.php

Last change on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 3 months ago

Upload project files

  • Property mode set to 100644
File size: 5.6 KB
Line 
1<?php
2/*
3 * Copyright 2014 Google Inc.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6 * use this file except in compliance with the License. You may obtain a copy of
7 * the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations under
15 * the License.
16 */
17
18namespace Google\Service\CloudSearch;
19
20class DynamiteMessagesScoringInfo extends \Google\Model
21{
22 /**
23 * @var string
24 */
25 public $commonContactCount;
26 public $commonCountToContactListCountRatio;
27 public $commonCountToMembershipCountRatio;
28 /**
29 * @var string
30 */
31 public $creatorGaiaId;
32 /**
33 * @var bool
34 */
35 public $creatorInSearcherContactList;
36 public $crowdingMultiplier;
37 /**
38 * @var string
39 */
40 public $dasContactCount;
41 public $finalScore;
42 public $freshnessScore;
43 public $joinedSpaceAffinityScore;
44 public $lastReadTimestampAgeInDays;
45 public $messageAgeInDays;
46 public $messageSenderAffinityScore;
47 /**
48 * @var string
49 */
50 public $spaceId;
51 /**
52 * @var string
53 */
54 public $spaceMembershipCount;
55 public $topicalityScore;
56 public $unjoinedSpaceAffinityScore;
57
58 /**
59 * @param string
60 */
61 public function setCommonContactCount($commonContactCount)
62 {
63 $this->commonContactCount = $commonContactCount;
64 }
65 /**
66 * @return string
67 */
68 public function getCommonContactCount()
69 {
70 return $this->commonContactCount;
71 }
72 public function setCommonCountToContactListCountRatio($commonCountToContactListCountRatio)
73 {
74 $this->commonCountToContactListCountRatio = $commonCountToContactListCountRatio;
75 }
76 public function getCommonCountToContactListCountRatio()
77 {
78 return $this->commonCountToContactListCountRatio;
79 }
80 public function setCommonCountToMembershipCountRatio($commonCountToMembershipCountRatio)
81 {
82 $this->commonCountToMembershipCountRatio = $commonCountToMembershipCountRatio;
83 }
84 public function getCommonCountToMembershipCountRatio()
85 {
86 return $this->commonCountToMembershipCountRatio;
87 }
88 /**
89 * @param string
90 */
91 public function setCreatorGaiaId($creatorGaiaId)
92 {
93 $this->creatorGaiaId = $creatorGaiaId;
94 }
95 /**
96 * @return string
97 */
98 public function getCreatorGaiaId()
99 {
100 return $this->creatorGaiaId;
101 }
102 /**
103 * @param bool
104 */
105 public function setCreatorInSearcherContactList($creatorInSearcherContactList)
106 {
107 $this->creatorInSearcherContactList = $creatorInSearcherContactList;
108 }
109 /**
110 * @return bool
111 */
112 public function getCreatorInSearcherContactList()
113 {
114 return $this->creatorInSearcherContactList;
115 }
116 public function setCrowdingMultiplier($crowdingMultiplier)
117 {
118 $this->crowdingMultiplier = $crowdingMultiplier;
119 }
120 public function getCrowdingMultiplier()
121 {
122 return $this->crowdingMultiplier;
123 }
124 /**
125 * @param string
126 */
127 public function setDasContactCount($dasContactCount)
128 {
129 $this->dasContactCount = $dasContactCount;
130 }
131 /**
132 * @return string
133 */
134 public function getDasContactCount()
135 {
136 return $this->dasContactCount;
137 }
138 public function setFinalScore($finalScore)
139 {
140 $this->finalScore = $finalScore;
141 }
142 public function getFinalScore()
143 {
144 return $this->finalScore;
145 }
146 public function setFreshnessScore($freshnessScore)
147 {
148 $this->freshnessScore = $freshnessScore;
149 }
150 public function getFreshnessScore()
151 {
152 return $this->freshnessScore;
153 }
154 public function setJoinedSpaceAffinityScore($joinedSpaceAffinityScore)
155 {
156 $this->joinedSpaceAffinityScore = $joinedSpaceAffinityScore;
157 }
158 public function getJoinedSpaceAffinityScore()
159 {
160 return $this->joinedSpaceAffinityScore;
161 }
162 public function setLastReadTimestampAgeInDays($lastReadTimestampAgeInDays)
163 {
164 $this->lastReadTimestampAgeInDays = $lastReadTimestampAgeInDays;
165 }
166 public function getLastReadTimestampAgeInDays()
167 {
168 return $this->lastReadTimestampAgeInDays;
169 }
170 public function setMessageAgeInDays($messageAgeInDays)
171 {
172 $this->messageAgeInDays = $messageAgeInDays;
173 }
174 public function getMessageAgeInDays()
175 {
176 return $this->messageAgeInDays;
177 }
178 public function setMessageSenderAffinityScore($messageSenderAffinityScore)
179 {
180 $this->messageSenderAffinityScore = $messageSenderAffinityScore;
181 }
182 public function getMessageSenderAffinityScore()
183 {
184 return $this->messageSenderAffinityScore;
185 }
186 /**
187 * @param string
188 */
189 public function setSpaceId($spaceId)
190 {
191 $this->spaceId = $spaceId;
192 }
193 /**
194 * @return string
195 */
196 public function getSpaceId()
197 {
198 return $this->spaceId;
199 }
200 /**
201 * @param string
202 */
203 public function setSpaceMembershipCount($spaceMembershipCount)
204 {
205 $this->spaceMembershipCount = $spaceMembershipCount;
206 }
207 /**
208 * @return string
209 */
210 public function getSpaceMembershipCount()
211 {
212 return $this->spaceMembershipCount;
213 }
214 public function setTopicalityScore($topicalityScore)
215 {
216 $this->topicalityScore = $topicalityScore;
217 }
218 public function getTopicalityScore()
219 {
220 return $this->topicalityScore;
221 }
222 public function setUnjoinedSpaceAffinityScore($unjoinedSpaceAffinityScore)
223 {
224 $this->unjoinedSpaceAffinityScore = $unjoinedSpaceAffinityScore;
225 }
226 public function getUnjoinedSpaceAffinityScore()
227 {
228 return $this->unjoinedSpaceAffinityScore;
229 }
230}
231
232// Adding a class alias for backwards compatibility with the previous class name.
233class_alias(DynamiteMessagesScoringInfo::class, 'Google_Service_CloudSearch_DynamiteMessagesScoringInfo');
Note: See TracBrowser for help on using the repository browser.