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 |
|
---|
18 | namespace Google\Service\CloudSearch;
|
---|
19 |
|
---|
20 | class DynamiteSpacesScoringInfo extends \Google\Model
|
---|
21 | {
|
---|
22 | public $affinityScore;
|
---|
23 | public $commonContactCountAffinityScore;
|
---|
24 | public $contactsIntersectionCount;
|
---|
25 | public $finalScore;
|
---|
26 | public $freshnessScore;
|
---|
27 | public $joinedSpacesAffinityScore;
|
---|
28 | /**
|
---|
29 | * @var string
|
---|
30 | */
|
---|
31 | public $lastMessagePostedTimestampSecs;
|
---|
32 | /**
|
---|
33 | * @var string
|
---|
34 | */
|
---|
35 | public $lastReadTimestampSecs;
|
---|
36 | public $memberCountScore;
|
---|
37 | public $memberMetadataCount;
|
---|
38 | public $messageScore;
|
---|
39 | /**
|
---|
40 | * @var string
|
---|
41 | */
|
---|
42 | public $numAucContacts;
|
---|
43 | public $smallContactListAffinityScore;
|
---|
44 | public $smallUnjoinedSpacesAffinityScore;
|
---|
45 | public $spaceAgeInDays;
|
---|
46 | /**
|
---|
47 | * @var string
|
---|
48 | */
|
---|
49 | public $spaceCreationTimestampSecs;
|
---|
50 | public $topicalityScore;
|
---|
51 |
|
---|
52 | public function setAffinityScore($affinityScore)
|
---|
53 | {
|
---|
54 | $this->affinityScore = $affinityScore;
|
---|
55 | }
|
---|
56 | public function getAffinityScore()
|
---|
57 | {
|
---|
58 | return $this->affinityScore;
|
---|
59 | }
|
---|
60 | public function setCommonContactCountAffinityScore($commonContactCountAffinityScore)
|
---|
61 | {
|
---|
62 | $this->commonContactCountAffinityScore = $commonContactCountAffinityScore;
|
---|
63 | }
|
---|
64 | public function getCommonContactCountAffinityScore()
|
---|
65 | {
|
---|
66 | return $this->commonContactCountAffinityScore;
|
---|
67 | }
|
---|
68 | public function setContactsIntersectionCount($contactsIntersectionCount)
|
---|
69 | {
|
---|
70 | $this->contactsIntersectionCount = $contactsIntersectionCount;
|
---|
71 | }
|
---|
72 | public function getContactsIntersectionCount()
|
---|
73 | {
|
---|
74 | return $this->contactsIntersectionCount;
|
---|
75 | }
|
---|
76 | public function setFinalScore($finalScore)
|
---|
77 | {
|
---|
78 | $this->finalScore = $finalScore;
|
---|
79 | }
|
---|
80 | public function getFinalScore()
|
---|
81 | {
|
---|
82 | return $this->finalScore;
|
---|
83 | }
|
---|
84 | public function setFreshnessScore($freshnessScore)
|
---|
85 | {
|
---|
86 | $this->freshnessScore = $freshnessScore;
|
---|
87 | }
|
---|
88 | public function getFreshnessScore()
|
---|
89 | {
|
---|
90 | return $this->freshnessScore;
|
---|
91 | }
|
---|
92 | public function setJoinedSpacesAffinityScore($joinedSpacesAffinityScore)
|
---|
93 | {
|
---|
94 | $this->joinedSpacesAffinityScore = $joinedSpacesAffinityScore;
|
---|
95 | }
|
---|
96 | public function getJoinedSpacesAffinityScore()
|
---|
97 | {
|
---|
98 | return $this->joinedSpacesAffinityScore;
|
---|
99 | }
|
---|
100 | /**
|
---|
101 | * @param string
|
---|
102 | */
|
---|
103 | public function setLastMessagePostedTimestampSecs($lastMessagePostedTimestampSecs)
|
---|
104 | {
|
---|
105 | $this->lastMessagePostedTimestampSecs = $lastMessagePostedTimestampSecs;
|
---|
106 | }
|
---|
107 | /**
|
---|
108 | * @return string
|
---|
109 | */
|
---|
110 | public function getLastMessagePostedTimestampSecs()
|
---|
111 | {
|
---|
112 | return $this->lastMessagePostedTimestampSecs;
|
---|
113 | }
|
---|
114 | /**
|
---|
115 | * @param string
|
---|
116 | */
|
---|
117 | public function setLastReadTimestampSecs($lastReadTimestampSecs)
|
---|
118 | {
|
---|
119 | $this->lastReadTimestampSecs = $lastReadTimestampSecs;
|
---|
120 | }
|
---|
121 | /**
|
---|
122 | * @return string
|
---|
123 | */
|
---|
124 | public function getLastReadTimestampSecs()
|
---|
125 | {
|
---|
126 | return $this->lastReadTimestampSecs;
|
---|
127 | }
|
---|
128 | public function setMemberCountScore($memberCountScore)
|
---|
129 | {
|
---|
130 | $this->memberCountScore = $memberCountScore;
|
---|
131 | }
|
---|
132 | public function getMemberCountScore()
|
---|
133 | {
|
---|
134 | return $this->memberCountScore;
|
---|
135 | }
|
---|
136 | public function setMemberMetadataCount($memberMetadataCount)
|
---|
137 | {
|
---|
138 | $this->memberMetadataCount = $memberMetadataCount;
|
---|
139 | }
|
---|
140 | public function getMemberMetadataCount()
|
---|
141 | {
|
---|
142 | return $this->memberMetadataCount;
|
---|
143 | }
|
---|
144 | public function setMessageScore($messageScore)
|
---|
145 | {
|
---|
146 | $this->messageScore = $messageScore;
|
---|
147 | }
|
---|
148 | public function getMessageScore()
|
---|
149 | {
|
---|
150 | return $this->messageScore;
|
---|
151 | }
|
---|
152 | /**
|
---|
153 | * @param string
|
---|
154 | */
|
---|
155 | public function setNumAucContacts($numAucContacts)
|
---|
156 | {
|
---|
157 | $this->numAucContacts = $numAucContacts;
|
---|
158 | }
|
---|
159 | /**
|
---|
160 | * @return string
|
---|
161 | */
|
---|
162 | public function getNumAucContacts()
|
---|
163 | {
|
---|
164 | return $this->numAucContacts;
|
---|
165 | }
|
---|
166 | public function setSmallContactListAffinityScore($smallContactListAffinityScore)
|
---|
167 | {
|
---|
168 | $this->smallContactListAffinityScore = $smallContactListAffinityScore;
|
---|
169 | }
|
---|
170 | public function getSmallContactListAffinityScore()
|
---|
171 | {
|
---|
172 | return $this->smallContactListAffinityScore;
|
---|
173 | }
|
---|
174 | public function setSmallUnjoinedSpacesAffinityScore($smallUnjoinedSpacesAffinityScore)
|
---|
175 | {
|
---|
176 | $this->smallUnjoinedSpacesAffinityScore = $smallUnjoinedSpacesAffinityScore;
|
---|
177 | }
|
---|
178 | public function getSmallUnjoinedSpacesAffinityScore()
|
---|
179 | {
|
---|
180 | return $this->smallUnjoinedSpacesAffinityScore;
|
---|
181 | }
|
---|
182 | public function setSpaceAgeInDays($spaceAgeInDays)
|
---|
183 | {
|
---|
184 | $this->spaceAgeInDays = $spaceAgeInDays;
|
---|
185 | }
|
---|
186 | public function getSpaceAgeInDays()
|
---|
187 | {
|
---|
188 | return $this->spaceAgeInDays;
|
---|
189 | }
|
---|
190 | /**
|
---|
191 | * @param string
|
---|
192 | */
|
---|
193 | public function setSpaceCreationTimestampSecs($spaceCreationTimestampSecs)
|
---|
194 | {
|
---|
195 | $this->spaceCreationTimestampSecs = $spaceCreationTimestampSecs;
|
---|
196 | }
|
---|
197 | /**
|
---|
198 | * @return string
|
---|
199 | */
|
---|
200 | public function getSpaceCreationTimestampSecs()
|
---|
201 | {
|
---|
202 | return $this->spaceCreationTimestampSecs;
|
---|
203 | }
|
---|
204 | public function setTopicalityScore($topicalityScore)
|
---|
205 | {
|
---|
206 | $this->topicalityScore = $topicalityScore;
|
---|
207 | }
|
---|
208 | public function getTopicalityScore()
|
---|
209 | {
|
---|
210 | return $this->topicalityScore;
|
---|
211 | }
|
---|
212 | }
|
---|
213 |
|
---|
214 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
215 | class_alias(DynamiteSpacesScoringInfo::class, 'Google_Service_CloudSearch_DynamiteSpacesScoringInfo');
|
---|