public static final class ByteplusSaasRetail.Device.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.Device.Builder> implements ByteplusSaasRetail.DeviceOrBuilder
The device proto.Protobuf type
bytedance.byteplus.rec.retail.DevicegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.Device.Builder>public ByteplusSaasRetail.Device.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.Device.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.Device.Builder>public ByteplusSaasRetail.Device getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ByteplusSaasRetail.Device build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ByteplusSaasRetail.Device buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ByteplusSaasRetail.Device.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.Device.Builder>public ByteplusSaasRetail.Device.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.Device.Builder>public ByteplusSaasRetail.Device.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.Device.Builder>public ByteplusSaasRetail.Device.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.Device.Builder>public ByteplusSaasRetail.Device.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.Device.Builder>public ByteplusSaasRetail.Device.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.Device.Builder>public ByteplusSaasRetail.Device.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ByteplusSaasRetail.Device.Builder>public ByteplusSaasRetail.Device.Builder mergeFrom(ByteplusSaasRetail.Device other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.Device.Builder>public ByteplusSaasRetail.Device.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ByteplusSaasRetail.Device.Builder>IOExceptionpublic 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;getPlatform 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic 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;getPlatformBytes 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic ByteplusSaasRetail.Device.Builder setPlatform(String value)
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;value - The platform to set.public ByteplusSaasRetail.Device.Builder clearPlatform()
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;public ByteplusSaasRetail.Device.Builder setPlatformBytes(com.google.protobuf.ByteString value)
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;value - The bytes for platform to set.public String getOsType()
Optional. The platform used by the user. The acceptable values are "android", "ios", "windows", "other" and "other".
string os_type = 2;getOsType 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic 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;getOsTypeBytes 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic ByteplusSaasRetail.Device.Builder setOsType(String value)
Optional. The platform used by the user. The acceptable values are "android", "ios", "windows", "other" and "other".
string os_type = 2;value - The osType to set.public ByteplusSaasRetail.Device.Builder clearOsType()
Optional. The platform used by the user. The acceptable values are "android", "ios", "windows", "other" and "other".
string os_type = 2;public ByteplusSaasRetail.Device.Builder setOsTypeBytes(com.google.protobuf.ByteString value)
Optional. The platform used by the user. The acceptable values are "android", "ios", "windows", "other" and "other".
string os_type = 2;value - The bytes for osType to set.public String getAppVersion()
Optional. Your application version. e.g. V9.0.8.
string app_version = 3;getAppVersion 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic com.google.protobuf.ByteString getAppVersionBytes()
Optional. Your application version. e.g. V9.0.8.
string app_version = 3;getAppVersionBytes 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic ByteplusSaasRetail.Device.Builder setAppVersion(String value)
Optional. Your application version. e.g. V9.0.8.
string app_version = 3;value - The appVersion to set.public ByteplusSaasRetail.Device.Builder clearAppVersion()
Optional. Your application version. e.g. V9.0.8.
string app_version = 3;public ByteplusSaasRetail.Device.Builder setAppVersionBytes(com.google.protobuf.ByteString value)
Optional. Your application version. e.g. V9.0.8.
string app_version = 3;value - The bytes for appVersion to set.public String getDeviceModel()
Optional. The device model. e.g. "iPhone10", "Pixel 4".
string device_model = 4;getDeviceModel 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic com.google.protobuf.ByteString getDeviceModelBytes()
Optional. The device model. e.g. "iPhone10", "Pixel 4".
string device_model = 4;getDeviceModelBytes 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic ByteplusSaasRetail.Device.Builder setDeviceModel(String value)
Optional. The device model. e.g. "iPhone10", "Pixel 4".
string device_model = 4;value - The deviceModel to set.public ByteplusSaasRetail.Device.Builder clearDeviceModel()
Optional. The device model. e.g. "iPhone10", "Pixel 4".
string device_model = 4;public ByteplusSaasRetail.Device.Builder setDeviceModelBytes(com.google.protobuf.ByteString value)
Optional. The device model. e.g. "iPhone10", "Pixel 4".
string device_model = 4;value - The bytes for deviceModel to set.public String getDeviceBrand()
Optional. The brand of the device. e.g. "Samsung"
string device_brand = 5;getDeviceBrand 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic com.google.protobuf.ByteString getDeviceBrandBytes()
Optional. The brand of the device. e.g. "Samsung"
string device_brand = 5;getDeviceBrandBytes 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic ByteplusSaasRetail.Device.Builder setDeviceBrand(String value)
Optional. The brand of the device. e.g. "Samsung"
string device_brand = 5;value - The deviceBrand to set.public ByteplusSaasRetail.Device.Builder clearDeviceBrand()
Optional. The brand of the device. e.g. "Samsung"
string device_brand = 5;public ByteplusSaasRetail.Device.Builder setDeviceBrandBytes(com.google.protobuf.ByteString value)
Optional. The brand of the device. e.g. "Samsung"
string device_brand = 5;value - The bytes for deviceBrand to set.public String getOsVersion()
Optional. The operating system version. e.g. "14.4.2"
string os_version = 6;getOsVersion 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic com.google.protobuf.ByteString getOsVersionBytes()
Optional. The operating system version. e.g. "14.4.2"
string os_version = 6;getOsVersionBytes 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic ByteplusSaasRetail.Device.Builder setOsVersion(String value)
Optional. The operating system version. e.g. "14.4.2"
string os_version = 6;value - The osVersion to set.public ByteplusSaasRetail.Device.Builder clearOsVersion()
Optional. The operating system version. e.g. "14.4.2"
string os_version = 6;public ByteplusSaasRetail.Device.Builder setOsVersionBytes(com.google.protobuf.ByteString value)
Optional. The operating system version. e.g. "14.4.2"
string os_version = 6;value - The bytes for osVersion to set.public String getBrowserType()
Optional. The type of the browser. e.g. "chrome", "firefox", etc.
string browser_type = 7;getBrowserType 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic com.google.protobuf.ByteString getBrowserTypeBytes()
Optional. The type of the browser. e.g. "chrome", "firefox", etc.
string browser_type = 7;getBrowserTypeBytes 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic ByteplusSaasRetail.Device.Builder setBrowserType(String value)
Optional. The type of the browser. e.g. "chrome", "firefox", etc.
string browser_type = 7;value - The browserType to set.public ByteplusSaasRetail.Device.Builder clearBrowserType()
Optional. The type of the browser. e.g. "chrome", "firefox", etc.
string browser_type = 7;public ByteplusSaasRetail.Device.Builder setBrowserTypeBytes(com.google.protobuf.ByteString value)
Optional. The type of the browser. e.g. "chrome", "firefox", etc.
string browser_type = 7;value - The bytes for browserType to set.public String getUserAgent()
Optional. The UserAgent for the browser.
string user_agent = 8;getUserAgent 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic com.google.protobuf.ByteString getUserAgentBytes()
Optional. The UserAgent for the browser.
string user_agent = 8;getUserAgentBytes 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic ByteplusSaasRetail.Device.Builder setUserAgent(String value)
Optional. The UserAgent for the browser.
string user_agent = 8;value - The userAgent to set.public ByteplusSaasRetail.Device.Builder clearUserAgent()
Optional. The UserAgent for the browser.
string user_agent = 8;public ByteplusSaasRetail.Device.Builder setUserAgentBytes(com.google.protobuf.ByteString value)
Optional. The UserAgent for the browser.
string user_agent = 8;value - The bytes for userAgent to set.public String getNetwork()
Optional. The network used. The acceptable values are "2g", "3g", "4g", "5g", "wifi", "other".
string network = 9;getNetwork 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic com.google.protobuf.ByteString getNetworkBytes()
Optional. The network used. The acceptable values are "2g", "3g", "4g", "5g", "wifi", "other".
string network = 9;getNetworkBytes 在接口中 ByteplusSaasRetail.DeviceOrBuilderpublic ByteplusSaasRetail.Device.Builder setNetwork(String value)
Optional. The network used. The acceptable values are "2g", "3g", "4g", "5g", "wifi", "other".
string network = 9;value - The network to set.public ByteplusSaasRetail.Device.Builder clearNetwork()
Optional. The network used. The acceptable values are "2g", "3g", "4g", "5g", "wifi", "other".
string network = 9;public ByteplusSaasRetail.Device.Builder setNetworkBytes(com.google.protobuf.ByteString value)
Optional. The network used. The acceptable values are "2g", "3g", "4g", "5g", "wifi", "other".
string network = 9;value - The bytes for network to set.public final ByteplusSaasRetail.Device.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.Device.Builder>public final ByteplusSaasRetail.Device.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasRetail.Device.Builder>Copyright © 2022. All rights reserved.