Package com.streamlayer.triggers
Interface GetEntityRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GetEntityRequest,GetEntityRequest.Builder
public interface GetEntityRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEntity()string entity = 1 [json_name = "entity"];com.google.protobuf.ByteStringgetEntityBytes()string entity = 1 [json_name = "entity"];java.lang.StringgetEntityId()string entity_id = 2 [json_name = "entityId"];com.google.protobuf.ByteStringgetEntityIdBytes()string entity_id = 2 [json_name = "entityId"];
-
-
-
Method Detail
-
getEntity
java.lang.String getEntity()
string entity = 1 [json_name = "entity"];- Returns:
- The entity.
-
getEntityBytes
com.google.protobuf.ByteString getEntityBytes()
string entity = 1 [json_name = "entity"];- Returns:
- The bytes for entity.
-
getEntityId
java.lang.String getEntityId()
string entity_id = 2 [json_name = "entityId"];- Returns:
- The entityId.
-
getEntityIdBytes
com.google.protobuf.ByteString getEntityIdBytes()
string entity_id = 2 [json_name = "entityId"];- Returns:
- The bytes for entityId.
-
-