Skip to content

Commit 28cad31

Browse files
algolia-botsirockin
andcommitted
fix(specs): insights-api timestamp documentation (generated)
algolia/api-clients-automation#5925 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Dave Sirockin <dave@sirockin.com>
1 parent 2315f52 commit 28cad31

12 files changed

Lines changed: 24 additions & 24 deletions

algoliasearch/src/main/java/com/algolia/model/insights/AddedToCartObjectIDs.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ public AddedToCartObjectIDs setTimestamp(Long timestamp) {
187187
}
188188

189189
/**
190-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights
191-
* API uses the time it receives an event as its timestamp.
190+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30
191+
* days. If not provided, we use the time at which the request was received.
192192
*/
193193
@javax.annotation.Nullable
194194
public Long getTimestamp() {

algoliasearch/src/main/java/com/algolia/model/insights/AddedToCartObjectIDsAfterSearch.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ public AddedToCartObjectIDsAfterSearch setTimestamp(Long timestamp) {
203203
}
204204

205205
/**
206-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights
207-
* API uses the time it receives an event as its timestamp.
206+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30
207+
* days. If not provided, we use the time at which the request was received.
208208
*/
209209
@javax.annotation.Nullable
210210
public Long getTimestamp() {

algoliasearch/src/main/java/com/algolia/model/insights/ClickedFilters.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ public ClickedFilters setTimestamp(Long timestamp) {
129129
}
130130

131131
/**
132-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights
133-
* API uses the time it receives an event as its timestamp.
132+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30
133+
* days. If not provided, we use the time at which the request was received.
134134
*/
135135
@javax.annotation.Nullable
136136
public Long getTimestamp() {

algoliasearch/src/main/java/com/algolia/model/insights/ClickedObjectIDs.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ public ClickedObjectIDs setTimestamp(Long timestamp) {
130130
}
131131

132132
/**
133-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights
134-
* API uses the time it receives an event as its timestamp.
133+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30
134+
* days. If not provided, we use the time at which the request was received.
135135
*/
136136
@javax.annotation.Nullable
137137
public Long getTimestamp() {

algoliasearch/src/main/java/com/algolia/model/insights/ClickedObjectIDsAfterSearch.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ public ClickedObjectIDsAfterSearch setTimestamp(Long timestamp) {
169169
}
170170

171171
/**
172-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights
173-
* API uses the time it receives an event as its timestamp.
172+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30
173+
* days. If not provided, we use the time at which the request was received.
174174
*/
175175
@javax.annotation.Nullable
176176
public Long getTimestamp() {

algoliasearch/src/main/java/com/algolia/model/insights/ConvertedFilters.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ public ConvertedFilters setTimestamp(Long timestamp) {
129129
}
130130

131131
/**
132-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights
133-
* API uses the time it receives an event as its timestamp.
132+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30
133+
* days. If not provided, we use the time at which the request was received.
134134
*/
135135
@javax.annotation.Nullable
136136
public Long getTimestamp() {

algoliasearch/src/main/java/com/algolia/model/insights/ConvertedObjectIDs.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ public ConvertedObjectIDs setTimestamp(Long timestamp) {
131131
}
132132

133133
/**
134-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights
135-
* API uses the time it receives an event as its timestamp.
134+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30
135+
* days. If not provided, we use the time at which the request was received.
136136
*/
137137
@javax.annotation.Nullable
138138
public Long getTimestamp() {

algoliasearch/src/main/java/com/algolia/model/insights/ConvertedObjectIDsAfterSearch.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ public ConvertedObjectIDsAfterSearch setTimestamp(Long timestamp) {
149149
}
150150

151151
/**
152-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights
153-
* API uses the time it receives an event as its timestamp.
152+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30
153+
* days. If not provided, we use the time at which the request was received.
154154
*/
155155
@javax.annotation.Nullable
156156
public Long getTimestamp() {

algoliasearch/src/main/java/com/algolia/model/insights/PurchasedObjectIDs.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ public PurchasedObjectIDs setTimestamp(Long timestamp) {
186186
}
187187

188188
/**
189-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights
190-
* API uses the time it receives an event as its timestamp.
189+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30
190+
* days. If not provided, we use the time at which the request was received.
191191
*/
192192
@javax.annotation.Nullable
193193
public Long getTimestamp() {

algoliasearch/src/main/java/com/algolia/model/insights/PurchasedObjectIDsAfterSearch.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ public PurchasedObjectIDsAfterSearch setTimestamp(Long timestamp) {
182182
}
183183

184184
/**
185-
* Timestamp of the event, measured in milliseconds since the Unix epoch. By default, the Insights
186-
* API uses the time it receives an event as its timestamp.
185+
* Timestamp of the event, measured in milliseconds since the Unix epoch. Must be no older than 30
186+
* days. If not provided, we use the time at which the request was received.
187187
*/
188188
@javax.annotation.Nullable
189189
public Long getTimestamp() {

0 commit comments

Comments
 (0)