Package itk

Interface InstructionOuterClass.ReturnResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InstructionOuterClass.ReturnResponse, InstructionOuterClass.ReturnResponse.Builder
Enclosing class:
InstructionOuterClass

public static interface InstructionOuterClass.ReturnResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    whether to hold the task in WORKING state instead of completing it
    what to return to the calling agent
    com.google.protobuf.ByteString
    what to return to the calling agent

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getResponse

      String getResponse()
       what to return to the calling agent
       
      string response = 1;
      Returns:
      The response.
    • getResponseBytes

      com.google.protobuf.ByteString getResponseBytes()
       what to return to the calling agent
       
      string response = 1;
      Returns:
      The bytes for response.
    • getHoldTask

      boolean getHoldTask()
       whether to hold the task in WORKING state instead of completing it
       
      bool hold_task = 2;
      Returns:
      The holdTask.