Package ai.reveng.model
Class ConfigResponse
java.lang.Object
ai.reveng.model.ConfigResponse
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class ConfigResponse
extends Object
ConfigResponse
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAiDecompilerSupportedModelsItem(String aiDecompilerSupportedModelsItem) addAiDecompilerUnsupportedLanguagesItem(String aiDecompilerUnsupportedLanguagesItem) aiDecompilerSupportedModels(List<String> aiDecompilerSupportedModels) aiDecompilerUnsupportedLanguages(List<String> aiDecompilerUnsupportedLanguages) dashboardUrl(String dashboardUrl) booleanstatic ConfigResponseCreate an instance of ConfigResponse given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.List of models that support AI decompilationList of programming languages that are not supported for AI decompilationThe domain of the RevEng.AI platform you are connected toMaximum file size (in bytes) that can be uploaded for analysisinthashCode()maxFileSizeBytes(Integer maxFileSizeBytes) putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.voidsetAiDecompilerSupportedModels(List<String> aiDecompilerSupportedModels) voidsetAiDecompilerUnsupportedLanguages(List<String> aiDecompilerUnsupportedLanguages) voidsetDashboardUrl(String dashboardUrl) voidsetMaxFileSizeBytes(Integer maxFileSizeBytes) toJson()Convert an instance of ConfigResponse to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_DASHBOARD_URL
- See Also:
-
SERIALIZED_NAME_MAX_FILE_SIZE_BYTES
- See Also:
-
SERIALIZED_NAME_AI_DECOMPILER_UNSUPPORTED_LANGUAGES
- See Also:
-
SERIALIZED_NAME_AI_DECOMPILER_SUPPORTED_MODELS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ConfigResponse
public ConfigResponse()
-
-
Method Details
-
dashboardUrl
-
getDashboardUrl
The domain of the RevEng.AI platform you are connected to- Returns:
- dashboardUrl
-
setDashboardUrl
-
maxFileSizeBytes
-
getMaxFileSizeBytes
Maximum file size (in bytes) that can be uploaded for analysis- Returns:
- maxFileSizeBytes
-
setMaxFileSizeBytes
-
aiDecompilerUnsupportedLanguages
public ConfigResponse aiDecompilerUnsupportedLanguages(@Nonnull List<String> aiDecompilerUnsupportedLanguages) -
addAiDecompilerUnsupportedLanguagesItem
public ConfigResponse addAiDecompilerUnsupportedLanguagesItem(String aiDecompilerUnsupportedLanguagesItem) -
getAiDecompilerUnsupportedLanguages
List of programming languages that are not supported for AI decompilation- Returns:
- aiDecompilerUnsupportedLanguages
-
setAiDecompilerUnsupportedLanguages
-
aiDecompilerSupportedModels
public ConfigResponse aiDecompilerSupportedModels(@Nonnull List<String> aiDecompilerSupportedModels) -
addAiDecompilerSupportedModelsItem
-
getAiDecompilerSupportedModels
List of models that support AI decompilation- Returns:
- aiDecompilerSupportedModels
-
setAiDecompilerSupportedModels
-
putAdditionalProperty
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 propertyvalue- value of the property- Returns:
- the ConfigResponse instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
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
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
Convert an instance of ConfigResponse to an JSON string- Returns:
- JSON string
-