Class FunctionBlockDestinationResponse

java.lang.Object
ai.reveng.model.FunctionBlockDestinationResponse

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class FunctionBlockDestinationResponse extends Object
FunctionBlockDestinationResponse
  • Field Details

  • Constructor Details

    • FunctionBlockDestinationResponse

      public FunctionBlockDestinationResponse()
  • Method Details

    • destinationBlockId

      public FunctionBlockDestinationResponse destinationBlockId(@Nullable Integer destinationBlockId)
    • getDestinationBlockId

      @Nullable public Integer getDestinationBlockId()
      Get destinationBlockId
      Returns:
      destinationBlockId
    • setDestinationBlockId

      public void setDestinationBlockId(@Nullable Integer destinationBlockId)
    • flowtype

      public FunctionBlockDestinationResponse flowtype(@Nonnull String flowtype)
    • getFlowtype

      @Nonnull public String getFlowtype()
      The type of execution flow between chunks
      Returns:
      flowtype
    • setFlowtype

      public void setFlowtype(@Nonnull String flowtype)
    • vaddr

      public FunctionBlockDestinationResponse vaddr(@Nonnull String vaddr)
    • getVaddr

      @Nonnull public String getVaddr()
      The vaddr of the destination where the execution flow continues from
      Returns:
      vaddr
    • setVaddr

      public void setVaddr(@Nonnull String vaddr)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to FunctionBlockDestinationResponse
    • fromJson

      public static FunctionBlockDestinationResponse fromJson(String jsonString) throws IOException
      Create an instance of FunctionBlockDestinationResponse given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of FunctionBlockDestinationResponse
      Throws:
      IOException - if the JSON string is invalid with respect to FunctionBlockDestinationResponse
    • toJson

      public String toJson()
      Convert an instance of FunctionBlockDestinationResponse to an JSON string
      Returns:
      JSON string