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.StringgetAnon()optional string anon = 2 [json_name = "anon"];com.google.protobuf.ByteStringgetAnonBytes()optional string anon = 2 [json_name = "anon"];java.lang.StringgetAuth()optional string auth = 1 [json_name = "auth"];com.google.protobuf.ByteStringgetAuthBytes()optional string auth = 1 [json_name = "auth"];booleanhasAnon()optional string anon = 2 [json_name = "anon"];booleanhasAuth()optional string auth = 1 [json_name = "auth"];
-
-
-
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.
-
-