Class FunctionParamResponse

java.lang.Object
ai.reveng.model.FunctionParamResponse

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

  • Constructor Details

    • FunctionParamResponse

      public FunctionParamResponse()
  • Method Details

    • dType

      public FunctionParamResponse dType(@Nonnull String dType)
    • getdType

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

      public void setdType(@Nonnull String dType)
    • loc

      public FunctionParamResponse loc(@Nonnull String loc)
    • getLoc

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

      public void setLoc(@Nonnull String loc)
    • addr

      public FunctionParamResponse addr(@Nonnull String addr)
    • getAddr

      @Nonnull public String getAddr()
      Get addr
      Returns:
      addr
    • setAddr

      public void setAddr(@Nonnull String addr)
    • length

      public FunctionParamResponse length(@Nonnull Integer length)
    • getLength

      @Nonnull public Integer getLength()
      Get length
      Returns:
      length
    • setLength

      public void setLength(@Nonnull Integer length)
    • name

      public FunctionParamResponse 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 FunctionParamResponse
    • fromJson

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

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