Class AppApiRestV2FunctionsTypesFunction

java.lang.Object
ai.reveng.model.AppApiRestV2FunctionsTypesFunction

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

  • Constructor Details

    • AppApiRestV2FunctionsTypesFunction

      public AppApiRestV2FunctionsTypesFunction()
  • Method Details

    • functionId

      public AppApiRestV2FunctionsTypesFunction functionId(@Nonnull Long functionId)
    • getFunctionId

      @Nonnull public Long getFunctionId()
      Function id
      Returns:
      functionId
    • setFunctionId

      public void setFunctionId(@Nonnull Long functionId)
    • functionName

      public AppApiRestV2FunctionsTypesFunction functionName(@Nonnull String functionName)
    • getFunctionName

      @Nonnull public String getFunctionName()
      Demangled name of the function
      Returns:
      functionName
    • setFunctionName

      public void setFunctionName(@Nonnull String functionName)
    • functionMangledName

      public AppApiRestV2FunctionsTypesFunction functionMangledName(@Nonnull String functionMangledName)
    • getFunctionMangledName

      @Nonnull public String getFunctionMangledName()
      Mangled name of the function
      Returns:
      functionMangledName
    • setFunctionMangledName

      public void setFunctionMangledName(@Nonnull String functionMangledName)
    • functionVaddr

      public AppApiRestV2FunctionsTypesFunction functionVaddr(@Nonnull Long functionVaddr)
    • getFunctionVaddr

      @Nonnull public Long getFunctionVaddr()
      Function virtual address
      Returns:
      functionVaddr
    • setFunctionVaddr

      public void setFunctionVaddr(@Nonnull Long functionVaddr)
    • functionSize

      public AppApiRestV2FunctionsTypesFunction functionSize(@Nonnull Integer functionSize)
    • getFunctionSize

      @Nonnull public Integer getFunctionSize()
      Function size
      Returns:
      functionSize
    • setFunctionSize

      public void setFunctionSize(@Nonnull Integer functionSize)
    • debug

      public AppApiRestV2FunctionsTypesFunction debug(@Nonnull Boolean debug)
    • getDebug

      @Nonnull public Boolean getDebug()
      Whether the function is debug
      Returns:
      debug
    • setDebug

      public void setDebug(@Nonnull Boolean debug)
    • putAdditionalProperty

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

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

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