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()
      The block where execution can flow to from the current block
      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)
    • putAdditionalProperty

      public FunctionBlockDestinationResponse putAdditionalProperty(String key, Object value)
      Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
      Parameters:
      key - name of the property
      value - value of the property
      Returns:
      the FunctionBlockDestinationResponse instance itself
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Return the additional (undeclared) property.
      Returns:
      a map of objects
    • getAdditionalProperty

      public Object getAdditionalProperty(String key)
      Return the additional (undeclared) property with the specified name.
      Parameters:
      key - name of the property
      Returns:
      an object
    • 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