Interface ChartStatusProto.ChartStatusPb.ElementStatusPbOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChartStatusProto.ChartStatusPb.ElementStatusPb,ChartStatusProto.ChartStatusPb.ElementStatusPb.Builder
- Enclosing class:
- ChartStatusProto.ChartStatusPb
public static interface ChartStatusProto.ChartStatusPb.ElementStatusPbOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.sfc.protobuf.ChartStatusPb.ParallelElementStatusPb parallel = 4;.sfc.protobuf.ChartStatusPb.ParallelElementStatusPb parallel = 4;getStep().sfc.protobuf.ChartStatusPb.StepElementStatusPb step = 2;.sfc.protobuf.ChartStatusPb.StepElementStatusPb step = 2;.sfc.protobuf.ChartStatusPb.TransitionElementStatusPb transition = 3;.sfc.protobuf.ChartStatusPb.TransitionElementStatusPb transition = 3;getType()string type = 1;com.google.protobuf.ByteStringstring type = 1;boolean.sfc.protobuf.ChartStatusPb.ParallelElementStatusPb parallel = 4;booleanhasStep().sfc.protobuf.ChartStatusPb.StepElementStatusPb step = 2;boolean.sfc.protobuf.ChartStatusPb.TransitionElementStatusPb transition = 3;Methods 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
-
getType
String getType()string type = 1;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()string type = 1;- Returns:
- The bytes for type.
-
hasStep
boolean hasStep().sfc.protobuf.ChartStatusPb.StepElementStatusPb step = 2;- Returns:
- Whether the step field is set.
-
getStep
.sfc.protobuf.ChartStatusPb.StepElementStatusPb step = 2;- Returns:
- The step.
-
getStepOrBuilder
ChartStatusProto.ChartStatusPb.StepElementStatusPbOrBuilder getStepOrBuilder().sfc.protobuf.ChartStatusPb.StepElementStatusPb step = 2; -
hasTransition
boolean hasTransition().sfc.protobuf.ChartStatusPb.TransitionElementStatusPb transition = 3;- Returns:
- Whether the transition field is set.
-
getTransition
ChartStatusProto.ChartStatusPb.TransitionElementStatusPb getTransition().sfc.protobuf.ChartStatusPb.TransitionElementStatusPb transition = 3;- Returns:
- The transition.
-
getTransitionOrBuilder
ChartStatusProto.ChartStatusPb.TransitionElementStatusPbOrBuilder getTransitionOrBuilder().sfc.protobuf.ChartStatusPb.TransitionElementStatusPb transition = 3; -
hasParallel
boolean hasParallel().sfc.protobuf.ChartStatusPb.ParallelElementStatusPb parallel = 4;- Returns:
- Whether the parallel field is set.
-
getParallel
ChartStatusProto.ChartStatusPb.ParallelElementStatusPb getParallel().sfc.protobuf.ChartStatusPb.ParallelElementStatusPb parallel = 4;- Returns:
- The parallel.
-
getParallelOrBuilder
ChartStatusProto.ChartStatusPb.ParallelElementStatusPbOrBuilder getParallelOrBuilder().sfc.protobuf.ChartStatusPb.ParallelElementStatusPb parallel = 4; -
getStatusCase
ChartStatusProto.ChartStatusPb.ElementStatusPb.StatusCase getStatusCase()
-