Package com.streamlayer.triggers
Interface TriggerActivationsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TriggerActivationsRequest,TriggerActivationsRequest.Builder
public interface TriggerActivationsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEntityId()entity_id can be empty, priority is trigger_idcom.google.protobuf.ByteStringgetEntityIdBytes()entity_id can be empty, priority is trigger_idjava.lang.StringgetId()trigger_id can be emptycom.google.protobuf.ByteStringgetIdBytes()trigger_id can be emptyintgetLimit()limitintgetOffset()offsetbooleanhasEntityId()entity_id can be empty, priority is trigger_idbooleanhasId()trigger_id can be empty
-
-
-
Method Detail
-
hasId
boolean hasId()
trigger_id can be empty
optional string id = 1 [json_name = "id"];- Returns:
- Whether the id field is set.
-
getId
java.lang.String getId()
trigger_id can be empty
optional string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
trigger_id can be empty
optional string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
hasEntityId
boolean hasEntityId()
entity_id can be empty, priority is trigger_id
optional string entity_id = 2 [json_name = "entityId"];- Returns:
- Whether the entityId field is set.
-
getEntityId
java.lang.String getEntityId()
entity_id can be empty, priority is trigger_id
optional string entity_id = 2 [json_name = "entityId"];- Returns:
- The entityId.
-
getEntityIdBytes
com.google.protobuf.ByteString getEntityIdBytes()
entity_id can be empty, priority is trigger_id
optional string entity_id = 2 [json_name = "entityId"];- Returns:
- The bytes for entityId.
-
getLimit
int getLimit()
limit
int32 limit = 3 [json_name = "limit"];- Returns:
- The limit.
-
getOffset
int getOffset()
offset
int32 offset = 4 [json_name = "offset"];- Returns:
- The offset.
-
-