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
      boolean getBackground()
      optional bool background = 7 [json_name = "background"];
      java.lang.String getDeviceId()
      optional string device_id = 4 [json_name = "deviceId"];
      com.google.protobuf.ByteString getDeviceIdBytes()
      optional string device_id = 4 [json_name = "deviceId"];
      java.lang.String getId()
      optional string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      optional string id = 1 [json_name = "id"];
      java.lang.String getLang()
      optional string lang = 5 [json_name = "lang"];
      com.google.protobuf.ByteString getLangBytes()
      optional string lang = 5 [json_name = "lang"];
      java.lang.String getPlatform()
      optional string platform = 6 [json_name = "platform"];
      com.google.protobuf.ByteString getPlatformBytes()
      optional string platform = 6 [json_name = "platform"];
      java.lang.String getUserAgent()
      optional string user_agent = 2 [json_name = "userAgent"];
      com.google.protobuf.ByteString getUserAgentBytes()
      optional string user_agent = 2 [json_name = "userAgent"];
      java.lang.String getVer()
      string ver = 3 [json_name = "ver"];
      com.google.protobuf.ByteString getVerBytes()
      string ver = 3 [json_name = "ver"];
      boolean hasBackground()
      optional bool background = 7 [json_name = "background"];
      boolean hasDeviceId()
      optional string device_id = 4 [json_name = "deviceId"];
      boolean hasId()
      optional string id = 1 [json_name = "id"];
      boolean hasLang()
      optional string lang = 5 [json_name = "lang"];
      boolean hasPlatform()
      optional string platform = 6 [json_name = "platform"];
      boolean hasUserAgent()
      optional string user_agent = 2 [json_name = "userAgent"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.