Interface TotalByCategoriesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TotalByCategoriesRequest,TotalByCategoriesRequest.Builder
public interface TotalByCategoriesRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TotalByCategoriesRequest.TotalRequestFiltergetFilter().streamlayer.analytics.v1.interactions.TotalByCategoriesRequest.TotalRequestFilter filter = 1 [json_name = "filter"];java.lang.StringgetOrganizationId()string organization_id = 2 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 2 [json_name = "organizationId"];booleanhasFilter().streamlayer.analytics.v1.interactions.TotalByCategoriesRequest.TotalRequestFilter filter = 1 [json_name = "filter"];
-
-
-
Method Detail
-
hasFilter
boolean hasFilter()
.streamlayer.analytics.v1.interactions.TotalByCategoriesRequest.TotalRequestFilter filter = 1 [json_name = "filter"];- Returns:
- Whether the filter field is set.
-
getFilter
TotalByCategoriesRequest.TotalRequestFilter getFilter()
.streamlayer.analytics.v1.interactions.TotalByCategoriesRequest.TotalRequestFilter filter = 1 [json_name = "filter"];- Returns:
- The filter.
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 2 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 2 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
-