| Name | Type | Description | Notes |
|---|---|---|---|
| Status | AiDecompilationTaskStatus | The status of the AI decompilation task | |
| Decompilation | NullableString | ||
| RawDecompilation | NullableString | ||
| FunctionMapping | map[string]InverseFunctionMapItem | ||
| FunctionMappingFull | NullableFunctionMappingFull | ||
| Summary | Pointer to NullableString | [optional] | |
| AiSummary | Pointer to NullableString | [optional] | |
| RawAiSummary | Pointer to NullableString | [optional] | |
| PredictedFunctionName | Pointer to NullableString | [optional] |
func NewGetAiDecompilationTask(status AiDecompilationTaskStatus, decompilation NullableString, rawDecompilation NullableString, functionMapping map[string]InverseFunctionMapItem, functionMappingFull NullableFunctionMappingFull, ) *GetAiDecompilationTask
NewGetAiDecompilationTask instantiates a new GetAiDecompilationTask object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetAiDecompilationTaskWithDefaults() *GetAiDecompilationTask
NewGetAiDecompilationTaskWithDefaults instantiates a new GetAiDecompilationTask object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *GetAiDecompilationTask) GetStatus() AiDecompilationTaskStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *GetAiDecompilationTask) GetStatusOk() (*AiDecompilationTaskStatus, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAiDecompilationTask) SetStatus(v AiDecompilationTaskStatus)
SetStatus sets Status field to given value.
func (o *GetAiDecompilationTask) GetDecompilation() string
GetDecompilation returns the Decompilation field if non-nil, zero value otherwise.
func (o *GetAiDecompilationTask) GetDecompilationOk() (*string, bool)
GetDecompilationOk returns a tuple with the Decompilation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAiDecompilationTask) SetDecompilation(v string)
SetDecompilation sets Decompilation field to given value.
func (o *GetAiDecompilationTask) SetDecompilationNil(b bool)
SetDecompilationNil sets the value for Decompilation to be an explicit nil
func (o *GetAiDecompilationTask) UnsetDecompilation()
UnsetDecompilation ensures that no value is present for Decompilation, not even an explicit nil
func (o *GetAiDecompilationTask) GetRawDecompilation() string
GetRawDecompilation returns the RawDecompilation field if non-nil, zero value otherwise.
func (o *GetAiDecompilationTask) GetRawDecompilationOk() (*string, bool)
GetRawDecompilationOk returns a tuple with the RawDecompilation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAiDecompilationTask) SetRawDecompilation(v string)
SetRawDecompilation sets RawDecompilation field to given value.
func (o *GetAiDecompilationTask) SetRawDecompilationNil(b bool)
SetRawDecompilationNil sets the value for RawDecompilation to be an explicit nil
func (o *GetAiDecompilationTask) UnsetRawDecompilation()
UnsetRawDecompilation ensures that no value is present for RawDecompilation, not even an explicit nil
func (o *GetAiDecompilationTask) GetFunctionMapping() map[string]InverseFunctionMapItem
GetFunctionMapping returns the FunctionMapping field if non-nil, zero value otherwise.
func (o *GetAiDecompilationTask) GetFunctionMappingOk() (*map[string]InverseFunctionMapItem, bool)
GetFunctionMappingOk returns a tuple with the FunctionMapping field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAiDecompilationTask) SetFunctionMapping(v map[string]InverseFunctionMapItem)
SetFunctionMapping sets FunctionMapping field to given value.
func (o *GetAiDecompilationTask) SetFunctionMappingNil(b bool)
SetFunctionMappingNil sets the value for FunctionMapping to be an explicit nil
func (o *GetAiDecompilationTask) UnsetFunctionMapping()
UnsetFunctionMapping ensures that no value is present for FunctionMapping, not even an explicit nil
func (o *GetAiDecompilationTask) GetFunctionMappingFull() FunctionMappingFull
GetFunctionMappingFull returns the FunctionMappingFull field if non-nil, zero value otherwise.
func (o *GetAiDecompilationTask) GetFunctionMappingFullOk() (*FunctionMappingFull, bool)
GetFunctionMappingFullOk returns a tuple with the FunctionMappingFull field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAiDecompilationTask) SetFunctionMappingFull(v FunctionMappingFull)
SetFunctionMappingFull sets FunctionMappingFull field to given value.
func (o *GetAiDecompilationTask) SetFunctionMappingFullNil(b bool)
SetFunctionMappingFullNil sets the value for FunctionMappingFull to be an explicit nil
func (o *GetAiDecompilationTask) UnsetFunctionMappingFull()
UnsetFunctionMappingFull ensures that no value is present for FunctionMappingFull, not even an explicit nil
func (o *GetAiDecompilationTask) GetSummary() string
GetSummary returns the Summary field if non-nil, zero value otherwise.
func (o *GetAiDecompilationTask) GetSummaryOk() (*string, bool)
GetSummaryOk returns a tuple with the Summary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAiDecompilationTask) SetSummary(v string)
SetSummary sets Summary field to given value.
func (o *GetAiDecompilationTask) HasSummary() bool
HasSummary returns a boolean if a field has been set.
func (o *GetAiDecompilationTask) SetSummaryNil(b bool)
SetSummaryNil sets the value for Summary to be an explicit nil
func (o *GetAiDecompilationTask) UnsetSummary()
UnsetSummary ensures that no value is present for Summary, not even an explicit nil
func (o *GetAiDecompilationTask) GetAiSummary() string
GetAiSummary returns the AiSummary field if non-nil, zero value otherwise.
func (o *GetAiDecompilationTask) GetAiSummaryOk() (*string, bool)
GetAiSummaryOk returns a tuple with the AiSummary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAiDecompilationTask) SetAiSummary(v string)
SetAiSummary sets AiSummary field to given value.
func (o *GetAiDecompilationTask) HasAiSummary() bool
HasAiSummary returns a boolean if a field has been set.
func (o *GetAiDecompilationTask) SetAiSummaryNil(b bool)
SetAiSummaryNil sets the value for AiSummary to be an explicit nil
func (o *GetAiDecompilationTask) UnsetAiSummary()
UnsetAiSummary ensures that no value is present for AiSummary, not even an explicit nil
func (o *GetAiDecompilationTask) GetRawAiSummary() string
GetRawAiSummary returns the RawAiSummary field if non-nil, zero value otherwise.
func (o *GetAiDecompilationTask) GetRawAiSummaryOk() (*string, bool)
GetRawAiSummaryOk returns a tuple with the RawAiSummary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAiDecompilationTask) SetRawAiSummary(v string)
SetRawAiSummary sets RawAiSummary field to given value.
func (o *GetAiDecompilationTask) HasRawAiSummary() bool
HasRawAiSummary returns a boolean if a field has been set.
func (o *GetAiDecompilationTask) SetRawAiSummaryNil(b bool)
SetRawAiSummaryNil sets the value for RawAiSummary to be an explicit nil
func (o *GetAiDecompilationTask) UnsetRawAiSummary()
UnsetRawAiSummary ensures that no value is present for RawAiSummary, not even an explicit nil
func (o *GetAiDecompilationTask) GetPredictedFunctionName() string
GetPredictedFunctionName returns the PredictedFunctionName field if non-nil, zero value otherwise.
func (o *GetAiDecompilationTask) GetPredictedFunctionNameOk() (*string, bool)
GetPredictedFunctionNameOk returns a tuple with the PredictedFunctionName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAiDecompilationTask) SetPredictedFunctionName(v string)
SetPredictedFunctionName sets PredictedFunctionName field to given value.
func (o *GetAiDecompilationTask) HasPredictedFunctionName() bool
HasPredictedFunctionName returns a boolean if a field has been set.
func (o *GetAiDecompilationTask) SetPredictedFunctionNameNil(b bool)
SetPredictedFunctionNameNil sets the value for PredictedFunctionName to be an explicit nil
func (o *GetAiDecompilationTask) UnsetPredictedFunctionName()
UnsetPredictedFunctionName ensures that no value is present for PredictedFunctionName, not even an explicit nil