Package com.streamlayer.triggers
Interface TriggerConditionOptionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TriggerConditionOption,TriggerConditionOption.Builder
public interface TriggerConditionOptionOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCompare()string compare = 2 [json_name = "compare"];com.google.protobuf.ByteStringgetCompareBytes()string compare = 2 [json_name = "compare"];java.lang.StringgetEvent()string event = 1 [json_name = "event"];com.google.protobuf.ByteStringgetEventBytes()string event = 1 [json_name = "event"];java.lang.StringgetParent()string parent = 5 [json_name = "parent"];com.google.protobuf.ByteStringgetParentBytes()string parent = 5 [json_name = "parent"];java.lang.StringgetTargets(int index)repeated string targets = 4 [json_name = "targets"];com.google.protobuf.ByteStringgetTargetsBytes(int index)repeated string targets = 4 [json_name = "targets"];intgetTargetsCount()repeated string targets = 4 [json_name = "targets"];java.util.List<java.lang.String>getTargetsList()repeated string targets = 4 [json_name = "targets"];java.lang.StringgetType()string type = 3 [json_name = "type"];com.google.protobuf.ByteStringgetTypeBytes()string type = 3 [json_name = "type"];
-
-
-
Method Detail
-
getEvent
java.lang.String getEvent()
string event = 1 [json_name = "event"];- Returns:
- The event.
-
getEventBytes
com.google.protobuf.ByteString getEventBytes()
string event = 1 [json_name = "event"];- Returns:
- The bytes for event.
-
getCompare
java.lang.String getCompare()
string compare = 2 [json_name = "compare"];- Returns:
- The compare.
-
getCompareBytes
com.google.protobuf.ByteString getCompareBytes()
string compare = 2 [json_name = "compare"];- Returns:
- The bytes for compare.
-
getType
java.lang.String getType()
string type = 3 [json_name = "type"];- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 3 [json_name = "type"];- Returns:
- The bytes for type.
-
getTargetsList
java.util.List<java.lang.String> getTargetsList()
repeated string targets = 4 [json_name = "targets"];- Returns:
- A list containing the targets.
-
getTargetsCount
int getTargetsCount()
repeated string targets = 4 [json_name = "targets"];- Returns:
- The count of targets.
-
getTargets
java.lang.String getTargets(int index)
repeated string targets = 4 [json_name = "targets"];- Parameters:
index- The index of the element to return.- Returns:
- The targets at the given index.
-
getTargetsBytes
com.google.protobuf.ByteString getTargetsBytes(int index)
repeated string targets = 4 [json_name = "targets"];- Parameters:
index- The index of the element to return.- Returns:
- The targets at the given index.
-
getParent
java.lang.String getParent()
string parent = 5 [json_name = "parent"];- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
string parent = 5 [json_name = "parent"];- Returns:
- The bytes for parent.
-
-