Interface Controller.PolicyStateOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Controller.PolicyState, Controller.PolicyState.Builder
    Enclosing class:
    Controller

    public static interface Controller.PolicyStateOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getApplicationId

        java.lang.String getApplicationId()
        string application_id = 1;
        Returns:
        The applicationId.
      • getApplicationIdBytes

        com.google.protobuf.ByteString getApplicationIdBytes()
        string application_id = 1;
        Returns:
        The bytes for applicationId.
      • getStateValue

        int getStateValue()
        .responsive.controller.internal.v1.controller.proto.PolicyState.State state = 2;
        Returns:
        The enum numeric value on the wire for state.
      • getState

        Controller.PolicyState.State getState()
        .responsive.controller.internal.v1.controller.proto.PolicyState.State state = 2;
        Returns:
        The state.
      • getFromStateValue

        int getFromStateValue()
        .responsive.controller.internal.v1.controller.proto.PolicyState.State from_state = 3;
        Returns:
        The enum numeric value on the wire for fromState.
      • getFromState

        Controller.PolicyState.State getFromState()
        .responsive.controller.internal.v1.controller.proto.PolicyState.State from_state = 3;
        Returns:
        The fromState.
      • getTransitionTime

        long getTransitionTime()
        int64 transition_time = 4;
        Returns:
        The transitionTime.
      • hasPolicy

        boolean hasPolicy()
        .responsive.controller.v1.controller.proto.ApplicationPolicy policy = 5;
        Returns:
        Whether the policy field is set.
      • hasCurrentState

        boolean hasCurrentState()
        .responsive.controller.v1.controller.proto.ApplicationState current_state = 6;
        Returns:
        Whether the currentState field is set.
      • hasOngoingAction

        boolean hasOngoingAction()
        .responsive.controller.internal.v1.controller.proto.Action ongoing_action = 7;
        Returns:
        Whether the ongoingAction field is set.
      • getOngoingAction

        Controller.Action getOngoingAction()
        .responsive.controller.internal.v1.controller.proto.Action ongoing_action = 7;
        Returns:
        The ongoingAction.
      • getOngoingActionOrBuilder

        Controller.ActionOrBuilder getOngoingActionOrBuilder()
        .responsive.controller.internal.v1.controller.proto.Action ongoing_action = 7;