Interface GatewayOuterClass.DecisionMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.DecisionMetadata,GatewayOuterClass.DecisionMetadata.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.DecisionMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongthe assigned decision key, which acts as a unique identifier for this decisionlongthe assigned key of the decision requirements graph that this decision is part ofthe dmn decision ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decisioncom.google.protobuf.ByteStringthe dmn decision ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decisionthe dmn name of the decision, as parsed during deploymentcom.google.protobuf.ByteStringthe dmn name of the decision, as parsed during deploymentthe dmn ID of the decision requirements graph that this decision is part of, as parsed during deploymentcom.google.protobuf.ByteStringthe dmn ID of the decision requirements graph that this decision is part of, as parsed during deploymentintthe assigned decision versionMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDmnDecisionId
String getDmnDecisionId()the dmn decision ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision
string dmnDecisionId = 1;- Returns:
- The dmnDecisionId.
-
getDmnDecisionIdBytes
com.google.protobuf.ByteString getDmnDecisionIdBytes()the dmn decision ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision
string dmnDecisionId = 1;- Returns:
- The bytes for dmnDecisionId.
-
getDmnDecisionName
String getDmnDecisionName()the dmn name of the decision, as parsed during deployment
string dmnDecisionName = 2;- Returns:
- The dmnDecisionName.
-
getDmnDecisionNameBytes
com.google.protobuf.ByteString getDmnDecisionNameBytes()the dmn name of the decision, as parsed during deployment
string dmnDecisionName = 2;- Returns:
- The bytes for dmnDecisionName.
-
getVersion
int getVersion()the assigned decision version
int32 version = 3;- Returns:
- The version.
-
getDecisionKey
long getDecisionKey()the assigned decision key, which acts as a unique identifier for this decision
int64 decisionKey = 4;- Returns:
- The decisionKey.
-
getDmnDecisionRequirementsId
String getDmnDecisionRequirementsId()the dmn ID of the decision requirements graph that this decision is part of, as parsed during deployment
string dmnDecisionRequirementsId = 5;- Returns:
- The dmnDecisionRequirementsId.
-
getDmnDecisionRequirementsIdBytes
com.google.protobuf.ByteString getDmnDecisionRequirementsIdBytes()the dmn ID of the decision requirements graph that this decision is part of, as parsed during deployment
string dmnDecisionRequirementsId = 5;- Returns:
- The bytes for dmnDecisionRequirementsId.
-
getDecisionRequirementsKey
long getDecisionRequirementsKey()the assigned key of the decision requirements graph that this decision is part of
int64 decisionRequirementsKey = 6;- Returns:
- The decisionRequirementsKey.
-