Interface Controller.ChangeApplicationStateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Controller.ChangeApplicationState,Controller.ChangeApplicationState.Builder
- Enclosing class:
- Controller
public static interface Controller.ChangeApplicationStateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ControllerOuterClass.ApplicationStategetTargetState().responsive.controller.v1.controller.proto.ApplicationState target_state = 1;ControllerOuterClass.ApplicationStateOrBuildergetTargetStateOrBuilder().responsive.controller.v1.controller.proto.ApplicationState target_state = 1;booleanhasTargetState().responsive.controller.v1.controller.proto.ApplicationState target_state = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTargetState
boolean hasTargetState()
.responsive.controller.v1.controller.proto.ApplicationState target_state = 1;- Returns:
- Whether the targetState field is set.
-
getTargetState
ControllerOuterClass.ApplicationState getTargetState()
.responsive.controller.v1.controller.proto.ApplicationState target_state = 1;- Returns:
- The targetState.
-
getTargetStateOrBuilder
ControllerOuterClass.ApplicationStateOrBuilder getTargetStateOrBuilder()
.responsive.controller.v1.controller.proto.ApplicationState target_state = 1;
-
-