public static interface ByteplusSaasRetail.DeviceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppVersion()
Optional.
|
com.google.protobuf.ByteString |
getAppVersionBytes()
Optional.
|
String |
getBrowserType()
Optional.
|
com.google.protobuf.ByteString |
getBrowserTypeBytes()
Optional.
|
String |
getDeviceBrand()
Optional.
|
com.google.protobuf.ByteString |
getDeviceBrandBytes()
Optional.
|
String |
getDeviceModel()
Optional.
|
com.google.protobuf.ByteString |
getDeviceModelBytes()
Optional.
|
String |
getNetwork()
Optional.
|
com.google.protobuf.ByteString |
getNetworkBytes()
Optional.
|
String |
getOsType()
Optional.
|
com.google.protobuf.ByteString |
getOsTypeBytes()
Optional.
|
String |
getOsVersion()
Optional.
|
com.google.protobuf.ByteString |
getOsVersionBytes()
Optional.
|
String |
getPlatform()
Required.
|
com.google.protobuf.ByteString |
getPlatformBytes()
Required.
|
String |
getUserAgent()
Optional.
|
com.google.protobuf.ByteString |
getUserAgentBytes()
Optional.
|
String getPlatform()
Required. The platform used by the user. The acceptable values are "app", "desktop-web", "mobile-web", "other". app: user use APP desktop-web: user use desktop web mobile-web: user use mobile web
string platform = 1;com.google.protobuf.ByteString getPlatformBytes()
Required. The platform used by the user. The acceptable values are "app", "desktop-web", "mobile-web", "other". app: user use APP desktop-web: user use desktop web mobile-web: user use mobile web
string platform = 1;String getOsType()
Optional. The platform used by the user. The acceptable values are "android", "ios", "windows", "other" and "other".
string os_type = 2;com.google.protobuf.ByteString getOsTypeBytes()
Optional. The platform used by the user. The acceptable values are "android", "ios", "windows", "other" and "other".
string os_type = 2;String getAppVersion()
Optional. Your application version. e.g. V9.0.8.
string app_version = 3;com.google.protobuf.ByteString getAppVersionBytes()
Optional. Your application version. e.g. V9.0.8.
string app_version = 3;String getDeviceModel()
Optional. The device model. e.g. "iPhone10", "Pixel 4".
string device_model = 4;com.google.protobuf.ByteString getDeviceModelBytes()
Optional. The device model. e.g. "iPhone10", "Pixel 4".
string device_model = 4;String getDeviceBrand()
Optional. The brand of the device. e.g. "Samsung"
string device_brand = 5;com.google.protobuf.ByteString getDeviceBrandBytes()
Optional. The brand of the device. e.g. "Samsung"
string device_brand = 5;String getOsVersion()
Optional. The operating system version. e.g. "14.4.2"
string os_version = 6;com.google.protobuf.ByteString getOsVersionBytes()
Optional. The operating system version. e.g. "14.4.2"
string os_version = 6;String getBrowserType()
Optional. The type of the browser. e.g. "chrome", "firefox", etc.
string browser_type = 7;com.google.protobuf.ByteString getBrowserTypeBytes()
Optional. The type of the browser. e.g. "chrome", "firefox", etc.
string browser_type = 7;String getUserAgent()
Optional. The UserAgent for the browser.
string user_agent = 8;com.google.protobuf.ByteString getUserAgentBytes()
Optional. The UserAgent for the browser.
string user_agent = 8;String getNetwork()
Optional. The network used. The acceptable values are "2g", "3g", "4g", "5g", "wifi", "other".
string network = 9;com.google.protobuf.ByteString getNetworkBytes()
Optional. The network used. The acceptable values are "2g", "3g", "4g", "5g", "wifi", "other".
string network = 9;Copyright © 2022. All rights reserved.