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 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;