Class ConfigResponse

java.lang.Object
ai.reveng.model.ConfigResponse

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

    • SERIALIZED_NAME_DASHBOARD_URL

      public static final String SERIALIZED_NAME_DASHBOARD_URL
      See Also:
    • SERIALIZED_NAME_MAX_FILE_SIZE_BYTES

      public static final String SERIALIZED_NAME_MAX_FILE_SIZE_BYTES
      See Also:
    • SERIALIZED_NAME_AI_DECOMPILER_UNSUPPORTED_LANGUAGES

      public static final String SERIALIZED_NAME_AI_DECOMPILER_UNSUPPORTED_LANGUAGES
      See Also:
    • SERIALIZED_NAME_AI_DECOMPILER_SUPPORTED_MODELS

      public static final String SERIALIZED_NAME_AI_DECOMPILER_SUPPORTED_MODELS
      See Also:
    • openapiFields

      public static HashSet<String> openapiFields
    • openapiRequiredFields

      public static HashSet<String> openapiRequiredFields
  • Constructor Details

    • ConfigResponse

      public ConfigResponse()
  • Method Details

    • dashboardUrl

      public ConfigResponse dashboardUrl(@Nullable String dashboardUrl)
    • getDashboardUrl

      @Nullable public String getDashboardUrl()
      The domain of the RevEng.AI platform you are connected to
      Returns:
      dashboardUrl
    • setDashboardUrl

      public void setDashboardUrl(@Nullable String dashboardUrl)
    • maxFileSizeBytes

      public ConfigResponse maxFileSizeBytes(@Nonnull Integer maxFileSizeBytes)
    • getMaxFileSizeBytes

      @Nonnull public Integer getMaxFileSizeBytes()
      Maximum file size (in bytes) that can be uploaded for analysis
      Returns:
      maxFileSizeBytes
    • setMaxFileSizeBytes

      public void setMaxFileSizeBytes(@Nonnull Integer maxFileSizeBytes)
    • aiDecompilerUnsupportedLanguages

      public ConfigResponse aiDecompilerUnsupportedLanguages(@Nonnull List<String> aiDecompilerUnsupportedLanguages)
    • addAiDecompilerUnsupportedLanguagesItem

      public ConfigResponse addAiDecompilerUnsupportedLanguagesItem(String aiDecompilerUnsupportedLanguagesItem)
    • getAiDecompilerUnsupportedLanguages

      @Nonnull public List<String> getAiDecompilerUnsupportedLanguages()
      List of programming languages that are not supported for AI decompilation
      Returns:
      aiDecompilerUnsupportedLanguages
    • setAiDecompilerUnsupportedLanguages

      public void setAiDecompilerUnsupportedLanguages(@Nonnull List<String> aiDecompilerUnsupportedLanguages)
    • aiDecompilerSupportedModels

      public ConfigResponse aiDecompilerSupportedModels(@Nonnull List<String> aiDecompilerSupportedModels)
    • addAiDecompilerSupportedModelsItem

      public ConfigResponse addAiDecompilerSupportedModelsItem(String aiDecompilerSupportedModelsItem)
    • getAiDecompilerSupportedModels

      @Nonnull public List<String> getAiDecompilerSupportedModels()
      List of models that support AI decompilation
      Returns:
      aiDecompilerSupportedModels
    • setAiDecompilerSupportedModels

      public void setAiDecompilerSupportedModels(@Nonnull List<String> aiDecompilerSupportedModels)
    • putAdditionalProperty

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

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

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