Class FunctionLocalVariableResponse

java.lang.Object
ai.reveng.model.FunctionLocalVariableResponse

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

  • Constructor Details

    • FunctionLocalVariableResponse

      public FunctionLocalVariableResponse()
  • Method Details

    • address

      public FunctionLocalVariableResponse address(@Nonnull String address)
    • getAddress

      @Nonnull public String getAddress()
      Get address
      Returns:
      address
    • setAddress

      public void setAddress(@Nonnull String address)
    • dType

      public FunctionLocalVariableResponse dType(@Nonnull String dType)
    • getdType

      @Nonnull public String getdType()
      Get dType
      Returns:
      dType
    • setdType

      public void setdType(@Nonnull String dType)
    • size

      public FunctionLocalVariableResponse size(@Nonnull Integer size)
    • getSize

      @Nonnull public Integer getSize()
      Get size
      Returns:
      size
    • setSize

      public void setSize(@Nonnull Integer size)
    • loc

      public FunctionLocalVariableResponse loc(@Nonnull String loc)
    • getLoc

      @Nonnull public String getLoc()
      Get loc
      Returns:
      loc
    • setLoc

      public void setLoc(@Nonnull String loc)
    • name

      public FunctionLocalVariableResponse name(@Nonnull String name)
    • getName

      @Nonnull public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(@Nonnull String name)
    • 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 FunctionLocalVariableResponse
    • fromJson

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

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