Interface Controller.ActionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Controller.Action,Controller.Action.Builder
- Enclosing class:
- Controller
public static interface Controller.ActionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Controller.ChangeApplicationStategetChangeApplicationState().responsive.controller.internal.v1.controller.proto.ChangeApplicationState change_application_state = 1;Controller.ChangeApplicationStateOrBuildergetChangeApplicationStateOrBuilder().responsive.controller.internal.v1.controller.proto.ChangeApplicationState change_application_state = 1;booleanhasChangeApplicationState().responsive.controller.internal.v1.controller.proto.ChangeApplicationState change_application_state = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasChangeApplicationState
boolean hasChangeApplicationState()
.responsive.controller.internal.v1.controller.proto.ChangeApplicationState change_application_state = 1;- Returns:
- Whether the changeApplicationState field is set.
-
getChangeApplicationState
Controller.ChangeApplicationState getChangeApplicationState()
.responsive.controller.internal.v1.controller.proto.ChangeApplicationState change_application_state = 1;- Returns:
- The changeApplicationState.
-
getChangeApplicationStateOrBuilder
Controller.ChangeApplicationStateOrBuilder getChangeApplicationStateOrBuilder()
.responsive.controller.internal.v1.controller.proto.ChangeApplicationState change_application_state = 1;
-
-