Package pbx
Interface Model.ClientHiOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Model.ClientHi,Model.ClientHi.Builder
- Enclosing class:
- Model
public static interface Model.ClientHiOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetBackground()optional bool background = 7 [json_name = "background"];java.lang.StringgetDeviceId()optional string device_id = 4 [json_name = "deviceId"];com.google.protobuf.ByteStringgetDeviceIdBytes()optional string device_id = 4 [json_name = "deviceId"];java.lang.StringgetId()optional string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()optional string id = 1 [json_name = "id"];java.lang.StringgetLang()optional string lang = 5 [json_name = "lang"];com.google.protobuf.ByteStringgetLangBytes()optional string lang = 5 [json_name = "lang"];java.lang.StringgetPlatform()optional string platform = 6 [json_name = "platform"];com.google.protobuf.ByteStringgetPlatformBytes()optional string platform = 6 [json_name = "platform"];java.lang.StringgetUserAgent()optional string user_agent = 2 [json_name = "userAgent"];com.google.protobuf.ByteStringgetUserAgentBytes()optional string user_agent = 2 [json_name = "userAgent"];java.lang.StringgetVer()string ver = 3 [json_name = "ver"];com.google.protobuf.ByteStringgetVerBytes()string ver = 3 [json_name = "ver"];booleanhasBackground()optional bool background = 7 [json_name = "background"];booleanhasDeviceId()optional string device_id = 4 [json_name = "deviceId"];booleanhasId()optional string id = 1 [json_name = "id"];booleanhasLang()optional string lang = 5 [json_name = "lang"];booleanhasPlatform()optional string platform = 6 [json_name = "platform"];booleanhasUserAgent()optional string user_agent = 2 [json_name = "userAgent"];
-
-
-
Method Detail
-
hasId
boolean hasId()
optional string id = 1 [json_name = "id"];- Returns:
- Whether the id field is set.
-
getId
java.lang.String getId()
optional string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
optional string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
hasUserAgent
boolean hasUserAgent()
optional string user_agent = 2 [json_name = "userAgent"];- Returns:
- Whether the userAgent field is set.
-
getUserAgent
java.lang.String getUserAgent()
optional string user_agent = 2 [json_name = "userAgent"];- Returns:
- The userAgent.
-
getUserAgentBytes
com.google.protobuf.ByteString getUserAgentBytes()
optional string user_agent = 2 [json_name = "userAgent"];- Returns:
- The bytes for userAgent.
-
getVer
java.lang.String getVer()
string ver = 3 [json_name = "ver"];- Returns:
- The ver.
-
getVerBytes
com.google.protobuf.ByteString getVerBytes()
string ver = 3 [json_name = "ver"];- Returns:
- The bytes for ver.
-
hasDeviceId
boolean hasDeviceId()
optional string device_id = 4 [json_name = "deviceId"];- Returns:
- Whether the deviceId field is set.
-
getDeviceId
java.lang.String getDeviceId()
optional string device_id = 4 [json_name = "deviceId"];- Returns:
- The deviceId.
-
getDeviceIdBytes
com.google.protobuf.ByteString getDeviceIdBytes()
optional string device_id = 4 [json_name = "deviceId"];- Returns:
- The bytes for deviceId.
-
hasLang
boolean hasLang()
optional string lang = 5 [json_name = "lang"];- Returns:
- Whether the lang field is set.
-
getLang
java.lang.String getLang()
optional string lang = 5 [json_name = "lang"];- Returns:
- The lang.
-
getLangBytes
com.google.protobuf.ByteString getLangBytes()
optional string lang = 5 [json_name = "lang"];- Returns:
- The bytes for lang.
-
hasPlatform
boolean hasPlatform()
optional string platform = 6 [json_name = "platform"];- Returns:
- Whether the platform field is set.
-
getPlatform
java.lang.String getPlatform()
optional string platform = 6 [json_name = "platform"];- Returns:
- The platform.
-
getPlatformBytes
com.google.protobuf.ByteString getPlatformBytes()
optional string platform = 6 [json_name = "platform"];- Returns:
- The bytes for platform.
-
hasBackground
boolean hasBackground()
optional bool background = 7 [json_name = "background"];- Returns:
- Whether the background field is set.
-
getBackground
boolean getBackground()
optional bool background = 7 [json_name = "background"];- Returns:
- The background.
-
-