Interface LogoutOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Logout,Logout.Builder
public interface LogoutOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonDatagetCommon()will cleanup authenticationbooleanhasCommon()will cleanup authentication
-
-
-
Method Detail
-
hasCommon
boolean hasCommon()
will cleanup authentication
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];- Returns:
- Whether the common field is set.
-
getCommon
CommonData getCommon()
will cleanup authentication
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];- Returns:
- The common.
-
-