public static interface ByteplusSaasRetail.SceneOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getOffset()
Optional.
|
int |
getPageNumber()
Optional.
|
String |
getSceneName()
Required.
|
com.google.protobuf.ByteString |
getSceneNameBytes()
Required.
|
String getSceneName()
Required. The unique identifier for the scene. It can be Home page, Search page, Details page, etc. It is strongly recommended that you split the scene if possible.
string scene_name = 1;com.google.protobuf.ByteString getSceneNameBytes()
Required. The unique identifier for the scene. It can be Home page, Search page, Details page, etc. It is strongly recommended that you split the scene if possible.
string scene_name = 1;int getPageNumber()
Optional. The page number. It can be: 1. Users swipe the screen for X times then see the product. 2. Users go to page X and see the product. In this case, X is the page number. This should default to be 0. That means everything fits into 1 page.
int32 page_number = 2;int getOffset()
Optional. The offset (1-based) within the page above.
int32 offset = 3;Copyright © 2022. All rights reserved.