Package pbx

Interface Model.DefaultAcsModeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    Model.DefaultAcsMode, Model.DefaultAcsMode.Builder
    Enclosing class:
    Model

    public static interface Model.DefaultAcsModeOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAnon()
      optional string anon = 2 [json_name = "anon"];
      com.google.protobuf.ByteString getAnonBytes()
      optional string anon = 2 [json_name = "anon"];
      java.lang.String getAuth()
      optional string auth = 1 [json_name = "auth"];
      com.google.protobuf.ByteString getAuthBytes()
      optional string auth = 1 [json_name = "auth"];
      boolean hasAnon()
      optional string anon = 2 [json_name = "anon"];
      boolean hasAuth()
      optional string auth = 1 [json_name = "auth"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasAuth

        boolean hasAuth()
        optional string auth = 1 [json_name = "auth"];
        Returns:
        Whether the auth field is set.
      • getAuth

        java.lang.String getAuth()
        optional string auth = 1 [json_name = "auth"];
        Returns:
        The auth.
      • getAuthBytes

        com.google.protobuf.ByteString getAuthBytes()
        optional string auth = 1 [json_name = "auth"];
        Returns:
        The bytes for auth.
      • hasAnon

        boolean hasAnon()
        optional string anon = 2 [json_name = "anon"];
        Returns:
        Whether the anon field is set.
      • getAnon

        java.lang.String getAnon()
        optional string anon = 2 [json_name = "anon"];
        Returns:
        The anon.
      • getAnonBytes

        com.google.protobuf.ByteString getAnonBytes()
        optional string anon = 2 [json_name = "anon"];
        Returns:
        The bytes for anon.