Package com.streamlayer.triggers
Interface EssentialTriggerDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
EssentialTriggerData,EssentialTriggerData.Builder
public interface EssentialTriggerDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDatasource()string datasource = 3 [json_name = "datasource"];com.google.protobuf.ByteStringgetDatasourceBytes()string datasource = 3 [json_name = "datasource"];java.lang.StringgetDescription()string description = 2 [json_name = "description"];com.google.protobuf.ByteStringgetDescriptionBytes()string description = 2 [json_name = "description"];booleangetDisabled()should be set to true if trigger is created as disabledbooleangetDisabledEntity()should be set to true if trigger is created in disabled entityjava.lang.StringgetEntity()string entity = 6 [json_name = "entity"];com.google.protobuf.ByteStringgetEntityBytes()string entity = 6 [json_name = "entity"];java.lang.StringgetEntityId()string entity_id = 7 [json_name = "entityId"];com.google.protobuf.ByteStringgetEntityIdBytes()string entity_id = 7 [json_name = "entityId"];java.lang.StringgetName()string name = 1 [json_name = "name"];com.google.protobuf.ByteStringgetNameBytes()string name = 1 [json_name = "name"];java.lang.StringgetScope()string scope = 4 [json_name = "scope"];com.google.protobuf.ByteStringgetScopeBytes()string scope = 4 [json_name = "scope"];java.lang.StringgetScopeId()string scope_id = 5 [json_name = "scopeId"];com.google.protobuf.ByteStringgetScopeIdBytes()string scope_id = 5 [json_name = "scopeId"];intgetThreshold()int32 threshold = 9 [json_name = "threshold"];UseConditionThresholdgetUseConditionThreshold().streamlayer.triggers.UseConditionThreshold use_condition_threshold = 12 [json_name = "useConditionThreshold"];intgetUseConditionThresholdValue().streamlayer.triggers.UseConditionThreshold use_condition_threshold = 12 [json_name = "useConditionThreshold"];booleangetUseEntityLimits()bool use_entity_limits = 11 [json_name = "useEntityLimits"];UseTriggerLimitsgetUseLimits().streamlayer.triggers.UseTriggerLimits use_limits = 13 [json_name = "useLimits"];intgetUseLimitsValue().streamlayer.triggers.UseTriggerLimits use_limits = 13 [json_name = "useLimits"];
-
-
-
Method Detail
-
getName
java.lang.String getName()
string name = 1 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1 [json_name = "name"];- Returns:
- The bytes for name.
-
getDescription
java.lang.String getDescription()
string description = 2 [json_name = "description"];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
string description = 2 [json_name = "description"];- Returns:
- The bytes for description.
-
getDatasource
java.lang.String getDatasource()
string datasource = 3 [json_name = "datasource"];- Returns:
- The datasource.
-
getDatasourceBytes
com.google.protobuf.ByteString getDatasourceBytes()
string datasource = 3 [json_name = "datasource"];- Returns:
- The bytes for datasource.
-
getScope
java.lang.String getScope()
string scope = 4 [json_name = "scope"];- Returns:
- The scope.
-
getScopeBytes
com.google.protobuf.ByteString getScopeBytes()
string scope = 4 [json_name = "scope"];- Returns:
- The bytes for scope.
-
getScopeId
java.lang.String getScopeId()
string scope_id = 5 [json_name = "scopeId"];- Returns:
- The scopeId.
-
getScopeIdBytes
com.google.protobuf.ByteString getScopeIdBytes()
string scope_id = 5 [json_name = "scopeId"];- Returns:
- The bytes for scopeId.
-
getEntity
java.lang.String getEntity()
string entity = 6 [json_name = "entity"];- Returns:
- The entity.
-
getEntityBytes
com.google.protobuf.ByteString getEntityBytes()
string entity = 6 [json_name = "entity"];- Returns:
- The bytes for entity.
-
getEntityId
java.lang.String getEntityId()
string entity_id = 7 [json_name = "entityId"];- Returns:
- The entityId.
-
getEntityIdBytes
com.google.protobuf.ByteString getEntityIdBytes()
string entity_id = 7 [json_name = "entityId"];- Returns:
- The bytes for entityId.
-
getDisabled
boolean getDisabled()
should be set to true if trigger is created as disabled
bool disabled = 8 [json_name = "disabled"];- Returns:
- The disabled.
-
getThreshold
int getThreshold()
int32 threshold = 9 [json_name = "threshold"];- Returns:
- The threshold.
-
getDisabledEntity
boolean getDisabledEntity()
should be set to true if trigger is created in disabled entity
bool disabled_entity = 10 [json_name = "disabledEntity"];- Returns:
- The disabledEntity.
-
getUseEntityLimits
boolean getUseEntityLimits()
bool use_entity_limits = 11 [json_name = "useEntityLimits"];- Returns:
- The useEntityLimits.
-
getUseConditionThresholdValue
int getUseConditionThresholdValue()
.streamlayer.triggers.UseConditionThreshold use_condition_threshold = 12 [json_name = "useConditionThreshold"];- Returns:
- The enum numeric value on the wire for useConditionThreshold.
-
getUseConditionThreshold
UseConditionThreshold getUseConditionThreshold()
.streamlayer.triggers.UseConditionThreshold use_condition_threshold = 12 [json_name = "useConditionThreshold"];- Returns:
- The useConditionThreshold.
-
getUseLimitsValue
int getUseLimitsValue()
.streamlayer.triggers.UseTriggerLimits use_limits = 13 [json_name = "useLimits"];- Returns:
- The enum numeric value on the wire for useLimits.
-
getUseLimits
UseTriggerLimits getUseLimits()
.streamlayer.triggers.UseTriggerLimits use_limits = 13 [json_name = "useLimits"];- Returns:
- The useLimits.
-
-